efl/src/lib/elementary/efl_ui_win_part.eo

12 lines
302 B
Plaintext
Raw Normal View History

class Efl.Ui.Win.Part (Efl.Ui.Widget.Part, Efl.Container, Efl.Gfx, Efl.File)
{
[[Efl UI window interal part class]]
data: null;
implements {
Efl.Container.content { get; set; }
Efl.Container.content_unset;
Efl.Gfx.color { get; set; }
Efl.File.file { get; set; }
}
}