[Gtk-sharp-list] How to enable or disable a button
Raúl Moratalla
raul.moratalla@ono.com
Fri, 13 Aug 2004 00:29:16 +0000
Mike Kestner escribió:
> 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.
>
Ok, thanks to everybody fol helping me with this silly question. As I
read the first post too fast I didn't understand it correctly.
Now it works fine.
Best regards,
Raúl