Data Structures | |
struct | Ewl_IMenu |
Inherits from the Ewl_Menu_Base and does not extend the structure, but provides policy for drawing on the current evas. More... | |
struct | Ewl_IMenu |
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_IMENU(menu) ((Ewl_IMenu *) menu) |
Typecasts a pointer to an Ewl_IMenu pointer. | |
Typedefs | |
typedef Ewl_IMenu | Ewl_IMenu |
A simple internal menu, it is limited to drawing within the current evas. | |
Functions | |
Ewl_Widget * | ewl_imenu_new (char *image, char *title) |
Create a new internal menu. | |
void | ewl_imenu_init (Ewl_IMenu *menu, char *image, char *title) |
Initialize an internal menu to starting values. |
The contents on the menu are not drawn outside of the Evas.
|
Initialize an internal menu to starting values.
|
|
Create a new internal menu.
|