Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Tk::pack help

by davidj (Priest)
on Aug 03, 2004 at 19:35 UTC ( [id://379802]=note: print w/replies, xml ) Need Help??


in reply to Tk::pack help

You could do it with pack by putting cells A and C in a frame (and ->pack(-side=>'top') and cells B and D in a frame (and ->pack(-side=>'top'). Then the frames you would ->pack(-side=>'left').

That being said, merlyn is right. The grid geometry manager is better suited for such a layout.

davidj

Replies are listed 'Best First'.
•Re^2: Tk::pack help
by merlyn (Sage) on Aug 03, 2004 at 19:39 UTC
      You are correct about that. However, before I was turned on to the grid and form geometry managers, I was able (with some difficulty and complexity) to get fairly decent grid layouts using pack. By all means, it is not the way to go and grid/form are the best options.

      davidj

Log In?
Username:
Password:

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

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

    No recent polls found