efl/src/lib/elementary/efl_ui_layout_factory.eo

23 lines
511 B
Plaintext
Raw Normal View History

class Efl.Ui.Layout_Factory (Efl.Ui.Caching_Factory)
2017-12-12 16:59:48 -08:00
{
[[Efl Ui Layout Factory class]]
methods {
theme_config {
[[]]
params {
klass: string; [[The class of the group.]]
group: string; [[The group.]]
style: string; [[The style to used.]]
}
}
}
implements {
Efl.Object.constructor;
Efl.Object.destructor;
Efl.Ui.Factory.create;
Efl.Ui.Factory.model_connect;
2017-12-12 16:59:48 -08:00
Efl.Ui.Model.Connect.connect;
}
}