efl/src/lib/elementary/elm_photo.eo

15 lines
332 B
Plaintext

class Elm.Photo (Elm.Widget, Efl.File, Efl.Ui.Clickable, Evas.Draggable_Interface)
{
legacy_prefix: elm_photo;
eo_prefix: elm_obj_photo;
implements {
class.constructor;
Eo.Base.constructor;
Efl.File.file.set;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
}
}