Gtk2HsContentsIndex
Graphics.UI.Gtk.Abstract.Misc
Description
Synopsis
data Misc
class WidgetClass o => MiscClass o
castToMisc :: GObjectClass obj => obj -> Misc
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
data Misc
Instances
MiscClass Misc
WidgetClass Misc
ObjectClass Misc
GObjectClass Misc
class WidgetClass o => MiscClass o
Instances
MiscClass Misc
MiscClass Label
MiscClass AccelLabel
MiscClass TipsQuery
MiscClass Arrow
MiscClass Image
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