|
Cairo-Dock 2.4.0~1
|
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 )(CairoDockModuleInstance *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 )(CairoDockModuleInstance *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.