perllee has asked for the wisdom of the Perl Monks concerning the following question:
In Tk how to set the color of the scroll bar? windows XP.
I tried some options, but failed.
$lb = $mw->Scrollbar(-background=>'green',-troughcolor=>'blue');
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: In Tk how to set the color of the scrollbar?
by zentara (Cardinal) on Jan 20, 2013 at 09:43 UTC | |
by Anonymous Monk on Jan 20, 2013 at 10:06 UTC | |
|
Re: In Tk how to set the color of the scrollbar?
by BrowserUk (Patriarch) on Jan 20, 2013 at 05:02 UTC | |
by perllee (Novice) on Jan 20, 2013 at 05:17 UTC | |
by BrowserUk (Patriarch) on Jan 20, 2013 at 05:41 UTC |