diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_code_widget.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_code_widget.eo b/src/lib/elementary/elm_code_widget.eo index d464a5b178..6e395df742 100644 --- a/src/lib/elementary/elm_code_widget.eo +++ b/src/lib/elementary/elm_code_widget.eo | |||
@@ -4,7 +4,7 @@ import elm_interface_scrollable; | |||
4 | struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ | 4 | struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */ |
5 | struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */ | 5 | struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */ |
6 | 6 | ||
7 | class Elm.Code_Widget extends Efl.Ui.Layout implements Efl.Access.Text | 7 | class Elm.Code_Widget extends Efl.Ui.Layout |
8 | { | 8 | { |
9 | [[Elementary code widget]] | 9 | [[Elementary code widget]] |
10 | eo_prefix: elm_obj_code_widget; | 10 | eo_prefix: elm_obj_code_widget; |