xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e8100fa8b004f6344a765c623e883ccb60bda88c
commit e8100fa8b004f6344a765c623e883ccb60bda88c Author: Xavi Artigas <[email protected]> Date: Thu Mar 12 18:13:50 2020 +0100 docs: Efl.Ui.Textbox: Clarify when is Efl.Ui.Scrollable enabled --- src/lib/elementary/efl_ui_textbox.eo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 [[Enable or disable scrolling in the widget. When scrolling is enabled scrollbars will appear if the text does - not fit the widget size.]] + not fit the widget size. + + Direct control of the scroll through the @Efl.Ui.Scrollable interface + is only possible when this property is enabled. + ]] set {} get {} values { --
