| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
GI.Gtk.Structs.FixedChild
Description
No description available in the introspection data.
Synopsis
- newtype FixedChild = FixedChild (ManagedPtr FixedChild)
 - newZeroFixedChild :: MonadIO m => m FixedChild
 - noFixedChild :: Maybe FixedChild
 - clearFixedChildWidget :: MonadIO m => FixedChild -> m ()
 - getFixedChildWidget :: MonadIO m => FixedChild -> m (Maybe Widget)
 - setFixedChildWidget :: MonadIO m => FixedChild -> Ptr Widget -> m ()
 - getFixedChildX :: MonadIO m => FixedChild -> m Int32
 - setFixedChildX :: MonadIO m => FixedChild -> Int32 -> m ()
 - getFixedChildY :: MonadIO m => FixedChild -> m Int32
 - setFixedChildY :: MonadIO m => FixedChild -> Int32 -> m ()
 
Exported types
newtype FixedChild Source #
Memory-managed wrapper type.
Constructors
| FixedChild (ManagedPtr FixedChild) | 
Instances
| Eq FixedChild Source # | |
Defined in GI.Gtk.Structs.FixedChild  | |
| WrappedPtr FixedChild Source # | |
Defined in GI.Gtk.Structs.FixedChild  | |
| tag ~ 'AttrSet => Constructible FixedChild tag Source # | |
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.
noFixedChild :: Maybe FixedChild Source #
A convenience alias for Nothing :: Maybe FixedChild.
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
setfixedChild [ #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
setfixedChild [ #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
setfixedChild [ #y:=value ]