Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Perl/Tk: Tabbed Windows?

by Chmrr (Vicar)
on May 01, 2003 at 03:52 UTC ( [id://254561]=note: print w/replies, xml ) Need Help??


in reply to Perl/Tk: Tabbed Windows?

You want a Tk::TabFrame, or, more canonically, a Tk::NoteBook.

With Tk::NoteBook, create and pack a new Tk::NoteBook object (call it, say, $nb). Thereafter, calling $nb->add("Tab name") will return a new Pane which you can pack widgets into.

I've necer used Tk::TabFrame, but it would seem to be the same concept.

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://254561]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-28 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found