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.
signature.asc
Description: PGP signature
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
