gtk2hsContentsIndex
Misc
Description
Synopsis
miscSetAlignment :: MiscClass m => m -> Double -> Double -> IO ()
miscGetAlignment :: MiscClass m => m -> IO (Double, Double)
miscSetPadding :: MiscClass m => m -> Int -> Int -> IO ()
miscGetPadding :: MiscClass m => m -> IO (Int, Int)
Documentation
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