[Gtk-sharp-list] Enabling/Disabling Buttons?

Lee Mallabone gnome@fonicmonkey.net
04 Mar 2003 15:53:10 +0000


On Tue, 2003-03-04 at 15:27, Charles-Louis wrote:

> Sorry for the newbie question, but I wanted to know where I could find
> help on enabling/disabling Gtk.Buttons... (Graying out)

Gtk.Button inherits from Gtk.Widget, which has a 'Sensitive' property.
If you set that to false, your button will 'gray out'.

> Is there a Gtk-sharp documentation browser? Where can I get it?

There's a package called monodoc. Release 0.1 is available from the mono
homepage, www.go-mono.com.

It only has documentation stubs in place right now - we're in the middle
of writing the actual docs.

Hope that helps,

Lee.