Efl.Ui.Layout_Factory.theme_config

Description

Set the theme that will be applied to the created Efl.Ui.Layout objects. See Efl.Ui.Layout_Base.theme for more details.

Signature

theme_config {
    params {
        @in klass: string;
        @in group: string;
        @in style: string;
    }
}

C signature

void efl_ui_layout_factory_theme_config(Eo *obj, const char *klass, const char *group, const char *style);

Parameters

  • klass (in) - The class of the group.
  • group (in) - The group.
  • style (in) - The style to use.

Implemented by