elementary: Declare style as a Widget constructor

Summary: Despite being required as a use case for C# constructors, style is not yet listed as a constructing property.

Reviewers: bu5hm4n, Jaehyun_Cho, segfaultxavi, zmike, felipealmeida

Reviewed By: felipealmeida

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7793
This commit is contained in:
Lauro Moura 2019-01-28 16:16:26 +09:00 committed by Felipe Magno de Almeida
parent 5f1b448323
commit 95e31dbc4a
1 changed files with 3 additions and 0 deletions

View File

@ -594,6 +594,9 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
Efl.Ui.L10n.translation_update; [[This implements the calls to $gettext() and $text_set().]]
Efl.Part.part_get; [[Returns @Efl.Ui.Widget_Part.]]
}
constructors {
.style;
}
events {
moved: Efl.Object; [[Called when widget moved]]
language,changed: void; [[Called when widget language changed]]