efl/src/lib/elementary/efl_ui_button_legacy.eo

16 lines
387 B
Plaintext

class Efl.Ui.Button_Legacy (Efl.Ui.Button, Efl.Ui.Legacy)
{
[[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.
]]
data: null;
implements {
Efl.Object.constructor;
Efl.Ui.Widget.theme_apply;
Efl.Ui.Widget.widget_sub_object_del;
Efl.Part.part_get;
}
}