|
|
|
|
|
| Description |
| HTk's toplevel widget.
A toplevel widget is a toplevel container for widgets (a window). |
|
| Synopsis |
|
|
|
| Documentation |
|
| newtype Toplevel |
| The Toplevel datatype. | | Constructors | | | Instances | |
|
|
| createToplevel |
| :: [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 |
|
| tkSetToplevelConfigs :: ObjectName -> [ConfigOption] -> TclScript |
|
| Produced by Haddock version 0.3 |