Re: How do I `grey out' complex buttons?
- From: learfox furry ao net
- To: GTK Applocation Development List <gtk-app-devel-list gnome org>
- Subject: Re: How do I `grey out' complex buttons?
- Date: Wed, 6 Sep 2000 22:11:41 -0700 (PDT)
If you set a container insensitive all its children will also appear
insensitive.
I tried settiog the following:
GtkWidget *button = (GtkWidget *)data;
if(button == NULL)
return;
GTK_WIDGET_UNSET_FLAGS(button, GTK_SENSITIVE);
The button is a return from gtk_button_new(), however the
label which is parented to an hbox which is parented to the button does
not get grey'ed out..
--
Sincerely, ,"-_ \|/
-Capt. Taura M. , O=__ --X--
..__ ,_JNMNNEO=_ /|\
OMNOUMmnne. {OMMNNNEEEEOO=_
UOOOBIOOOEOMMn. 'LONMMMMNNEEEOOO=.__..,,..
UUOOEUUOOOOOOOObe '"=OMMMMWNEEEOOOOO,"=OEEEOO=,._
OOUUUIEEIOONNOIUbe. "7OMMMMNNNNNWWEEEEOOOOOO" "'.
EEBNNMMMNWNWWEEIMMNe. __ 7EMMMNNNNNWWWEEEEEEEOO. " .
NNMMMMWWWMMMWEINMMMNn "=BBEEEEMMMMMMMMNNNWWWEEOOOOO=._ .
http://furry.ao.net/~learfox/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]