[Gtk-sharp-list] Monodevelop (Signals)

Paulo Pires paulo.pires@vodafone.pt
Thu, 31 Mar 2005 23:58:19 +0100


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 +=3D on_but_clicked;

I hope u can understand this :-)


Sex, 2005-04-01 =E0s 02:07 +0530, Mayank Jain escreveu:
> Hi again,
>=20
> 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?
>=20
> Thanks.
>=20