Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
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.
Instances
WrappedPtr FixedChild Source # | |
Defined in GI.Gtk.Structs.FixedChild wrappedPtrCalloc :: IO (Ptr FixedChild) # wrappedPtrCopy :: FixedChild -> IO FixedChild # wrappedPtrFree :: Maybe (FunPtr (Ptr FixedChild -> IO ())) # | |
tag ~ AttrSet => Constructible FixedChild tag Source # | |
Defined in GI.Gtk.Structs.FixedChild 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
.
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 ]