class Efl.Ui.Nstate(Elm.Button) { [[Efl UI nstate class]] methods { activate @protected { [[Activate widget]] } @property count { [[Maximum number of states]] set { } get { } values { nstate: int; [[The number of states.]] } } @property value { set { [[Set the particular state given in (0...nstate}.]] } get { [[Get the state value.]] } values { state: int; [[The state.]] } } } implements { class.constructor; Efl.Object.constructor; Efl.Canvas.Group.group_add; Efl.Canvas.Group.group_del; Elm.Widget.theme_apply; Elm.Widget.widget_event; } events { state,changed; [[Called when nstate widget changed]] } }