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.
13 lines
451 B
13 lines
451 B
15 years ago
|
#ifdef E_TYPEDEFS
|
||
|
#else
|
||
|
#ifndef E_SLIDESEL_H
|
||
|
#define E_SLIDESEL_H
|
||
|
|
||
|
EAPI Evas_Object *e_slidesel_add (Evas *evas);
|
||
|
EAPI void e_slidesel_item_distance_set (Evas_Object *obj, Evas_Coord dist);
|
||
|
EAPI void e_slidesel_item_add (Evas_Object *obj, const char *label, const char *icon, void (*func) (void *data), void *data);
|
||
|
EAPI void e_slidesel_jump (Evas_Object *obj, int num);
|
||
|
|
||
|
#endif
|
||
|
#endif
|