efl/src/lib/elementary/efl_ui_layout.eo

21 lines
475 B
Plaintext

import efl_ui;
class Efl.Ui.Layout extends Efl.Ui.Layout_Base implements Efl.File
{
[[Elementary layout class
When loading layouts from a file, use the @Efl.File.key property to specify
the group that the data belongs to, in case it's an EET file
(including Edje files).
@since 1.22
]]
data: null;
implements {
Efl.File.file { get; set; }
Efl.File.key { get; set; }
Efl.File.mmap { get; set; }
Efl.File.load;
}
}