Home
last modified time | relevance | path

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

/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dptk-menu.h34 #define PTK_IS_STOCK_ITEM( ent ) ( ent->label && (*(guint32*)ent->label) == *(guint32*)"gtk-" ) macro
H A Dptk-menu.c45 if( G_UNLIKELY( PTK_IS_STOCK_ITEM(ent) ) ) { in ptk_menu_add_items_from_data()