|
|
|
|
|
| Description |
| Packing of widgets - HTk supports Tk's standard packer and grid packer. |
|
| Synopsis |
|
|
|
| Documentation |
|
| class (GUIObject a) => Container a |
| Container widgets instantiate the abstract class Container
to enable packing. | | | Instances | |
|
|
| pack |
| :: (Widget w) | | | => w | the widget to pack. | | -> [PackOption] | the pack options. | | -> IO () | None. | | Packs a widget via the pack geometry manager. |
|
|
| grid |
| :: (Widget w) | | | => w | the widget to pack. | | -> [GridPackOption] | the grid pack options. | | -> IO () | None. | | Packs a widget via the grid geometry manager. |
|
|
| data AbstractWidget |
|
|
| Produced by Haddock version 0.3 |