diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_button_legacy.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_button_legacy.eo | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/elementary/efl_ui_button_legacy.eo b/src/lib/elementary/efl_ui_button_legacy.eo deleted file mode 100644 index 557704b..0000000 --- a/src/lib/elementary/efl_ui_button_legacy.eo +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | class @beta Efl.Ui.Button_Legacy extends Efl.Ui.Button implements Efl.Ui.Legacy | ||
2 | { | ||
3 | [[Push-button widget | ||
4 | |||
5 | Press it and run some function. It can contain a simple label and icon | ||
6 | object and it also has an autorepeat feature. | ||
7 | ]] | ||
8 | data: null; | ||
9 | implements { | ||
10 | Efl.Object.constructor; | ||
11 | Efl.Ui.Widget.theme_apply; | ||
12 | Efl.Ui.Widget.widget_sub_object_del; | ||
13 | Efl.Part.part_get; | ||
14 | } | ||
15 | } | ||