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.Pango.Structs.AttrInt
Contents
Description
The AttrInt
structure is used to represent attributes with
an integer or enumeration value.
- newtype AttrInt = AttrInt (ManagedPtr AttrInt)
- newZeroAttrInt :: MonadIO m => m AttrInt
- noAttrInt :: Maybe AttrInt
- getAttrIntAttr :: MonadIO m => AttrInt -> m Attribute
- getAttrIntValue :: MonadIO m => AttrInt -> m Int32
- setAttrIntValue :: MonadIO m => AttrInt -> Int32 -> m ()
Exported types
Constructors
AttrInt (ManagedPtr AttrInt) |
Instances
WrappedPtr AttrInt Source # | |
(~) AttrOpTag tag AttrSet => Constructible AttrInt tag Source # | |