efl/src/lib/elementary/efl_ui_frame_legacy.eo

15 lines
358 B
Plaintext

class Efl.Ui.Frame_Legacy (Efl.Ui.Frame, Efl.Ui.Legacy)
{
[[Frame widget
The Frame widget allows for collapsing and expanding the content widget
by clicking on the frame label.
the label and content can be set using text_set and content_set api.
]]
data: null;
implements {
Efl.Object.constructor;
class.constructor;
}
}