efl/src/lib/elementary/elm_photo.eo

15 lines
332 B
Plaintext
Raw Normal View History

class Elm.Photo (Elm.Widget, Efl.File, Efl.Ui.Clickable, Evas.Draggable_Interface)
2014-03-25 04:11:57 -07:00
{
legacy_prefix: elm_photo;
2014-03-25 04:11:57 -07:00
eo_prefix: elm_obj_photo;
implements {
class.constructor;
Eo.Base.constructor;
2014-07-22 08:20:31 -07:00
Efl.File.file.set;
Evas.Object.Smart.add;
Evas.Object.Smart.del;
Elm.Widget.theme_apply;
2014-03-25 04:11:57 -07:00
}
}