diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_scroll_manager.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_scroll_manager.eo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/elementary/efl_ui_scroll_manager.eo b/src/lib/elementary/efl_ui_scroll_manager.eo index 2a05083..957a4f4 100644 --- a/src/lib/elementary/efl_ui_scroll_manager.eo +++ b/src/lib/elementary/efl_ui_scroll_manager.eo | |||
@@ -8,16 +8,16 @@ class @beta Efl.Ui.Scroll.Manager extends Efl.Object implements | |||
8 | c_prefix: efl_ui_scroll_manager; | 8 | c_prefix: efl_ui_scroll_manager; |
9 | methods { | 9 | methods { |
10 | @property pan @protected { | 10 | @property pan @protected { |
11 | [[This is the internal pan object managed by scroll manager. | 11 | [[This is the internal pan object managed by scroll manager. |
12 | 12 | ||
13 | This property is protected as it is meant for scrollable object | 13 | This property is protected as it is meant for scrollable object |
14 | implementations only, to set and access the internal pan object. | 14 | implementations only, to set and access the internal pan object. |
15 | If pan is set to $NULL, scrolling does not work. | 15 | If pan is set to $NULL, scrolling does not work. |
16 | ]] | 16 | ]] |
17 | set { | 17 | set { |
18 | } | 18 | } |
19 | values { | 19 | values { |
20 | pan: Efl.Ui.Pan; [[Pan object]] | 20 | pan: Efl.Ui.Pan; [[Pan object.]] |
21 | } | 21 | } |
22 | } | 22 | } |
23 | } | 23 | } |