| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
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
|
Arguments
| :: [Config Toplevel] | the list of configuration options for this toplevel widget. |
| -> IO Toplevel | A toplevel widget. |
Constructs a new toplevel widget and returns a handler.
tkGetToplevelConfig :: ObjectName -> ConfigID -> TclScript Source
tkSetToplevelConfigs :: ObjectName -> [ConfigOption] -> TclScript Source