summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_widget_part.eo
blob: ac3a2d962645aba689ac9d43075cf53054c3783b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Efl.Ui.Widget_Part (Efl.Object)
{
   [[This is the base class for all "Part" handles in Efl.Ui widgets.

     Since objects of this type are returned by @Efl.Part.part_get, their lifetime
     is limited to exactly one function call only. Each widget class should
     expose more specific types for their API-defined parts.
   ]]
   data: Elm_Part_Data;
   implements {
      Efl.Object.destructor;
   }
}