[Gtk-sharp-list] glade-sharp Autoconnect

Greg Hamilton gregh@object-craft.com.au
Tue, 9 Dec 2003 15:36:30 +1100


Hi, I'm new to Mono and gtk-sharp and I've run into a problem which I 
haven't been able to solve with the docs or Google.

I'm trying to follow the glade example here 
http://www.go-mono.org/tutorial/gnome/bindings/glade/glade.html.

The c# source builds and runs and the window and button defined in the 
glade xml file are displayed but the button click and window destroy 
events aren't handled. The example uses autoconnect to set up the 
connections. Is there something wrong with the example?

Greg