docs: fill in last missing bits for efl_ui_popup* eo classes

This commit is contained in:
Stefan Schmidt 2017-12-08 15:42:45 +01:00
parent 1aeec585b9
commit 7c6ce2a532
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
class Efl.Ui.Popup_Alert_Scroll(Efl.Ui.Popup_Alert)
{
[[EFL UI Popup Alert Scroll class]]
implements {
Efl.Object.constructor;
Efl.Part.part;

View File

@ -1,5 +1,6 @@
class Efl.Ui.Popup_Alert_Text(Efl.Ui.Popup_Alert, Efl.Text)
{
[[EFL UI Popup Alert Text class]]
implements {
Efl.Object.constructor;
Efl.Text.text { get; set; }