Re: [Vala] GtkTemplate/GtkChild

2019-04-17 Thread Wolfgang Mauer
Excuse the spam... Everything works as it should Am 17.04.19 um 13:06 schrieb Wolfgang Mauer: Hi all, if i use "GtkTemplate/GtkChild" at what time will the fields become usable? [GtkTemplate(ui = "/valaDevelop/overlay.glade")] public class MySourceView : Overlay {     [GtkChild] SourceView

[Vala] GtkTemplate/GtkChild

2019-04-17 Thread Wolfgang Mauer
Hi all, if i use "GtkTemplate/GtkChild" at what time will the fields become usable? [GtkTemplate(ui = "/valaDevelop/overlay.glade")] public class MySourceView : Overlay {     [GtkChild] SourceView textview;     ... If use in "public MySourceView()" with (SourceBuffer)textview.get_buffer() i ge