in reply to Multiple rows of notebook tabs in Tk

BLT allows this, and you can acces it via Tcl::Tk perl module from CPAN.

not exactly your code, but very closely related example is at http://vkonovalov.ru/cgi-bin/perl-tcltk-wiki.cgi/40

  • Comment on Re: Multiple rows of notebook tabs in Tk

Replies are listed 'Best First'.
Re^2: Multiple rows of notebook tabs in Tk
by biochris (Beadle) on Mar 14, 2005 at 16:50 UTC
    Looks very interesting. Thanks biochris