diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-05-23 12:39:08 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-23 17:33:47 +0200 |
commit | 61b409015e375ec17c6bdd8a0c6a6fd95cf8dd63 (patch) | |
tree | b0e1bdda3c424e2cc70803f6ac7aa17c0998b1e3 /src/lib | |
parent | e31b3213ec09bd5309d02172e95a0988ab9861f7 (diff) |
efl: rename Efl.Ui.Widget.Orientation_Mode -> Efl.Ui.Widget_Orientation_Mode
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_ui.eot | 2 | ||||
-rw-r--r-- | src/lib/elementary/efl_ui_widget.eo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui.eot b/src/lib/elementary/efl_ui.eot index 6d16db996c..0fd3622d1e 100644 --- a/src/lib/elementary/efl_ui.eot +++ b/src/lib/elementary/efl_ui.eot | |||
@@ -88,7 +88,7 @@ enum Efl.Ui.Activate | |||
88 | back, [[Activate back]] | 88 | back, [[Activate back]] |
89 | } | 89 | } |
90 | 90 | ||
91 | enum Efl.Ui.Widget.Orientation_Mode | 91 | enum Efl.Ui.Widget_Orientation_Mode |
92 | { | 92 | { |
93 | [[Widget orientation mode, or how the theme handles screen orientation. | 93 | [[Widget orientation mode, or how the theme handles screen orientation. |
94 | 94 | ||
diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index cf5b834545..a3f9cd3952 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo | |||
@@ -262,7 +262,7 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access.Object, | |||
262 | See also @.on_orientation_update. | 262 | See also @.on_orientation_update. |
263 | ]] | 263 | ]] |
264 | values { | 264 | values { |
265 | mode: Efl.Ui.Widget.Orientation_Mode(Efl.Ui.Widget.Orientation_Mode.default); | 265 | mode: Efl.Ui.Widget_Orientation_Mode(Efl.Ui.Widget_Orientation_Mode.default); |
266 | [[How window orientation should affect this widget.]] | 266 | [[How window orientation should affect this widget.]] |
267 | } | 267 | } |
268 | } | 268 | } |