Kevin Finn writes:

> Out of curiosity, what is the query that you would use to determine the gtk
> sensitivity?  I've looked at the Gtk+ on-line tutorial, and under "Widget
> Attributes" they listed gtk_set_sensitive, but no get_sensitive.  It also
> mentioned that "sensitive" is part of the widget state, but I didn't see a
> function to get the state.
> 

You need to use the gtk_widget_get call. Check out
http://developer.gnome.org/doc/API/gtk/gtk-object-properties.html
for more info about gtk object properties.

dave

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to