summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_conformant.eo
blob: f63dbbdefe760e170f29c643578213cb3db4524b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
class Elm.Conformant (Efl.Ui.Layout, Efl.Ui.Legacy)
{
   [[Elementary conformant class]]
   legacy_prefix: elm_conformant;
   eo_prefix: elm_obj_conformant;
   event_prefix: elm_conformant;
   implements {
      class.constructor;
      Efl.Object.constructor;
      Efl.Ui.Widget.widget_parent { set; }
      Efl.Ui.Widget.theme_apply;
   }
   events {
      virtualkeypad,state,on; [[Called when virtualkeypad was enabled]]
      virtualkeypad,state,off; [[Called when virtualkeypad was disabled]]
      clipboard,state,on; [[Called when clipboard was enabled]]
      clipboard,state,off; [[Called when clipboard was disabled]]
   }
}