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.GraphLineRenderer

Description

No description available in the introspection data.

Synopsis

Exported types

newtype GraphLineRenderer Source #

Memory-managed wrapper type.

Constructors

GraphLineRenderer (ManagedPtr GraphLineRenderer) 

Instances

Instances details
Eq GraphLineRenderer Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

GObject GraphLineRenderer Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

ManagedPtrNewtype GraphLineRenderer Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

TypedObject GraphLineRenderer Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

Methods

glibType :: IO GType

HasParentTypes GraphLineRenderer Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

IsGValue (Maybe GraphLineRenderer) Source #

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

Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe GraphLineRenderer -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe GraphLineRenderer)

type ParentTypes GraphLineRenderer Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

type ParentTypes GraphLineRenderer = '[Object, GraphRenderer]

class (GObject o, IsDescendantOf GraphLineRenderer o) => IsGraphLineRenderer o Source #

Type class for types which can be safely cast to GraphLineRenderer, for instance with toGraphLineRenderer.

Instances

Instances details
(GObject o, IsDescendantOf GraphLineRenderer o) => IsGraphLineRenderer o Source # 
Instance details

Defined in GI.Dazzle.Objects.GraphLineRenderer

toGraphLineRenderer :: (MonadIO m, IsGraphLineRenderer o) => o -> m GraphLineRenderer Source #

Cast to GraphLineRenderer, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

graphLineRendererNew :: (HasCallStack, MonadIO m) => m GraphLineRenderer Source #

No description available in the introspection data.

setStrokeColor

graphLineRendererSetStrokeColor :: (HasCallStack, MonadIO m, IsGraphLineRenderer a) => a -> Text -> m () Source #

No description available in the introspection data.

setStrokeColorRgba

graphLineRendererSetStrokeColorRgba :: (HasCallStack, MonadIO m, IsGraphLineRenderer a) => a -> RGBA -> m () Source #

No description available in the introspection data.

Properties

column

No description available in the introspection data.

constructGraphLineRendererColumn :: (IsGraphLineRenderer o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “column” property. This is rarely needed directly, but it is used by new.

getGraphLineRendererColumn :: (MonadIO m, IsGraphLineRenderer o) => o -> m Word32 Source #

Get the value of the “column” property. When overloading is enabled, this is equivalent to

get graphLineRenderer #column

setGraphLineRendererColumn :: (MonadIO m, IsGraphLineRenderer o) => o -> Word32 -> m () Source #

Set the value of the “column” property. When overloading is enabled, this is equivalent to

set graphLineRenderer [ #column := value ]

lineWidth

No description available in the introspection data.

constructGraphLineRendererLineWidth :: (IsGraphLineRenderer o, MonadIO m) => Double -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “line-width” property. This is rarely needed directly, but it is used by new.

getGraphLineRendererLineWidth :: (MonadIO m, IsGraphLineRenderer o) => o -> m Double Source #

Get the value of the “line-width” property. When overloading is enabled, this is equivalent to

get graphLineRenderer #lineWidth

setGraphLineRendererLineWidth :: (MonadIO m, IsGraphLineRenderer o) => o -> Double -> m () Source #

Set the value of the “line-width” property. When overloading is enabled, this is equivalent to

set graphLineRenderer [ #lineWidth := value ]

strokeColor

No description available in the introspection data.

constructGraphLineRendererStrokeColor :: (IsGraphLineRenderer o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “stroke-color” property. This is rarely needed directly, but it is used by new.

getGraphLineRendererStrokeColor :: (MonadIO m, IsGraphLineRenderer o) => o -> m (Maybe Text) Source #

Get the value of the “stroke-color” property. When overloading is enabled, this is equivalent to

get graphLineRenderer #strokeColor

setGraphLineRendererStrokeColor :: (MonadIO m, IsGraphLineRenderer o) => o -> Text -> m () Source #

Set the value of the “stroke-color” property. When overloading is enabled, this is equivalent to

set graphLineRenderer [ #strokeColor := value ]

strokeColorRgba

No description available in the introspection data.

constructGraphLineRendererStrokeColorRgba :: (IsGraphLineRenderer o, MonadIO m) => RGBA -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “stroke-color-rgba” property. This is rarely needed directly, but it is used by new.

getGraphLineRendererStrokeColorRgba :: (MonadIO m, IsGraphLineRenderer o) => o -> m RGBA Source #

Get the value of the “stroke-color-rgba” property. When overloading is enabled, this is equivalent to

get graphLineRenderer #strokeColorRgba

setGraphLineRendererStrokeColorRgba :: (MonadIO m, IsGraphLineRenderer o) => o -> RGBA -> m () Source #

Set the value of the “stroke-color-rgba” property. When overloading is enabled, this is equivalent to

set graphLineRenderer [ #strokeColorRgba := value ]