Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Tk::NoteBook tabs in a Tk::Dialog question

by buckaduck (Chaplain)
on Apr 23, 2002 at 20:27 UTC ( [id://161426]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $d  = $dd->Frame()->pack();  
    my $n = $d->NoteBook()->pack( -expand => 0, -fill => 'x' );
    
  2. or download this
    my $d  = $dd->add(Tk::Frame);
    $d->pack;  
    my $n = $d->add(Tk::NoteBook);
    $n->pack( -expand => 0, -fill => 'x' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (9)
As of 2024-04-19 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found