Re: [Vala] Button not visible

2017-04-05 Thread Al Thomas via vala-list
> From: Sascha Manns <sascha.ma...@mailbox.org> > Sent: Wednesday, 5 April 2017, 11:57 > Subject: Re: [Vala] Button not visible > To work with signals i like to use *.clicked.connect. So i tried > box_pack_start (Gtk.Button revision = new Gtk.Button.with_label ("Add &g

Re: [Vala] Button not visible

2017-04-05 Thread Ulink
> To work with signals i like to use *.clicked.connect. So i tried > box_pack_start (Gtk.Button revision = new Gtk.Button.with_label ("Add > new Revision")); > It looks like this isn't possible. What can i do? Move revision outside from the box_pack_start() to access it from outside, e.g. (not