e_popup_class_add_factory —
EPopupFactory * e_popup_class_add_factory ( | klass, | |
| menuid, | ||
| func, | ||
data); |
| EPopupClass * | klass; |
| const char * | menuid; |
| EPopupFactoryFunc | func; |
| void * | data; |
The EPopup derived class which you're interested in.
The identifier of the menu you're interested in, or NULL to be called for all menus on this class.
The factory called when the menu menuid is being created.
User-data for the factory callback.