[Gtk-sharp-list] How to enable or disable a button

Duncan Mak duncan@ximian.com
Thu, 12 Aug 2004 18:05:09 -0400


On Thu, 2004-08-12 at 20:05, Ra=FAl Moratalla wrote:
> Hi Mike, there is no Sensitive property :(
> Description=3D`Gtk.StateType' does not contain a definition for=20
> `Sensitive'(CS0117)
>=20
> I tried all the other states but they didn't work. Any idea?
>=20

It's=20
	button.Sensitive =3D false;

Duncan.