efl/src/lib/elementary/efl_ui_widget_part_bg.eo

12 lines
301 B
Plaintext

class Efl.Ui.Widget.Part_Bg (Efl.Ui.Widget.Part, Efl.Ui.Bg)
{
[[Elementary widget internal part background class]]
data: null;
implements {
Efl.File.file { get; set; }
//Efl.File.mmap { get; set; }
Efl.Gfx.color { set; get; }
Efl.Image.scale_type { get; set; }
}
}