class Elm.Multibuttonentry.Item(Elm.Widget.Item, Elm.Interface.Atspi_Widget_Action) { eo_prefix: elm_obj_multibuttonentry_item; methods { @property selected { [[Control the selected state of an item]] get { } set { } values { selected: bool; [[$true if selected $false otherwise]] } } prev_get @const { [[Get the previous item in the multibuttonentry]] return: Elm.Widget.Item *; [[The item before the item]] } next_get @const { [[Get the next item in the multibuttonentry]] return: Elm.Widget.Item *; [[The item after the item]] } } implements { Eo.Base.constructor; Eo.Base.destructor; Elm.Widget.Item.signal_emit; Elm.Widget.Item.part_text.get; Elm.Widget.Item.part_text.set; Elm.Widget.Item.disable; Elm.Interface.Atspi_Accessible.name.get; Elm.Interface.Atspi_Widget_Action.elm_actions.get; } }