efl/src/lib/elementary/elm_conformant.eo

20 lines
677 B
Plaintext
Raw Normal View History

class Elm.Conformant extends Efl.Ui.Layout implements Efl.Ui.Legacy
2014-03-20 05:37:43 -07:00
{
[[Elementary conformant class]]
legacy_prefix: elm_conformant;
2014-03-20 05:37:43 -07:00
eo_prefix: elm_obj_conformant;
event_prefix: elm_conformant;
2014-03-20 05:37:43 -07:00
implements {
class.constructor;
Efl.Object.constructor;
Efl.Ui.Widget.widget_parent { set; }
Efl.Ui.Widget.theme_apply;
2014-03-20 05:37:43 -07:00
}
events {
virtualkeypad,state,on: void; [[Called when virtualkeypad was enabled]]
virtualkeypad,state,off: void; [[Called when virtualkeypad was disabled]]
clipboard,state,on: void; [[Called when clipboard was enabled]]
clipboard,state,off: void; [[Called when clipboard was disabled]]
2014-03-20 05:37:43 -07:00
}
}