enlightenment/src/modules/conf_shelves/e_mod_main.h

19 lines
442 B
C

#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
E_Config_Dialog *e_int_config_shelf(Evas_Object *parent, const char *params EINA_UNUSED);
/**
* @addtogroup Optional_Conf
* @{
*
* @defgroup Module_Conf_Shelves Shelves (Panels) Configuration
*
* Configure shelves (panels) that exist on screen. They may be
* horizontal or vertical, exist on top of below windows and usually
* contain sequence of @ref Optional_Gadgets.
*
* @}
*/
#endif