Hi - about macros in perl



I wanted to translate the c code:
new = gtk_tool_button_new_from_stock(GTK_STOCK_NEW);

but the 'NEW' button was not loaded, how do I use the c macros:
GTK_STOCK_NEW,
GTK_STOCK_SAVE, GTK_STOCK_OPEN etc..

 in perl?
thanks


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]