summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_button_legacy.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_button_legacy.eo')
-rw-r--r--src/lib/elementary/efl_ui_button_legacy.eo15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_button_legacy.eo b/src/lib/elementary/efl_ui_button_legacy.eo
new file mode 100644
index 0000000000..bf01ef88ce
--- /dev/null
+++ b/src/lib/elementary/efl_ui_button_legacy.eo
@@ -0,0 +1,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;
+ }
+}