efl/legacy/elementary/src/lib/elm_flipselector_common.h

9 lines
366 B
C

EAPI void elm_flipselector_item_selected_set(Elm_Object_Item *it, Eina_Bool selected);
EAPI Eina_Bool elm_flipselector_item_selected_get(const Elm_Object_Item *it);
EAPI Elm_Object_Item *elm_flipselector_item_prev_get(const Elm_Object_Item *it);
EAPI Elm_Object_Item *elm_flipselector_item_next_get(const Elm_Object_Item *it);