Home
last modified time | relevance | path

Searched refs:PTK_STOCK_MENU_ITEM (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dptk-menu.h25 #define PTK_STOCK_MENU_ITEM( id, cb ) { id, NULL, G_CALLBACK(cb), 0, 0, NULL, NULL } macro
H A Dmain-win.c1469 PTK_STOCK_MENU_ITEM( GTK_STOCK_ABOUT, on_about ), in show_popup_menu()