summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_photo.eo
blob: bd9e986142de0bd8d36e03a9c0fb8bf2ce832699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Elm.Photo (Efl.Ui.Widget, Efl.File, Efl.Ui.Clickable, Efl.Ui.Draggable,
                 Efl.Ui.Legacy)
{
   [[Elementary photo class]]
   legacy_prefix: elm_photo;
   eo_prefix: elm_obj_photo;
   implements {
      class.constructor;
      Efl.Object.constructor;
      Efl.File.file { set; }
      Efl.Ui.Widget.theme_apply;
   }
}