diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/efl_ui_widget_part.eo | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_widget_part.eo b/src/lib/elementary/efl_ui_widget_part.eo index e848686b5b..2ddceab417 100644 --- a/src/lib/elementary/efl_ui_widget_part.eo +++ b/src/lib/elementary/efl_ui_widget_part.eo | |||
@@ -1,8 +1,12 @@ | |||
1 | class Efl.Ui.Widget.Part (Efl.Object) | 1 | class Efl.Ui.Widget.Part (Efl.Object) |
2 | { | 2 | { |
3 | [[This is the base class for all "Part" handles in Efl.Ui widgets. | ||
4 | |||
5 | Since objects of this type are returned by @Efl.Part.part, their lifetime | ||
6 | is limited to exactly one function call only. Each widget class should | ||
7 | expose more specific types for their API-defined parts. | ||
8 | ]] | ||
3 | data: Elm_Part_Data; | 9 | data: Elm_Part_Data; |
4 | methods { | ||
5 | } | ||
6 | implements { | 10 | implements { |
7 | Efl.Object.destructor; | 11 | Efl.Object.destructor; |
8 | } | 12 | } |