elm: Fix Scrollable_Content namespace

Summary:
Efl.Ui.Widget is already a class.

Required by the C# bindings.

Reviewers: cedric, zmike

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9733
This commit is contained in:
Lauro Moura 2019-08-23 14:41:46 -04:00 committed by Mike Blumenkrantz
parent 471032d69d
commit e7510f6770
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ enum @beta Efl.Ui.Popup_Align {
bottom [[Popup aligned to bottom]]
}
class @beta Efl.Ui.Popup extends Efl.Ui.Layout_Base implements Efl.Content, Efl.Ui.Focus.Layer, Efl.Ui.Widget.Scrollable_Content
class @beta Efl.Ui.Popup extends Efl.Ui.Layout_Base implements Efl.Content, Efl.Ui.Focus.Layer, Efl.Ui.Widget_Scrollable_Content
{
[[EFL UI popup class]]
methods {

View File

@ -1,6 +1,6 @@
import eina_types;
mixin @beta Efl.Ui.Widget.Scrollable_Content requires Efl.Object
mixin @beta Efl.Ui.Widget_Scrollable_Content requires Efl.Object
{
[[Efl widget scrollable content mixin