HTk.Containers.Toplevel
Description
HTk's toplevel widget. A toplevel widget is a toplevel container for widgets (a window).
- newtype Toplevel = Toplevel GUIOBJECT
- createToplevel :: [Config Toplevel] -> IO Toplevel
- tkGetToplevelConfig :: ObjectName -> ConfigID -> TclScript
- tkSetToplevelConfigs :: ObjectName -> [ConfigOption] -> TclScript
Documentation
The Toplevel datatype.
Instances
| Eq Toplevel | |
| Destroyable Toplevel | A toplevel widget can be destroyed. |
| Synchronized Toplevel | You can synchronize on a toplevel object. |
| GUIObject Toplevel | Internal. |
| Widget Toplevel | A toplevel widget has standard widget properties (concerning focus, cursor). |
| Window Toplevel | A toplevel widget is a window (with various configurations and actions concerning its stacking order, display status, screen, aspect ratio etc.). |
| Container Toplevel | A toplevel widget is a container for widgets. You can pack widgets to
a toplevel widget via pack or grid command in the
|