Tk tabbed pane

has anyone out there done work to create some sort of tabbed pane for tk?
care to share if so?

cheers.

-a

···

--

EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
PHONE :: 303.497.6469
A flower falls, even though we love it;
and a weed grows, even though we do not love it. --Dogen

===============================================================================

Hi,

···

From: "Ara.T.Howard" <Ara.T.Howard@noaa.gov>
Subject: tk tabbed pane
Date: Tue, 7 Sep 2004 23:45:15 +0900
Message-ID: <Pine.LNX.4.60.0409070756510.10600@harp.ngdc.noaa.gov>

has anyone out there done work to create some sort of tabbed pane for tk?
care to share if so?

Is that a something like as a "NoteBook widget (BWdiget extention)"
or a "tabnotebook widget (Iwidgets extention)" ?
If so, and if you can use Ruby 1.8.2 and Tcl/Tk with one of
those Tcl/Tk extensions (e.g. ActiveTcl binary package), please
try to use Tk::BWidget::NoteBook class (tkextlib/bwidget.rb) or
Tk::Iwidgets::Tabnotebook class (tkextlib/iwidgets.rb).

# Please read "tkextlib/SUPPPORT_STATUS".

You'll be able to find sample scripts of those widget classes in
"ext/tk/sample/tkextlib/bwidget" or "ext/tk/sample/tkextlib/iwidgets".
--
                                  Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)