diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_tab_bar.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_tab_bar.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_tab_bar.eo b/src/lib/elementary/efl_ui_tab_bar.eo index a2c1359..e83401b 100644 --- a/src/lib/elementary/efl_ui_tab_bar.eo +++ b/src/lib/elementary/efl_ui_tab_bar.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class @beta Efl.Ui.Tab_Bar extends Efl.Ui.Layout implements Efl.Ui.Clickable | 1 | class @beta Efl.Ui.Tab_Bar extends Efl.Ui.Layout_Base implements Efl.Ui.Clickable |
2 | { | 2 | { |
3 | [[Tab Bar class]] | 3 | [[Tab Bar class]] |
4 | methods { | 4 | methods { |
@@ -38,6 +38,6 @@ class @beta Efl.Ui.Tab_Bar extends Efl.Ui.Layout implements Efl.Ui.Clickable | |||
38 | implements { | 38 | implements { |
39 | Efl.Object.constructor; | 39 | Efl.Object.constructor; |
40 | Efl.Object.destructor; | 40 | Efl.Object.destructor; |
41 | Efl.Ui.Widget.widget_event; | 41 | Efl.Ui.Widget.widget_input_event_handler; |
42 | } | 42 | } |
43 | } | 43 | } |