[Gtk-sharp-list] How to enable or disable a button
Mike Kestner
mkestner@ximian.com
Thu, 12 Aug 2004 17:05:51 -0500
On Thu, 2004-08-12 at 19:05, Raúl Moratalla wrote:
> > Try the Sensitive property.
> >
>
> Hi Mike, there is no Sensitive property :(
> Description=`Gtk.StateType' does not contain a definition for
> `Sensitive'(CS0117)
Gtk.Widget.Sensitive. Set it to true or false. Don't mess with State
Property directly unless you are writing a widget subclass.
--
Mike Kestner <mkestner@ximian.com>