class Efl.Ui.Button (Efl.Ui.Layout, Efl.Ui.Clickable, Efl.Ui.Autorepeat, Efl.Text, Efl.Text.Markup, Efl.Content, Efl.Access.Widget.Action, Efl.Ui.Translatable) { [[Push-button widget Press it and run some function. It can contain a simple label and icon object and it also has an autorepeat feature. ]] legacy_prefix: elm_button; implements { Efl.Object.constructor; Efl.Ui.Autorepeat.autorepeat_initial_timeout { set; get; } Efl.Ui.Autorepeat.autorepeat_gap_timeout { set; get; } Efl.Ui.Autorepeat.autorepeat_enabled { set; get; } Efl.Ui.Autorepeat.autorepeat_supported { get;} Efl.Ui.Widget.on_access_activate; Efl.Ui.Widget.theme_apply; Efl.Ui.Widget.widget_sub_object_del; Efl.Ui.Widget.widget_event; Efl.Access.Widget.Action.elm_actions { get; } Efl.Part.part; Efl.Content.content { get; set; } Efl.Content.content_unset; Efl.Text.text { get; set; } Efl.Ui.Translatable.translatable_text { get; set; } } }