Cairo-Dock
3.4.0
|
Definition of the GUI interface for modules. More...
Data Fields | |
void(* | set_status_message_on_gui )(const gchar *cMessage) |
display a message on the GUI. | |
void(* | reload_current_widget )(GldiModuleInstance *pModuleInstance, int iShowPage) |
Reload the current config window from the conf file. iShowPage is the page that should be displayed in case the module has several pages, -1 means to keep the current page. | |
CairoDockGroupKeyWidget *(* | get_widget_from_name )(GldiModuleInstance *pModuleInstance, const gchar *cGroupName, const gchar *cKeyName) |
retrieve the widgets in the current module window, corresponding to the (group,key) pair in its conf file. | |
Definition of the GUI interface for modules.