efl/src/lib/elementary/efl_ui_widget_part_bg.eo

23 lines
473 B
Plaintext
Raw Normal View History

class Efl.Ui.Widget.Part.Bg (Efl.Ui.Widget.Part, Efl.Ui.Bg)
{
[[Elementary widget internal part background class]]
data: null;
methods {
@property bg @protected {
[[Background object]]
set {
}
get {
}
values {
bg: Efl.Canvas.Object;
}
}
}
implements {
Efl.File.file { get; set; }
Efl.Gfx.color { set; get; }
Efl.Ui.Image.scale_type { get; set; }
}
}