Re: problem with signal_configure_event

2006-12-04 Thread Murray Cumming
On Mon, 2006-12-04 at 07:22 -0600, Jonathon Jongsma wrote: > On 12/4/06, Murray Cumming <[EMAIL PROTECTED]> wrote: > > On Sun, 2006-12-03 at 20:21 -0600, Jonathon Jongsma wrote: > > > I seem to be having some issues getting the configure-event handler to > > > fire. If I connect a regular GTK+ sig

Re: problem with signal_configure_event

2006-12-04 Thread Jonathon Jongsma
On 12/4/06, Murray Cumming <[EMAIL PROTECTED]> wrote: > On Sun, 2006-12-03 at 20:21 -0600, Jonathon Jongsma wrote: > > I seem to be having some issues getting the configure-event handler to > > fire. If I connect a regular GTK+ signal handler, it works fine, and > > if I derive from the Window cla

Re: problem with signal_configure_event

2006-12-03 Thread Murray Cumming
On Sun, 2006-12-03 at 20:21 -0600, Jonathon Jongsma wrote: > I seem to be having some issues getting the configure-event handler to > fire. If I connect a regular GTK+ signal handler, it works fine, and > if I derive from the Window class and implement the virtual > on_configure_event() function,

problem with signal_configure_event

2006-12-03 Thread Jonathon Jongsma
I seem to be having some issues getting the configure-event handler to fire. If I connect a regular GTK+ signal handler, it works fine, and if I derive from the Window class and implement the virtual on_configure_event() function, it also works fine. But it doesn't work if I use the normal connec