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.TableChild

Description

No description available in the introspection data.

Synopsis

Exported types

newtype TableChild Source #

Memory-managed wrapper type.

newZeroTableChild :: MonadIO m => m TableChild Source #

Construct a TableChild struct initialized to zero.

Methods

Overloaded methods

Properties

bottomAttach

No description available in the introspection data.

getTableChildBottomAttach :: MonadIO m => TableChild -> m Word16 Source #

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

get tableChild #bottomAttach

setTableChildBottomAttach :: MonadIO m => TableChild -> Word16 -> m () Source #

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

set tableChild [ #bottomAttach := value ]

leftAttach

No description available in the introspection data.

getTableChildLeftAttach :: MonadIO m => TableChild -> m Word16 Source #

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

get tableChild #leftAttach

setTableChildLeftAttach :: MonadIO m => TableChild -> Word16 -> m () Source #

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

set tableChild [ #leftAttach := value ]

rightAttach

No description available in the introspection data.

getTableChildRightAttach :: MonadIO m => TableChild -> m Word16 Source #

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

get tableChild #rightAttach

setTableChildRightAttach :: MonadIO m => TableChild -> Word16 -> m () Source #

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

set tableChild [ #rightAttach := value ]

topAttach

No description available in the introspection data.

getTableChildTopAttach :: MonadIO m => TableChild -> m Word16 Source #

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

get tableChild #topAttach

setTableChildTopAttach :: MonadIO m => TableChild -> Word16 -> m () Source #

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

set tableChild [ #topAttach := value ]

widget

No description available in the introspection data.

clearTableChildWidget :: MonadIO m => TableChild -> m () Source #

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

clear #widget

getTableChildWidget :: MonadIO m => TableChild -> m (Maybe Widget) Source #

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

get tableChild #widget

setTableChildWidget :: MonadIO m => TableChild -> Ptr Widget -> m () Source #

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

set tableChild [ #widget := value ]

xexpand

No description available in the introspection data.

getTableChildXexpand :: MonadIO m => TableChild -> m Word32 Source #

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

get tableChild #xexpand

setTableChildXexpand :: MonadIO m => TableChild -> Word32 -> m () Source #

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

set tableChild [ #xexpand := value ]

xfill

No description available in the introspection data.

getTableChildXfill :: MonadIO m => TableChild -> m Word32 Source #

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

get tableChild #xfill

setTableChildXfill :: MonadIO m => TableChild -> Word32 -> m () Source #

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

set tableChild [ #xfill := value ]

xpadding

No description available in the introspection data.

getTableChildXpadding :: MonadIO m => TableChild -> m Word16 Source #

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

get tableChild #xpadding

setTableChildXpadding :: MonadIO m => TableChild -> Word16 -> m () Source #

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

set tableChild [ #xpadding := value ]

xshrink

No description available in the introspection data.

getTableChildXshrink :: MonadIO m => TableChild -> m Word32 Source #

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

get tableChild #xshrink

setTableChildXshrink :: MonadIO m => TableChild -> Word32 -> m () Source #

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

set tableChild [ #xshrink := value ]

yexpand

No description available in the introspection data.

getTableChildYexpand :: MonadIO m => TableChild -> m Word32 Source #

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

get tableChild #yexpand

setTableChildYexpand :: MonadIO m => TableChild -> Word32 -> m () Source #

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

set tableChild [ #yexpand := value ]

yfill

No description available in the introspection data.

getTableChildYfill :: MonadIO m => TableChild -> m Word32 Source #

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

get tableChild #yfill

setTableChildYfill :: MonadIO m => TableChild -> Word32 -> m () Source #

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

set tableChild [ #yfill := value ]

ypadding

No description available in the introspection data.

getTableChildYpadding :: MonadIO m => TableChild -> m Word16 Source #

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

get tableChild #ypadding

setTableChildYpadding :: MonadIO m => TableChild -> Word16 -> m () Source #

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

set tableChild [ #ypadding := value ]

yshrink

No description available in the introspection data.

getTableChildYshrink :: MonadIO m => TableChild -> m Word32 Source #

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

get tableChild #yshrink

setTableChildYshrink :: MonadIO m => TableChild -> Word32 -> m () Source #

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

set tableChild [ #yshrink := value ]