ELM_CODE: Fix for theming of widget.

Change inhertitence for object so we can use
themes with elm_code.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9279
This commit is contained in:
Alastair Poole 2019-07-11 10:36:31 +00:00 committed by Marcel Hollerbach
parent a3a07f6e83
commit 5a698b6a3d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ enum @beta Elm.Code_Widget_Scroller_Policy
struct @extern Elm.Code; [[Elementary code main data structure]] /* The main interface currently defined in code */
struct @extern Elm.Code_Line; [[Elementary code line data structure]] /* Parts of the interface currently defined in code */
class @beta Elm.Code_Widget extends Efl.Ui.Layout_Base
class @beta Elm.Code_Widget extends Efl.Ui.Layout
{
[[Elementary code widget]]
c_prefix: efl_ui_code_widget;