summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_icon.eo
blob: 8fd9d2eef56e67296f539a2c54695f1ebbde44f9 (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, Efl.Ui.Legacy)
{
   [[Elementary Icon Class]]
   legacy_prefix: elm_icon;
   eo_prefix: elm_obj_icon;
   event_prefix: elm_icon;
   methods {
   }
   implements {
      class.constructor;
      Efl.Object.constructor;
      Efl.Ui.Widget.theme_apply;
      Efl.File.file { set; }
   }
   events {
      thumb,done: void; [[Called when thumb nailing is successfully done]]
      thumb,error: void; [[Called when thumb nailing failed]]
   }
}