|
| Graphics.UI.Gtk.Abstract.Misc |
|
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data Misc |
|
|
| class WidgetClass o => MiscClass o |
|
|
| castToMisc :: GObjectClass obj => obj -> Misc |
|
| miscSetAlignment :: MiscClass m => m -> Double -> Double -> IO () |
| Set the alignment of the widget.
|
|
| miscGetAlignment :: MiscClass m => m -> IO (Double, Double) |
| Get the alignment of the widget.
|
|
| miscSetPadding :: MiscClass m => m -> Int -> Int -> IO () |
| Set the amount of space to add around the widget.
|
|
| miscGetPadding :: MiscClass m => m -> IO (Int, Int) |
| Get the amount of space added around the widget.
|
|
| Produced by Haddock version 0.6 |