diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2020-03-12 18:13:50 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2020-03-12 18:15:59 +0100 |
commit | e8100fa8b004f6344a765c623e883ccb60bda88c (patch) | |
tree | 64dc7e3781d731bd6fc89fd97ba3ce1fb9e0453f | |
parent | c19498fffc0a4db423d80845cf2e0d56c73907c7 (diff) |
docs: Efl.Ui.Textbox: Clarify when is Efl.Ui.Scrollable enabled
-rw-r--r-- | src/lib/elementary/efl_ui_textbox.eo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_textbox.eo b/src/lib/elementary/efl_ui_textbox.eo index c4833f315d..f82908a0dc 100644 --- a/src/lib/elementary/efl_ui_textbox.eo +++ b/src/lib/elementary/efl_ui_textbox.eo | |||
@@ -24,7 +24,11 @@ class @beta Efl.Ui.Textbox extends Efl.Ui.Layout_Base implements Efl.Input.Click | |||
24 | [[Enable or disable scrolling in the widget. | 24 | [[Enable or disable scrolling in the widget. |
25 | 25 | ||
26 | When scrolling is enabled scrollbars will appear if the text does | 26 | When scrolling is enabled scrollbars will appear if the text does |
27 | not fit the widget size.]] | 27 | not fit the widget size. |
28 | |||
29 | Direct control of the scroll through the @Efl.Ui.Scrollable interface | ||
30 | is only possible when this property is enabled. | ||
31 | ]] | ||
28 | set {} | 32 | set {} |
29 | get {} | 33 | get {} |
30 | values { | 34 | values { |