Re: event for window maximize

2007-11-21 Thread [EMAIL PROTECTED]
Hi, are you handling the resizing in the main window's "configure- event" handler? I have a similar situation but I'm using the widget's (a drawing area) configure-event handler and it seems to work (resize window, maximize, etc.) Cheers Federico

event for window maximize

2007-11-21 Thread Guenther Meyer
hi, maybe here is someone, who could help me: my application contains a widget with a drawable, that has to be redrawn in a differet size when the application window is resized. when I resize the window this works perfectly; I did this by connecting a callback that does the necessary stuff to t