efl/src/lib/elementary/elm_conformant.eo

23 lines
715 B
Plaintext

class Elm.Conformant (Elm.Layout)
{
[[Elementary conformant class]]
legacy_prefix: elm_conformant;
eo_prefix: elm_obj_conformant;
event_prefix: elm_conformant;
implements {
class.constructor;
Efl.Object.constructor;
Efl.Canvas.Group.group_add;
Efl.Canvas.Group.group_del;
Elm.Widget.widget_parent.set;
Elm.Widget.theme_apply;
Elm.Layout.content_aliases.get;
}
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]]
}
}