efl/legacy/elementary/src/lib/elm_view_form.eo

33 lines
666 B
Plaintext

class Elm.View_Form (Eo.Base)
{
legacy_prefix: null;
methods {
model_set {
[[Set model
@since 1.11
]]
params {
@in model: Efl.Model.Base*; [[Emodel object]]
}
}
widget_add {
[[Add new widget
@since 1.11
]]
params {
@in propname: const(char)*; [[Property name]]
@in evas: Evas.Object *; [[Evas widget]]
}
}
}
implements {
Eo.Base.destructor;
Eo.Base.constructor;
}
constructors {
.model_set;
}
}