docs: fill in mising docs for efl_ui_popup_anchor class

This commit is contained in:
Stefan Schmidt 2017-12-04 15:32:48 +01:00
parent 110f1b66a6
commit 5ee90bcd04
1 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,6 @@
class Efl.Ui.Popup.Anchor(Efl.Ui.Popup)
{
[[EFL UI Popup Anchor class]]
methods {
@property anchor {
set {
@ -24,11 +25,11 @@ class Efl.Ui.Popup.Anchor(Efl.Ui.Popup)
[[Get the align priority of a popup.]]
}
values {
first: Efl.Ui.Popup.Align;
second: Efl.Ui.Popup.Align;
third: Efl.Ui.Popup.Align;
fourth: Efl.Ui.Popup.Align;
fifth: Efl.Ui.Popup.Align;
first: Efl.Ui.Popup.Align; [[First align priority]]
second: Efl.Ui.Popup.Align; [[Second align priority]]
third: Efl.Ui.Popup.Align; [[Third align priority]]
fourth: Efl.Ui.Popup.Align; [[Fourth align priority]]
fifth: Efl.Ui.Popup.Align; [[Fifth align priority]]
}
}
}