summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_textbox_part.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_textbox_part.eo')
-rw-r--r--src/lib/elementary/efl_ui_textbox_part.eo8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_textbox_part.eo b/src/lib/elementary/efl_ui_textbox_part.eo
new file mode 100644
index 0000000000..e05e89e525
--- /dev/null
+++ b/src/lib/elementary/efl_ui_textbox_part.eo
@@ -0,0 +1,8 @@
+class @beta Efl.Ui.Textbox_Part extends Efl.Ui.Layout_Part_Text
+{
+ [[Efl UI Textbox internal part class]]
+ data: null;
+ implements {
+ Efl.Text.text { set; get; }
+ }
+}