The Frame Widget
Create a frame for enclosing other widgets using the
Frame
method. For example:
$parent->Frame( options
)
The standard configuration options that apply to Frame
are: -background
, -bg
, -borderwidth
, -bw
, -cursor
, -height
, -highlightbackground
, -highlightcolor
, -highlightthickness
, -relief
, -takefocus
, and -width
.
Other options are:
-class =>
name
The class associated with the frame.
-colormap =>
\$
window
Specifies another window to share the colormap with. You can point to another window or use the value
new
to specify a new colormap. Default isundef
.-label =>
string
The string to use as a label for the frame.
-labelPack
Specifies options for the
pack
command.-labelVariable =>
\$variable
Specifies a variable containing the text for the label.
-visual =>
type n
For the X Window System, changes the depth of colors.
Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.