Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Kuth, Joachim Dr.
Hi, I have the following problem: If I set a Button (, CheckButton, OptionMenu, ...) to insensitive, the corresponding label will show its text with a white shadow. How can I change this behaviour? I already managed to change the text, change the color, but the shadow remains. Any ideas? TIA,

Re: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Sven Neumann
Hi, Kuth, Joachim Dr. [EMAIL PROTECTED] writes: I have the following problem: If I set a Button (, CheckButton, OptionMenu, ...) to insensitive, the corresponding label will show its text with a white shadow. How can I change this behaviour? why do you want to change it? It's the way GTK+

AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Kuth, Joachim Dr.
why do you want to change it? It's the way GTK+ (or actually the theme you are using) shows that the label belongs to an insensitive widget. You shouldn't change this on the application level. If you personally would like a different look for insensitive labels, use a different theme. a. I

Re: AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Valdis . Kletnieks
On Wed, 08 Jan 2003 14:38:40 +0100, Kuth, Joachim Dr. said: b. I want to change it on application level. Thus forcing *all* users of your application to wonder if a given widget is insensitive or not. *click* Why *click* isn't *click* this *CLICK*ing button *CLICK* DOING ANYTHING? There's a

Re: AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Kuth, Joachim Dr.
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 8. Januar 2003 16:35 An: Kuth, Joachim Dr. Cc: '[EMAIL PROTECTED]' Betreff: Re: AW: Q: How to disable shadow text for insensitive widgets? On Wed, 08 Jan 2003 14:38:40 +0100, Kuth

Re: AW: Q: How to disable shadow text for insensitive widgets?

2003-01-08 Thread Valdis . Kletnieks
On Wed, 08 Jan 2003 17:06:14 +0100, Kuth, Joachim Dr. said: I am not interested in religious wars about the best UI style. *Please* accept that *I* want to disable shadow for *my* application, and users will complain to *me* if they do not like the UI - but this will again be *my* problem -