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.
|
|
|
#ifdef E_TYPEDEFS
|
|
|
|
#else
|
|
|
|
#ifndef E_WIDGET_TOOLBOOK_H
|
|
|
|
#define E_WIDGET_TOOLBOOK_H
|
|
|
|
|
|
|
|
E_API Evas_Object *e_widget_toolbook_add(Evas *evas, int icon_w, int icon_h);
|
|
|
|
E_API 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);
|
|
|
|
E_API void e_widget_toolbook_page_show(Evas_Object *toolbook, int n);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|