| 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.CellAreaBox
Description
- newtype CellAreaBox = CellAreaBox (ManagedPtr CellAreaBox)
- class GObject o => IsCellAreaBox o
- toCellAreaBox :: IsCellAreaBox o => o -> IO CellAreaBox
- noCellAreaBox :: Maybe CellAreaBox
- data CellAreaBoxGetSpacingMethodInfo
- cellAreaBoxGetSpacing :: (MonadIO m, IsCellAreaBox a) => a -> m Int32
- cellAreaBoxNew :: MonadIO m => m CellAreaBox
- data CellAreaBoxPackEndMethodInfo
- cellAreaBoxPackEnd :: (MonadIO m, IsCellAreaBox a, IsCellRenderer b) => a -> b -> Bool -> Bool -> Bool -> m ()
- data CellAreaBoxPackStartMethodInfo
- cellAreaBoxPackStart :: (MonadIO m, IsCellAreaBox a, IsCellRenderer b) => a -> b -> Bool -> Bool -> Bool -> m ()
- data CellAreaBoxSetSpacingMethodInfo
- cellAreaBoxSetSpacing :: (MonadIO m, IsCellAreaBox a) => a -> Int32 -> m ()
- data CellAreaBoxSpacingPropertyInfo
- cellAreaBoxSpacing :: AttrLabelProxy "spacing"
- constructCellAreaBoxSpacing :: IsCellAreaBox o => Int32 -> IO (GValueConstruct o)
- getCellAreaBoxSpacing :: (MonadIO m, IsCellAreaBox o) => o -> m Int32
- setCellAreaBoxSpacing :: (MonadIO m, IsCellAreaBox o) => o -> Int32 -> m ()
Exported types
newtype CellAreaBox Source #
Constructors
| CellAreaBox (ManagedPtr CellAreaBox) |
Instances
| GObject CellAreaBox Source # | |
| IsObject CellAreaBox Source # | |
| IsCellArea CellAreaBox Source # | |
| IsOrientable CellAreaBox Source # | |
| IsCellLayout CellAreaBox Source # | |
| IsBuildable CellAreaBox Source # | |
| IsCellAreaBox CellAreaBox Source # | |
| ((~) * info (ResolveCellAreaBoxMethod t CellAreaBox), MethodInfo * info CellAreaBox p) => IsLabel t (CellAreaBox -> p) Source # | |
| ((~) * info (ResolveCellAreaBoxMethod t CellAreaBox), MethodInfo * info CellAreaBox p) => IsLabelProxy t (CellAreaBox -> p) Source # | |
| HasAttributeList * CellAreaBox Source # | |
| type SignalList CellAreaBox Source # | |
| type AttributeList CellAreaBox Source # | |
class GObject o => IsCellAreaBox o Source #
Instances
| (GObject a, UnknownAncestorError Constraint CellAreaBox a) => IsCellAreaBox a Source # | |
| IsCellAreaBox CellAreaBox Source # | |
toCellAreaBox :: IsCellAreaBox o => o -> IO CellAreaBox Source #
Methods
getSpacing
data CellAreaBoxGetSpacingMethodInfo Source #
Instances
| ((~) * signature (m Int32), MonadIO m, IsCellAreaBox a) => MethodInfo * CellAreaBoxGetSpacingMethodInfo a signature Source # | |
cellAreaBoxGetSpacing :: (MonadIO m, IsCellAreaBox a) => a -> m Int32 Source #
new
cellAreaBoxNew :: MonadIO m => m CellAreaBox Source #
packEnd
data CellAreaBoxPackEndMethodInfo Source #
Instances
| ((~) * signature (b -> Bool -> Bool -> Bool -> m ()), MonadIO m, IsCellAreaBox a, IsCellRenderer b) => MethodInfo * CellAreaBoxPackEndMethodInfo a signature Source # | |
cellAreaBoxPackEnd :: (MonadIO m, IsCellAreaBox a, IsCellRenderer b) => a -> b -> Bool -> Bool -> Bool -> m () Source #
packStart
data CellAreaBoxPackStartMethodInfo Source #
Instances
| ((~) * signature (b -> Bool -> Bool -> Bool -> m ()), MonadIO m, IsCellAreaBox a, IsCellRenderer b) => MethodInfo * CellAreaBoxPackStartMethodInfo a signature Source # | |
cellAreaBoxPackStart :: (MonadIO m, IsCellAreaBox a, IsCellRenderer b) => a -> b -> Bool -> Bool -> Bool -> m () Source #
setSpacing
data CellAreaBoxSetSpacingMethodInfo Source #
Instances
| ((~) * signature (Int32 -> m ()), MonadIO m, IsCellAreaBox a) => MethodInfo * CellAreaBoxSetSpacingMethodInfo a signature Source # | |
cellAreaBoxSetSpacing :: (MonadIO m, IsCellAreaBox a) => a -> Int32 -> m () Source #
Properties
spacing
data CellAreaBoxSpacingPropertyInfo Source #
Instances
| AttrInfo CellAreaBoxSpacingPropertyInfo Source # | |
| type AttrSetTypeConstraint CellAreaBoxSpacingPropertyInfo Source # | |
| type AttrOrigin CellAreaBoxSpacingPropertyInfo Source # | |
| type AttrLabel CellAreaBoxSpacingPropertyInfo Source # | |
| type AttrGetType CellAreaBoxSpacingPropertyInfo Source # | |
| type AttrBaseTypeConstraint CellAreaBoxSpacingPropertyInfo Source # | |
| type AttrAllowedOps CellAreaBoxSpacingPropertyInfo Source # | |
cellAreaBoxSpacing :: AttrLabelProxy "spacing" Source #
constructCellAreaBoxSpacing :: IsCellAreaBox o => Int32 -> IO (GValueConstruct o) Source #
getCellAreaBoxSpacing :: (MonadIO m, IsCellAreaBox o) => o -> m Int32 Source #
setCellAreaBoxSpacing :: (MonadIO m, IsCellAreaBox o) => o -> Int32 -> m () Source #