| 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
Contents
Description
- newtype Fixed = Fixed (ManagedPtr Fixed)
- class GObject o => IsFixed o
- toFixed :: IsFixed o => o -> IO Fixed
- noFixed :: Maybe Fixed
- data FixedMoveMethodInfo
- fixedMove :: (MonadIO m, IsFixed a, IsWidget b) => a -> b -> Int32 -> Int32 -> m ()
- fixedNew :: MonadIO m => m Fixed
- data FixedPutMethodInfo
- fixedPut :: (MonadIO m, IsFixed a, IsWidget b) => a -> b -> Int32 -> Int32 -> m ()
Exported types
Instances
| GObject Fixed Source # | |
| IsObject Fixed Source # | |
| IsWidget Fixed Source # | |
| IsContainer Fixed Source # | |
| IsBuildable Fixed Source # | |
| IsImplementorIface Fixed Source # | |
| IsFixed Fixed Source # | |
| ((~) * info (ResolveFixedMethod t Fixed), MethodInfo * info Fixed p) => IsLabel t (Fixed -> p) Source # | |
| ((~) * info (ResolveFixedMethod t Fixed), MethodInfo * info Fixed p) => IsLabelProxy t (Fixed -> p) Source # | |
| HasAttributeList * Fixed Source # | |
| type SignalList Fixed Source # | |
| type AttributeList Fixed Source # | |
Methods
move
data FixedMoveMethodInfo Source #
new
put
data FixedPutMethodInfo Source #