Data Structures | |
struct | Ewl_Menu |
Inherits from the Ewl_Menu_Base and does not extend the structure, but provides policy for drawing on the current evas. More... | |
struct | Ewl_Menu |
Inherits from the Ewl_Menu_Base and does not extend the structure, but provides policy for drawing on the current evas. More... | |
Defines | |
#define | EWL_MENU(menu) ((Ewl_Menu *) menu) |
Typecasts a pointer to an Ewl_Menu pointer. | |
Typedefs | |
typedef Ewl_Menu | Ewl_Menu |
A simple internal menu, it is limited to drawing within the current evas. | |
Functions | |
Ewl_Widget * | ewl_menu_new (char *image, char *title) |
Create a new internal menu. | |
void | ewl_menu_init (Ewl_Menu *menu, char *image, char *title) |
Initialize an internal menu to starting values. |
The contents on the menu are drawn outside of the Evas.
|
Initialize an internal menu to starting values.
|
|
Create a new internal menu.
|