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