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

Re: Perl/Tk Positioning frame label on top edge of frame

by Django (Pilgrim)
on Jun 08, 2004 at 20:04 UTC ( [id://362524]=note: print w/replies, xml ) Need Help??


in reply to Perl/Tk Positioning frame label on top edge of frame

Do you mean the LabFrame?

use Tk; use Tk::LabFrame; my $main = MainWindow->new(); $main->LabFrame( -label => 'fubar', -labelside => 'acrosstop' )->pack; MainLoop;

-- Django
"Why don't we ever challenge the spherical earth theory?"

Replies are listed 'Best First'.
Re^2: Perl/Tk Positioning frame label on top edge of frame
by weltyj (Novice) on Jun 08, 2004 at 20:09 UTC
    Most excellent. That works perfectly. Thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 13:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found