summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_photo.eo
blob: 8954eb3a8c57ac420fccf7a0cfb0c313255d3bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
   }

}