in reply to
How to set background color to a page in Tk::Notebook?
$tk_notebook->add()
returns a
Tk::Frame
which understands
configure(-bg => 'aColor')
Hth, Christoph
Comment on
Re: How to set background color to a page in Tk::Notebook?
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: How to set background color to a page in Tk::Notebook?
by
Aishu
(Initiate)
on Apr 06, 2011 at 09:12 UTC
It helped a lot. Thank you Christoph.. Regards, Aishu
[reply]
In Section
Seekers of Perl Wisdom