summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_frame_legacy.eo
blob: 02393c5fc87fc10d46b2d71e9c566acc6235b271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
   }
}