summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_button_legacy.eo
blob: bf01ef88cee40613902dbb954850c3ce57cb78fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
   }
}