Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Dazzle.Objects.BoxTheatric
Description
No description available in the introspection data.
Synopsis
- newtype BoxTheatric = BoxTheatric (ManagedPtr BoxTheatric)
- class (GObject o, IsDescendantOf BoxTheatric o) => IsBoxTheatric o
- toBoxTheatric :: (MonadIO m, IsBoxTheatric o) => o -> m BoxTheatric
- constructBoxTheatricAlpha :: (IsBoxTheatric o, MonadIO m) => Double -> m (GValueConstruct o)
- getBoxTheatricAlpha :: (MonadIO m, IsBoxTheatric o) => o -> m Double
- setBoxTheatricAlpha :: (MonadIO m, IsBoxTheatric o) => o -> Double -> m ()
- clearBoxTheatricBackground :: (MonadIO m, IsBoxTheatric o) => o -> m ()
- constructBoxTheatricBackground :: (IsBoxTheatric o, MonadIO m) => Text -> m (GValueConstruct o)
- getBoxTheatricBackground :: (MonadIO m, IsBoxTheatric o) => o -> m (Maybe Text)
- setBoxTheatricBackground :: (MonadIO m, IsBoxTheatric o) => o -> Text -> m ()
- constructBoxTheatricHeight :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o)
- getBoxTheatricHeight :: (MonadIO m, IsBoxTheatric o) => o -> m Int32
- setBoxTheatricHeight :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m ()
- clearBoxTheatricIcon :: (MonadIO m, IsBoxTheatric o) => o -> m ()
- constructBoxTheatricIcon :: (IsBoxTheatric o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o)
- getBoxTheatricIcon :: (MonadIO m, IsBoxTheatric o) => o -> m (Maybe Icon)
- setBoxTheatricIcon :: (MonadIO m, IsBoxTheatric o, IsIcon a) => o -> a -> m ()
- constructBoxTheatricSurface :: (IsBoxTheatric o, MonadIO m) => Ptr () -> m (GValueConstruct o)
- constructBoxTheatricTarget :: (IsBoxTheatric o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)
- getBoxTheatricTarget :: (MonadIO m, IsBoxTheatric o) => o -> m (Maybe Widget)
- constructBoxTheatricWidth :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o)
- getBoxTheatricWidth :: (MonadIO m, IsBoxTheatric o) => o -> m Int32
- setBoxTheatricWidth :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m ()
- constructBoxTheatricX :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o)
- getBoxTheatricX :: (MonadIO m, IsBoxTheatric o) => o -> m Int32
- setBoxTheatricX :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m ()
- constructBoxTheatricY :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o)
- getBoxTheatricY :: (MonadIO m, IsBoxTheatric o) => o -> m Int32
- setBoxTheatricY :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m ()
Exported types
newtype BoxTheatric Source #
Memory-managed wrapper type.
Constructors
BoxTheatric (ManagedPtr BoxTheatric) |
Instances
Eq BoxTheatric Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric | |
GObject BoxTheatric Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric | |
ManagedPtrNewtype BoxTheatric Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric Methods toManagedPtr :: BoxTheatric -> ManagedPtr BoxTheatric | |
TypedObject BoxTheatric Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric | |
HasParentTypes BoxTheatric Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric | |
IsGValue (Maybe BoxTheatric) Source # | Convert |
Defined in GI.Dazzle.Objects.BoxTheatric Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe BoxTheatric -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe BoxTheatric) | |
type ParentTypes BoxTheatric Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric type ParentTypes BoxTheatric = '[Object] |
class (GObject o, IsDescendantOf BoxTheatric o) => IsBoxTheatric o Source #
Type class for types which can be safely cast to BoxTheatric
, for instance with toBoxTheatric
.
Instances
(GObject o, IsDescendantOf BoxTheatric o) => IsBoxTheatric o Source # | |
Defined in GI.Dazzle.Objects.BoxTheatric |
toBoxTheatric :: (MonadIO m, IsBoxTheatric o) => o -> m BoxTheatric Source #
Cast to BoxTheatric
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getProperty, getQdata.
Setters
Properties
alpha
No description available in the introspection data.
constructBoxTheatricAlpha :: (IsBoxTheatric o, MonadIO m) => Double -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “alpha
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricAlpha :: (MonadIO m, IsBoxTheatric o) => o -> m Double Source #
Get the value of the “alpha
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #alpha
setBoxTheatricAlpha :: (MonadIO m, IsBoxTheatric o) => o -> Double -> m () Source #
Set the value of the “alpha
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #alpha:=
value ]
background
No description available in the introspection data.
clearBoxTheatricBackground :: (MonadIO m, IsBoxTheatric o) => o -> m () Source #
Set the value of the “background
” property to Nothing
.
When overloading is enabled, this is equivalent to
clear
#background
constructBoxTheatricBackground :: (IsBoxTheatric o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “background
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricBackground :: (MonadIO m, IsBoxTheatric o) => o -> m (Maybe Text) Source #
Get the value of the “background
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #background
setBoxTheatricBackground :: (MonadIO m, IsBoxTheatric o) => o -> Text -> m () Source #
Set the value of the “background
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #background:=
value ]
height
No description available in the introspection data.
constructBoxTheatricHeight :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “height
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricHeight :: (MonadIO m, IsBoxTheatric o) => o -> m Int32 Source #
Get the value of the “height
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #height
setBoxTheatricHeight :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m () Source #
Set the value of the “height
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #height:=
value ]
icon
No description available in the introspection data.
clearBoxTheatricIcon :: (MonadIO m, IsBoxTheatric o) => o -> m () Source #
Set the value of the “icon
” property to Nothing
.
When overloading is enabled, this is equivalent to
clear
#icon
constructBoxTheatricIcon :: (IsBoxTheatric o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “icon
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricIcon :: (MonadIO m, IsBoxTheatric o) => o -> m (Maybe Icon) Source #
Get the value of the “icon
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #icon
setBoxTheatricIcon :: (MonadIO m, IsBoxTheatric o, IsIcon a) => o -> a -> m () Source #
Set the value of the “icon
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #icon:=
value ]
surface
No description available in the introspection data.
constructBoxTheatricSurface :: (IsBoxTheatric o, MonadIO m) => Ptr () -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “surface
” property. This is rarely needed directly, but it is used by new
.
target
No description available in the introspection data.
constructBoxTheatricTarget :: (IsBoxTheatric o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “target
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricTarget :: (MonadIO m, IsBoxTheatric o) => o -> m (Maybe Widget) Source #
Get the value of the “target
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #target
width
No description available in the introspection data.
constructBoxTheatricWidth :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “width
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricWidth :: (MonadIO m, IsBoxTheatric o) => o -> m Int32 Source #
Get the value of the “width
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #width
setBoxTheatricWidth :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m () Source #
Set the value of the “width
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #width:=
value ]
x
No description available in the introspection data.
constructBoxTheatricX :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “x
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricX :: (MonadIO m, IsBoxTheatric o) => o -> m Int32 Source #
Get the value of the “x
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #x
setBoxTheatricX :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m () Source #
Set the value of the “x
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #x:=
value ]
y
No description available in the introspection data.
constructBoxTheatricY :: (IsBoxTheatric o, MonadIO m) => Int32 -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “y
” property. This is rarely needed directly, but it is used by new
.
getBoxTheatricY :: (MonadIO m, IsBoxTheatric o) => o -> m Int32 Source #
Get the value of the “y
” property.
When overloading is enabled, this is equivalent to
get
boxTheatric #y
setBoxTheatricY :: (MonadIO m, IsBoxTheatric o) => o -> Int32 -> m () Source #
Set the value of the “y
” property.
When overloading is enabled, this is equivalent to
set
boxTheatric [ #y:=
value ]