gtk_widget_set_sensitive() & notebook pages



Is it possible to make some pages of a notebook insensitive while leaving others
sensitive?  I have a notebook with a number of pages, and each page has a number of
frames.  If I use gtk_widget_set_sensitive() on the entire notebook I am unable to
make frames within the notebook sensitive.

What I want to do is this:  after a certain button is clicked, I want to allow input
only to the frame that contains the button.  Everything else should be insensitive,
including all other notebook pages.  Do I have to manually go through frame by frame
and make them insensitive?


Thanks,
-Josh




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