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

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