|
| Graphics.UI.Gtk.Layout.Alignment |
|
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data Alignment |
|
|
| class BinClass o => AlignmentClass o |
|
|
| castToAlignment :: GObjectClass obj => obj -> Alignment |
|
| alignmentNew :: Float -> Float -> Float -> Float -> IO Alignment |
| Create an alignment widget. This widget tells
its child widget how to use the given space.
|
|
| alignmentSet :: AlignmentClass al => al -> Float -> Float -> Float -> Float -> IO () |
| Change the space use behaviour of an Alignment.
|
|
| alignmentSetPadding :: AlignmentClass al => al -> Int -> Int -> Int -> Int -> IO () |
| Sets the padding on the different sides of the widget.
|
|
| alignmentGetPadding :: AlignmentClass al => al -> IO (Int, Int, Int, Int) |
| Gets the padding on the different sides of the widget.
|
|
| Produced by Haddock version 0.6 |