widget: Add tiny doc for Efl.Ui.Widget.Part

This commit is contained in:
Jean-Philippe Andre 2017-09-22 13:38:59 +09:00
parent bfa7d2a3b2
commit 2b7f9b6dfd
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
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, 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;
methods {
}
implements {
Efl.Object.destructor;
}