felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=95e31dbc4a7b1e967eeabcf5ef838fcb60c654da

commit 95e31dbc4a7b1e967eeabcf5ef838fcb60c654da
Author: Lauro Moura <[email protected]>
Date:   Mon Jan 28 16:16:26 2019 +0900

    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
---
 src/lib/elementary/efl_ui_widget.eo | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/elementary/efl_ui_widget.eo 
b/src/lib/elementary/efl_ui_widget.eo
index ba443a4511..98d357d472 100644
--- a/src/lib/elementary/efl_ui_widget.eo
+++ b/src/lib/elementary/efl_ui_widget.eo
@@ -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]]

-- 


Reply via email to