gi-gtk-3.0.34: 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.FixedChild

Description

No description available in the introspection data.

Synopsis

Exported types

newtype FixedChild Source #

Memory-managed wrapper type.

Constructors

FixedChild (ManagedPtr FixedChild) 

Instances

Instances details
Eq FixedChild Source # 
Instance details

Defined in GI.Gtk.Structs.FixedChild

Methods

(==) :: FixedChild -> FixedChild -> Bool

(/=) :: FixedChild -> FixedChild -> Bool

BoxedPtr FixedChild Source # 
Instance details

Defined in GI.Gtk.Structs.FixedChild

CallocPtr FixedChild Source # 
Instance details

Defined in GI.Gtk.Structs.FixedChild

ManagedPtrNewtype FixedChild Source # 
Instance details

Defined in GI.Gtk.Structs.FixedChild

Methods

toManagedPtr :: FixedChild -> ManagedPtr FixedChild

tag ~ 'AttrSet => Constructible FixedChild tag Source # 
Instance details

Defined in GI.Gtk.Structs.FixedChild

Methods

new :: MonadIO m => (ManagedPtr FixedChild -> FixedChild) -> [AttrOp FixedChild tag] -> m FixedChild

newZeroFixedChild :: MonadIO m => m FixedChild Source #

Construct a FixedChild struct initialized to zero.

Methods

Overloaded methods

Properties

widget

No description available in the introspection data.

clearFixedChildWidget :: MonadIO m => FixedChild -> m () Source #

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

clear #widget

getFixedChildWidget :: MonadIO m => FixedChild -> m (Maybe Widget) Source #

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

get fixedChild #widget

setFixedChildWidget :: MonadIO m => FixedChild -> Ptr Widget -> m () Source #

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

set fixedChild [ #widget := value ]

x

No description available in the introspection data.

getFixedChildX :: MonadIO m => FixedChild -> m Int32 Source #

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

get fixedChild #x

setFixedChildX :: MonadIO m => FixedChild -> Int32 -> m () Source #

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

set fixedChild [ #x := value ]

y

No description available in the introspection data.

getFixedChildY :: MonadIO m => FixedChild -> m Int32 Source #

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

get fixedChild #y

setFixedChildY :: MonadIO m => FixedChild -> Int32 -> m () Source #

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

set fixedChild [ #y := value ]