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.
11 lines
440 B
11 lines
440 B
#ifdef E_TYPEDEFS |
|
#else |
|
#ifndef E_WIDGET_TOOLBOOK_H |
|
#define E_WIDGET_TOOLBOOK_H |
|
|
|
EAPI Evas_Object *e_widget_toolbook_add(Evas *evas, int icon_w, int icon_h); |
|
EAPI void e_widget_toolbook_page_append(Evas_Object *toolbook, Evas_Object *icon, const char *label, Evas_Object *content, int expand_w, int expand_h, int fill_w, int fill_h, double ax, double ay); |
|
EAPI void e_widget_toolbook_page_show(Evas_Object *toolbook, int n); |
|
|
|
#endif |
|
#endif
|
|
|