diff options
author | Sungtaek Hong <sth253.hong@samsung.com> | 2017-11-01 10:15:48 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-11-01 10:34:45 -0700 |
commit | 5f7710f561dd91b7d417a10e65b9f767e1d11da0 (patch) | |
tree | f2832469b1c2b19092ae01580ed21ca186f23648 /src/lib/elementary/efl_ui_radio.eo | |
parent | 0a25543ed565a0aec1038aac6da535e745636ccc (diff) |
efl_ui_radio: remove some legacy code
Summary:
This uses constructor/destructor instead of group_add/group_del.
Note: finalize can't be used for theme loading as any action done
inside
efl_add(...) would be lost (eg. part text set).
Test Plan: 1) run elementary_test -to radio
Reviewers: jpeg, woohyun, cedric
Subscribers: akanad
Differential Revision: https://phab.enlightenment.org/D5404
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_ui_radio.eo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_radio.eo b/src/lib/elementary/efl_ui_radio.eo index 397c1fba25..d3a3bfd35a 100644 --- a/src/lib/elementary/efl_ui_radio.eo +++ b/src/lib/elementary/efl_ui_radio.eo | |||
@@ -77,6 +77,7 @@ class Efl.Ui.Radio (Efl.Ui.Check, Elm.Interface.Atspi_Widget_Action) | |||
77 | implements { | 77 | implements { |
78 | class.constructor; | 78 | class.constructor; |
79 | Efl.Object.constructor; | 79 | Efl.Object.constructor; |
80 | Efl.Object.destructor; | ||
80 | Elm.Widget.theme_apply; | 81 | Elm.Widget.theme_apply; |
81 | Elm.Widget.on_access_activate; | 82 | Elm.Widget.on_access_activate; |
82 | Elm.Widget.widget_event; | 83 | Elm.Widget.widget_event; |