summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_layout_factory.eo
blob: e712900d1caee0a0fb133f77760fb59fd4db5b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
class Efl.Ui.Layout_Factory (Efl.Object, Efl.Ui.Factory)
{
   [[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.release;
      Efl.Ui.Model.Connect.connect;
   }
}