Frame
Name
Frame -- Encapsulation of toplevels.
Description
Frames are boxes other widgets fit in. They correspond to the Tk "frame" and "toplevel" widgets. Frames can be new windows, or subwindows in an existing window. You only need to create frames yourself if building complicated composite widgets: by default, a frame will be built automatically for widgets without parents.
Methods
Phase: Creating
-
setReliefFlag: (BOOL)
reliefFlag Determines whether or not a frame has a border.
-
setBorderWidth: (int)
width Determines the width of the border, if any.
Phase: Using
- (void)
deiconify Deiconify the frame.
- (void)
withdraw Take the frame off screen.