Re: [gtk-list] Make an entire window insensitive?




On Fri, 6 Nov 1998, Jeff Garzik wrote:
> 
> The best thing I can come up with is keeping track of all the widgets in
> the dialog and toggling the insensitivity of each.  That seems messy. 
> Is there a single function that will make an entire dialog disabled, or
> insensitive, or similar?
> 

I believe gtk_widget_set_sensitive recurses all child widgets, so you 
can just call it on the dialog. 

Havoc




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