efl/src/lib/elementary/efl_ui_button_legacy.eo

14 lines
311 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 {
class.constructor;
Efl.Object.constructor;
}
}