HTk's frame widget. A frame is a simple container for widgets.
Documentation
The Frame
datatype.
Eq Frame | |
Destroyable Frame | A frame widget can be destroyed. |
Synchronized Frame | You can synchronize on a frame object. |
GUIObject Frame | Internal. |
HasBorder Frame | A frame widget has a configureable border. |
HasSize Frame | You can specify the size of a frame. |
HasColour Frame | A frame widget has a background colour. |
Widget Frame | A frame widget has standard widget properties (concerning focus, cursor). |
Container Frame | A frame widget is a container for widgets. You can pack widgets to
a frame widget via pack or grid command in the
|