gi-gtk-3.0.32: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Structs.TableRowCol

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroTableRowCol :: MonadIO m => m TableRowCol Source #

Construct a TableRowCol struct initialized to zero.

Methods

Overloaded methods

Properties

allocation

No description available in the introspection data.

getTableRowColAllocation :: MonadIO m => TableRowCol -> m Word16 Source #

Get the value of the “allocation” field. When overloading is enabled, this is equivalent to

get tableRowCol #allocation

setTableRowColAllocation :: MonadIO m => TableRowCol -> Word16 -> m () Source #

Set the value of the “allocation” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #allocation := value ]

empty

No description available in the introspection data.

getTableRowColEmpty :: MonadIO m => TableRowCol -> m Word32 Source #

Get the value of the “empty” field. When overloading is enabled, this is equivalent to

get tableRowCol #empty

setTableRowColEmpty :: MonadIO m => TableRowCol -> Word32 -> m () Source #

Set the value of the “empty” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #empty := value ]

expand

No description available in the introspection data.

getTableRowColExpand :: MonadIO m => TableRowCol -> m Word32 Source #

Get the value of the “expand” field. When overloading is enabled, this is equivalent to

get tableRowCol #expand

setTableRowColExpand :: MonadIO m => TableRowCol -> Word32 -> m () Source #

Set the value of the “expand” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #expand := value ]

needExpand

No description available in the introspection data.

getTableRowColNeedExpand :: MonadIO m => TableRowCol -> m Word32 Source #

Get the value of the “need_expand” field. When overloading is enabled, this is equivalent to

get tableRowCol #needExpand

setTableRowColNeedExpand :: MonadIO m => TableRowCol -> Word32 -> m () Source #

Set the value of the “need_expand” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #needExpand := value ]

needShrink

No description available in the introspection data.

getTableRowColNeedShrink :: MonadIO m => TableRowCol -> m Word32 Source #

Get the value of the “need_shrink” field. When overloading is enabled, this is equivalent to

get tableRowCol #needShrink

setTableRowColNeedShrink :: MonadIO m => TableRowCol -> Word32 -> m () Source #

Set the value of the “need_shrink” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #needShrink := value ]

requisition

No description available in the introspection data.

getTableRowColRequisition :: MonadIO m => TableRowCol -> m Word16 Source #

Get the value of the “requisition” field. When overloading is enabled, this is equivalent to

get tableRowCol #requisition

setTableRowColRequisition :: MonadIO m => TableRowCol -> Word16 -> m () Source #

Set the value of the “requisition” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #requisition := value ]

shrink

No description available in the introspection data.

getTableRowColShrink :: MonadIO m => TableRowCol -> m Word32 Source #

Get the value of the “shrink” field. When overloading is enabled, this is equivalent to

get tableRowCol #shrink

setTableRowColShrink :: MonadIO m => TableRowCol -> Word32 -> m () Source #

Set the value of the “shrink” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #shrink := value ]

spacing

No description available in the introspection data.

getTableRowColSpacing :: MonadIO m => TableRowCol -> m Word16 Source #

Get the value of the “spacing” field. When overloading is enabled, this is equivalent to

get tableRowCol #spacing

setTableRowColSpacing :: MonadIO m => TableRowCol -> Word16 -> m () Source #

Set the value of the “spacing” field. When overloading is enabled, this is equivalent to

set tableRowCol [ #spacing := value ]