gi-dazzle-1.0.2: libdazzle bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Dazzle.Objects.BoxTheatric

Description

No description available in the introspection data.

Synopsis

Exported types

newtype BoxTheatric Source #

Memory-managed wrapper type.

Constructors

BoxTheatric (ManagedPtr BoxTheatric) 

Instances

Instances details
Eq BoxTheatric Source # 
Instance details

Defined in GI.Dazzle.Objects.BoxTheatric

GObject BoxTheatric Source # 
Instance details

Defined in GI.Dazzle.Objects.BoxTheatric

ManagedPtrNewtype BoxTheatric Source # 
Instance details

Defined in GI.Dazzle.Objects.BoxTheatric

Methods

toManagedPtr :: BoxTheatric -> ManagedPtr BoxTheatric

TypedObject BoxTheatric Source # 
Instance details

Defined in GI.Dazzle.Objects.BoxTheatric

Methods

glibType :: IO GType

HasParentTypes BoxTheatric Source # 
Instance details

Defined in GI.Dazzle.Objects.BoxTheatric

IsGValue (Maybe BoxTheatric) Source #

Convert BoxTheatric to and from GValue. See toGValue and fromGValue.

Instance details

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 # 
Instance details

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

Instances details
(GObject o, IsDescendantOf BoxTheatric o) => IsBoxTheatric o Source # 
Instance details

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

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 ]