1 class Elm.Ctxpopup_Item(Elm.Widget_Item)
3 eo_prefix: elm_obj_ctxpopup_item;
7 [[Get the item before $ it in a ctxpopup widget's internal list of
10 See also \@ref elm_ctxpopup_item_next_get.
16 item: Elm.Widget_Item *; [[The item before the object in its parent's list. If there is no previous item for $ it or there's an error, $null is returned.]]
21 [[Get the item after $ it in a ctxpopup widget's
22 internal list of items.
24 See also \@ref elm_ctxpopup_item_prev_get.
30 item: Elm.Widget_Item *; [[The item after the object in its parent's list. If there is no previous item for $ it or there's an error, $null is returned.]]
35 func: Evas_Smart_Cb @nullable;
36 data: const(void) * @optional;
43 Elm.Widget_Item.disable;
44 Elm.Widget_Item.signal_emit;
45 Elm.Widget_Item.part_text.get;
46 Elm.Widget_Item.part_text.set;
47 Elm.Widget_Item.part_content.get;
48 Elm.Widget_Item.part_content.set;
49 Elm.Widget_Item.focus.set;
50 Elm.Widget_Item.focus.get;