efl/src/lib/elementary/elm_icon.eo

22 lines
505 B
Plaintext
Raw Normal View History

class Elm.Icon (Efl.Ui.Image)
2014-03-23 04:35:23 -07:00
{
[[Elementary Icon Class]]
legacy_prefix: elm_icon;
2014-03-23 04:35:23 -07:00
eo_prefix: elm_obj_icon;
event_prefix: elm_icon;
2015-05-07 09:32:53 -07:00
methods {
2014-03-23 04:35:23 -07:00
}
implements {
class.constructor;
Efl.Object.constructor;
Efl.Canvas.Group.group_add;
Efl.Canvas.Group.group_del;
Elm.Widget.theme_apply;
2014-07-22 07:38:33 -07:00
Efl.File.file.set;
2014-03-23 04:35:23 -07:00
}
events {
thumb,done; [[Called when thumb nailing is successfully done]]
thumb,error; [[Called when thumb nailing failed]]
2014-03-23 04:35:23 -07:00
}
}