[MonoDevelop] Problems with ConfigureEvent

lordphoenix lordphoenix at tuxfamily.org
Fri May 9 11:55:57 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 += onCofigureEvent;

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/monodevelop-list/attachments/20080509/31fdf8bf/attachment.bin 


More information about the Monodevelop-list mailing list