efl/src/lib/elementary/elm_icon.eo

20 lines
441 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;
Elm.Widget.theme_apply;
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
}
}