summaryrefslogtreecommitdiff
path: root/src/lib/elm_conformant.eo
blob: 364fd5cb17e3ff0916fca3aa47c2faef39a4f4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
class Elm_Conformant (Elm_Layout)
{
   eo_prefix: elm_obj_conformant;
   implements {
      class.constructor;
      Eo_Base.constructor;
      Evas_Object_Smart.add;
      Evas_Object_Smart.del;
      Elm_Widget.parent.set;
      Elm_Widget.theme_apply;
      Elm_Layout.content_aliases.get;
   }
   events {
      virtualkeypad,state,on;
      virtualkeypad,state,off;
      clipboard,state,on;
      clipboard,state,off;
   }

}