Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype Column = Column (ManagedPtr Column)
- class (GObject o, IsDescendantOf Column o) => IsColumn o
- toColumn :: (MonadIO m, IsColumn o) => o -> m Column
- noColumn :: Maybe Column
- columnGetLinearGrowthWidth :: (HasCallStack, MonadIO m, IsColumn a) => a -> m Int32
- columnGetMaximumWidth :: (HasCallStack, MonadIO m, IsColumn a) => a -> m Int32
- columnNew :: (HasCallStack, MonadIO m) => m Column
- columnSetLinearGrowthWidth :: (HasCallStack, MonadIO m, IsColumn a) => a -> Int32 -> m ()
- columnSetMaximumWidth :: (HasCallStack, MonadIO m, IsColumn a) => a -> Int32 -> m ()
- constructColumnLinearGrowthWidth :: IsColumn o => Int32 -> IO (GValueConstruct o)
- getColumnLinearGrowthWidth :: (MonadIO m, IsColumn o) => o -> m Int32
- setColumnLinearGrowthWidth :: (MonadIO m, IsColumn o) => o -> Int32 -> m ()
- constructColumnMaximumWidth :: IsColumn o => Int32 -> IO (GValueConstruct o)
- getColumnMaximumWidth :: (MonadIO m, IsColumn o) => o -> m Int32
- setColumnMaximumWidth :: (MonadIO m, IsColumn o) => o -> Int32 -> m ()
Exported types
Memory-managed wrapper type.
Instances
GObject Column Source # | |
Defined in GI.Handy.Objects.Column gobjectType :: IO GType # | |
HasParentTypes Column Source # | |
Defined in GI.Handy.Objects.Column | |
type ParentTypes Column Source # | |
Defined in GI.Handy.Objects.Column type ParentTypes Column = Bin ': (Container ': (Widget ': (Object ': (ImplementorIface ': (Buildable ': ([] :: [Type])))))) |
class (GObject o, IsDescendantOf Column o) => IsColumn o Source #
Instances
(GObject o, IsDescendantOf Column o) => IsColumn o Source # | |
Defined in GI.Handy.Objects.Column |
Methods
getLinearGrowthWidth
columnGetLinearGrowthWidth Source #
:: (HasCallStack, MonadIO m, IsColumn a) | |
=> a |
|
-> m Int32 | Returns: the width up to which the child will be allocated all the available width. |
Gets the width up to which the child will be allocated all the available width and starting from which it will be allocated a portion of the available width. In bith cases the allocated width won't exceed the declared maximum.
getMaximumWidth
columnGetMaximumWidth Source #
:: (HasCallStack, MonadIO m, IsColumn a) | |
=> a |
|
-> m Int32 | Returns: the maximum width to allocate to the contained child. |
Gets the maximum width to allocate to the contained child.
new
:: (HasCallStack, MonadIO m) | |
=> m Column | Returns: a new |
Creates a new Column
.
setLinearGrowthWidth
columnSetLinearGrowthWidth Source #
:: (HasCallStack, MonadIO m, IsColumn a) | |
=> a |
|
-> Int32 |
|
-> m () |
Sets the width up to which the child will be allocated all the available width and starting from which it will be allocated a portion of the available width. In bith cases the allocated width won't exceed the declared maximum.
setMaximumWidth
columnSetMaximumWidth Source #
:: (HasCallStack, MonadIO m, IsColumn a) | |
=> a |
|
-> Int32 |
|
-> m () |
Sets the maximum width to allocate to the contained child.
Properties
linearGrowthWidth
No description available in the introspection data.
constructColumnLinearGrowthWidth :: IsColumn o => Int32 -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “linear-growth-width
” property. This is rarely needed directly, but it is used by new
.
getColumnLinearGrowthWidth :: (MonadIO m, IsColumn o) => o -> m Int32 Source #
Get the value of the “linear-growth-width
” property.
When overloading is enabled, this is equivalent to
get
column #linearGrowthWidth
setColumnLinearGrowthWidth :: (MonadIO m, IsColumn o) => o -> Int32 -> m () Source #
Set the value of the “linear-growth-width
” property.
When overloading is enabled, this is equivalent to
set
column [ #linearGrowthWidth:=
value ]
maximumWidth
No description available in the introspection data.
constructColumnMaximumWidth :: IsColumn o => Int32 -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “maximum-width
” property. This is rarely needed directly, but it is used by new
.
getColumnMaximumWidth :: (MonadIO m, IsColumn o) => o -> m Int32 Source #
Get the value of the “maximum-width
” property.
When overloading is enabled, this is equivalent to
get
column #maximumWidth
setColumnMaximumWidth :: (MonadIO m, IsColumn o) => o -> Int32 -> m () Source #
Set the value of the “maximum-width
” property.
When overloading is enabled, this is equivalent to
set
column [ #maximumWidth:=
value ]