Re: Connecting to Configure signal event

2013-11-28 Thread Kjell Ahlstedt
2013-11-28 00:14, a skrev: On 11/27/2013 12:59 PM, Kjell Ahlstedt wrote: 2013-11-26 22:37, a skrev: On 11/26/2013 08:33 AM, Kjell Ahlstedt wrote: 2013-11-26 05:09, a skrev: Hi, I'm trying to connect to the configure signal event(signal_configure_event()), in the documentation I read

Re: Connecting to Configure signal event

2013-11-28 Thread a
On 11/28/2013 01:12 PM, Kjell Ahlstedt wrote: 2013-11-28 00:14, a skrev: On 11/27/2013 12:59 PM, Kjell Ahlstedt wrote: 2013-11-26 22:37, a skrev: On 11/26/2013 08:33 AM, Kjell Ahlstedt wrote: 2013-11-26 05:09, a skrev: Hi, I'm trying to connect to the configure signal

Re: Connecting to Configure signal event

2013-11-27 Thread Kjell Ahlstedt
2013-11-26 22:37, a skrev: On 11/26/2013 08:33 AM, Kjell Ahlstedt wrote: 2013-11-26 05:09, a skrev: Hi, I'm trying to connect to the configure signal event(signal_configure_event()), in the documentation I read that you have to enable Gdk::STRUCTURE_MASK, and I think that is the problem

Re: Connecting to Configure signal event

2013-11-27 Thread Andrew Potter
On Wed, Nov 27, 2013 at 11:18 AM, a vis.314...@gmail.com wrote: On 11/27/2013 12:59 PM, Kjell Ahlstedt wrote: 2013-11-26 22:37, a skrev: On 11/26/2013 08:33 AM, Kjell Ahlstedt wrote: 2013-11-26 05:09, a skrev: Here is the small program where the Gtk::Entry does not increase when window

Re: Connecting to Configure signal event

2013-11-26 Thread Kjell Ahlstedt
2013-11-26 05:09, a skrev: Hi, I'm trying to connect to the configure signal event(signal_configure_event()), in the documentation I read that you have to enable Gdk::STRUCTURE_MASK, and I think that is the problem I am having. I tried do it several different ways, like this:

Re: Connecting to Configure signal event

2013-11-26 Thread a
On 11/26/2013 08:33 AM, Kjell Ahlstedt wrote: 2013-11-26 05:09, a skrev: Hi, I'm trying to connect to the configure signal event(signal_configure_event()), in the documentation I read that you have to enable Gdk::STRUCTURE_MASK, and I think that is the problem I am having. I tried do it