indigosplinter has asked for the wisdom of the Perl Monks concerning the following question:
Unfortunately, the -bg and -fg keys only apply to the boarder around the labels, not the labels themselves. I'm getting a big block of text/radio buttons with the text labels in OS default colors. It's probably something simple, but... a little help here?$b_frame->RadiobuttonGroup( -list => [qw( stuff... )], -bg => "lightslategray", -fg => "white", -selectcolor => "white", -highlightcolor => "lightslategray", -orientation => 'vertical', -variable => \$ss_default )->pack();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Colorizing the labels in Tk::RadiobuttonGroup
by shmem (Chancellor) on Jun 28, 2006 at 14:14 UTC | |
|
Re: Colorizing the labels in Tk::RadiobuttonGroup
by johngg (Canon) on Jun 28, 2006 at 13:21 UTC | |
by indigosplinter (Novice) on Jun 28, 2006 at 14:18 UTC |