diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-24 12:47:38 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-26 11:42:04 +0100 |
commit | 68d1579faad59d2f062b98ae4b4cdbbd1dd4cabf (patch) | |
tree | a026b6900f6f676dfd611e911329cf971a3700cc /src/lib/elementary/efl_ui_layout_part_box.eo | |
parent | c440ee442d98cffe8d5f613990bf7497be7ed726 (diff) |
efl: introduce efl_ui_direction_readonly
the readonly mixin implement the efl_ui_direction interface and prints a
error in case it is written.
ref T5719
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D7755
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_ui_layout_part_box.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_layout_part_box.eo b/src/lib/elementary/efl_ui_layout_part_box.eo index 59ecc649ea..799fc7c752 100644 --- a/src/lib/elementary/efl_ui_layout_part_box.eo +++ b/src/lib/elementary/efl_ui_layout_part_box.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | class Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear, | 1 | class Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear, |
2 | Efl.Ui.Direction | 2 | Efl.Ui.Direction_Readonly |
3 | { | 3 | { |
4 | [[Represents a Box created as part of a layout. | 4 | [[Represents a Box created as part of a layout. |
5 | 5 | ||