[Gtk-sharp-list] Problems with ConfigureEvent

lordphoenix lordphoenix at free.fr
Sun May 11 08:46:05 EDT 2008


Hi all,
I'm trying to use Gtk.Widget.ConfigureEvent in order to get informed
about window moving and resizing. 

In my constructor I have this code 

this.ConfigureEvent += new ConfigureEventHandler (onConfigureEvent);

and in this same class I've method 

 void OnConfigureEvent (object o, Gtk.ConfigureEventArgs
args)
{
Console.Writeline("test");
}

Nothing really difficult but it doesn't seems to be good solution
because nothing happens. 

Someone has an idea about the problem?

Thanks for help.

PS : Sorry for my bad English I don't speak it very often.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20080511/f90c0afe/attachment.bin 


More information about the Gtk-sharp-list mailing list