[Gtk-sharp-list] OnShown not firing when window/form is shown?

Nils Andresen nils at nils-andresen.de
Tue Jun 14 10:40:42 EDT 2011


2011/6/14 Nils Andresen <nils at nils-andresen.de>:
> If I connect the Shown-Event „by hand“ also nothing is happening.

Actually - hand-wiring the events does work for me - just be sure to
put the code above the "Build()" call. Build() calls Show() on the
Window, so wiring Show (or Realized) events after that is of no use.

Nils


More information about the Gtk-sharp-list mailing list