|
|
|
|
|
| Description |
| HTk's frame widget.
A frame is a simple container for widgets. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data Frame |
| The Frame datatype. |
|
| newFrame |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config Frame] | the list of configuration options for this frame. | | -> IO Frame | A frame widget. | | Constructs a new frame widget and returns a handler. |
|
|
| Produced by Haddock version 0.3 |