| 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
- fixedMove :: (MonadIO m, FixedK a, WidgetK b) => a -> b -> Int32 -> Int32 -> m ()
- fixedNew :: MonadIO m => m Fixed
- fixedPut :: (MonadIO m, FixedK a, WidgetK b) => a -> b -> Int32 -> Int32 -> m ()
Exported types
Constructors
| Fixed (ForeignPtr Fixed) |
Instances
| GObject Fixed Source | |
| type ParentTypes Fixed Source | |
| type AttributeList Fixed Source | |
| type SignalList Fixed Source |