Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Gtk.Structs.WidgetAuxInfo
Description
- newtype WidgetAuxInfo = WidgetAuxInfo (ForeignPtr WidgetAuxInfo)
- noWidgetAuxInfo :: Maybe WidgetAuxInfo
- widgetAuxInfoReadHalign :: WidgetAuxInfo -> IO Word32
- widgetAuxInfoReadHeight :: WidgetAuxInfo -> IO Int32
- widgetAuxInfoReadMargin :: WidgetAuxInfo -> IO Border
- widgetAuxInfoReadValign :: WidgetAuxInfo -> IO Word32
- widgetAuxInfoReadWidth :: WidgetAuxInfo -> IO Int32
Exported types
newtype WidgetAuxInfo Source
Constructors
WidgetAuxInfo (ForeignPtr WidgetAuxInfo) |