| 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.Objects.Fixed
Description
- newtype Fixed = Fixed (ForeignPtr Fixed)
- class GObject o => FixedK o
- toFixed :: FixedK o => o -> IO Fixed
- noFixed :: Maybe Fixed
- data FixedMoveMethodInfo
- fixedMove :: (MonadIO m, FixedK a, WidgetK b) => a -> b -> Int32 -> Int32 -> m ()
- fixedNew :: MonadIO m => m Fixed
- data FixedPutMethodInfo
- fixedPut :: (MonadIO m, FixedK a, WidgetK b) => a -> b -> Int32 -> Int32 -> m ()
Exported types
Constructors
| Fixed (ForeignPtr Fixed) |
Instances
| GObject Fixed | |
| ((~) * info (ResolveFixedMethod t Fixed), MethodInfo * info Fixed p) => IsLabelProxy t (Fixed -> p) | |
| type ParentTypes Fixed | |
| type AttributeList Fixed | |
| type SignalList Fixed |
Methods
fixedMove
data FixedMoveMethodInfo Source
Instances
| ((~) * signature (b -> Int32 -> Int32 -> m ()), MonadIO m, FixedK a, WidgetK b) => MethodInfo * FixedMoveMethodInfo a signature |
fixedNew
fixedPut
data FixedPutMethodInfo Source
Instances
| ((~) * signature (b -> Int32 -> Int32 -> m ()), MonadIO m, FixedK a, WidgetK b) => MethodInfo * FixedPutMethodInfo a signature |