efl/src/lib/elementary/efl_ui_win_part.eo

12 lines
296 B
Plaintext
Raw Normal View History

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