efl/src/lib/elementary/elm_icon.eo

20 lines
487 B
Plaintext
Raw Normal View History

class Elm.Icon extends Efl.Ui.Image implements Efl.Ui.Legacy
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.Ui.Widget.theme_apply;
Efl.File.file { set; }
2014-03-23 04:35:23 -07:00
}
events {
thumb,done: void; [[Called when thumb nailing is successfully done]]
thumb,error: void; [[Called when thumb nailing failed]]
2014-03-23 04:35:23 -07:00
}
}