gobject and gtk_widget_set_sensitive



Hi,

I have a custom widget I've created which uses widgets from a 3rd
party library. When I use gtk_widget_set_sensitive(my_widget, FALSE),
some of the widgets from the other library remain sensitive.

Is this a bug in the 3rd party library?

Or should I be using a callback to handle the "state-changed" signal
to set_sensitive on all the widgets?

Cheers,
James.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]