Glade designs the interface and assign a signal to an EventHandler. MonoDevelop doesn't do a thing, but C# + Glade# do.
// a Button widget designed using Glade [Widget] Gtk.Button but; // on_but_clicked was defined in glade for the Clicked signal but.Clicked += on_but_clicked; I hope u can understand this :-) Sex, 2005-04-01 �s 02:07 +0530, Mayank Jain escreveu: > Hi again, > > When I used to develop with GTK+/Glade, Glade used to take care of > generating code for signals. How do i do that with monodevelop? > > Thanks. > _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
