summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_icon.eo
blob: 529720141b4fe1559ca7f2f6d69f147109175622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
class Elm.Icon (Efl.Ui.Image)
{
   [[Elementary Icon Class]]
   legacy_prefix: elm_icon;
   eo_prefix: elm_obj_icon;
   event_prefix: elm_icon;
   methods {
   }
   implements {
      class.constructor;
      Efl.Object.constructor;
      Elm.Widget.theme_apply;
      Efl.File.file { set; }
   }
   events {
      thumb,done; [[Called when thumb nailing is successfully done]]
      thumb,error; [[Called when thumb nailing failed]]
   }
}