LablTk: frames

With the Frame widget, you can group widgets.

A frame with one button
Here, a frame has been created containing two widgets, a label and a button.
The parents of these two widgets are not the root window top, but the frame
described by variable a_frame.
        

Parameter relief specifies the border of the frame.
Possible values are: `Flat, `Groove, `Raised, `Ridge, `Sunken.
With borderwidth you specify the border's width in pixels.


A frame with a label and a button




        


A hierarchy of frames













          



François Thomasset -- INRIA, Rocquencourt -- November 2007
Email: Francois dot Thomasset at inria dot fr