efl/src/lib/elementary/elm_photo.eo

14 lines
311 B
Plaintext

class Elm.Photo (Elm.Widget, Efl.File, Evas.Clickable_Interface, Evas.Draggable_Interface)
{
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;
}
}