|
|
|
|
|
| Description |
| HTk's space widget.
A simple spacer for special packing purposes. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data Space |
| The Space datatype. |
|
| newSpace |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> Distance | the horizontal or vertical distance (depending on the
space widget's orientation). | | -> [Config Space] | the list of configuration options for this
space widget. | | -> IO Space | A space widget. | | Constructs a new space widget and returns a handler. |
|
|
| Produced by Haddock version 0.3 |