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 |
- newtype FixedChild = FixedChild (ForeignPtr FixedChild)
- newZeroFixedChild :: MonadIO m => m FixedChild
- noFixedChild :: Maybe FixedChild
- fixedChildReadWidget :: FixedChild -> IO Widget
- fixedChildReadX :: FixedChild -> IO Int32
- fixedChildReadY :: FixedChild -> IO Int32
Exported types
newtype FixedChild Source
((~) * info (ResolveFixedChildMethod t FixedChild), MethodInfo * info FixedChild p) => IsLabel t (FixedChild -> p) Source | |
((~) * info (ResolveFixedChildMethod t FixedChild), MethodInfo * info FixedChild p) => IsLabelProxy t (FixedChild -> p) Source | |
newZeroFixedChild :: MonadIO m => m FixedChild Source
Construct a FixedChild
struct initialized to zero.
Properties
Widget
X
fixedChildReadX :: FixedChild -> IO Int32 Source
Y
fixedChildReadY :: FixedChild -> IO Int32 Source