[Gtk-sharp-list] Gtk.Window.ConfigureEvent

Norbert Berzen norbert at spice.gia.rwth-aachen.de
Fri Jul 14 08:20:04 EDT 2006


Hello to everyone,

simple question: How do I detect if my gtk toplevel window resizes
and/or moves? As far as I understand the docs this should be straight
forward:

 Gtk.Window toplevel = new Gtk.Window (...);

 toplevel.ConfigureEvent += new ConfigureEventHandler (myHandler);

But it does not work at all. Is it a problem with my gtk-sharp setup or
is it known not to work?

After digging the docs and after having a look (not in depth!!!) at
gtk-sharp-2.0 source without getting any clue I am helpless.

Could some of you give me a hint, please?

Thanks,
-- 
Norbert



More information about the Gtk-sharp-list mailing list