You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
764 B
22 lines
764 B
#ifndef E_MOD_MAIN_H |
|
#define E_MOD_MAIN_H |
|
|
|
E_Config_Dialog *e_int_config_acpibindings(Evas_Object *parent, const char *params EINA_UNUSED); |
|
E_Config_Dialog *e_int_config_keybindings(Evas_Object *parent, const char *params EINA_UNUSED); |
|
E_Config_Dialog *e_int_config_mousebindings(Evas_Object *parent, const char *params EINA_UNUSED); |
|
E_Config_Dialog *e_int_config_edgebindings(Evas_Object *parent, const char *params EINA_UNUSED); |
|
E_Config_Dialog *e_int_config_signalbindings(Evas_Object *parent, const char *params); |
|
|
|
/** |
|
* @addtogroup Optional_Conf |
|
* @{ |
|
* |
|
* @defgroup Module_Conf_KeyBinding Key Bindings (Shortcuts) Configuration |
|
* |
|
* Configure global keyboard shortcuts. |
|
* |
|
* @see Module_Conf_MouseBinding |
|
* @see Module_Conf_EdgeBinding |
|
* @} |
|
*/ |
|
#endif
|
|
|