efl/src/lib/elementary/elm_icon.eo

30 lines
451 B
Plaintext
Raw Normal View History

enum Elm.Icon.Type
{
legacy: elm_icon;
none,
file,
standard
}
class Elm.Icon (Efl.Ui.Image)
2014-03-23 04:35:23 -07:00
{
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;
Eo.Base.constructor;
Evas.Object.Smart.add;
Evas.Object.Smart.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;
thumb,error;
}
}