| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
HTk.Widgets.Space
Description
HTk's space widget. A simple spacer for special packing purposes.
Documentation
The Space datatype.
Instances
| Eq Space Source # | Internal. |
| Destroyable Space Source # | A space widget can be destroyed. |
| Synchronized Space Source # | You can synchronize on a space widget. |
| GUIObject Space Source # | Internal. |
| HasOrientation Space Source # | The space widgets orientation can either be |
| HasColour Space Source # | A space widget has a configureable background colour. |
| Widget Space Source # | A radiobutton widget has standard widget properties (concerning focus, cursor). |
Arguments
| :: Container par | |
| => par | the parent widget, which has to be a container widget
(an instance of |
| -> 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.