gi-gtksource-3.0.23: GtkSource bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GtkSource.Objects.GutterRendererPixbuf

Description

No description available in the introspection data.

Synopsis

Exported types

newtype GutterRendererPixbuf Source #

Memory-managed wrapper type.

Constructors

GutterRendererPixbuf (ManagedPtr GutterRendererPixbuf) 

Instances

Instances details
Eq GutterRendererPixbuf Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

GObject GutterRendererPixbuf Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

ManagedPtrNewtype GutterRendererPixbuf Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

TypedObject GutterRendererPixbuf Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

Methods

glibType :: IO GType

IsGValue GutterRendererPixbuf Source #

Convert GutterRendererPixbuf to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

Methods

toGValue :: GutterRendererPixbuf -> IO GValue

fromGValue :: GValue -> IO GutterRendererPixbuf

HasParentTypes GutterRendererPixbuf Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

type ParentTypes GutterRendererPixbuf Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

type ParentTypes GutterRendererPixbuf = '[GutterRenderer, Object]

class (GObject o, IsDescendantOf GutterRendererPixbuf o) => IsGutterRendererPixbuf o Source #

Type class for types which can be safely cast to GutterRendererPixbuf, for instance with toGutterRendererPixbuf.

Instances

Instances details
(GObject o, IsDescendantOf GutterRendererPixbuf o) => IsGutterRendererPixbuf o Source # 
Instance details

Defined in GI.GtkSource.Objects.GutterRendererPixbuf

toGutterRendererPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m GutterRendererPixbuf Source #

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

Methods

Overloaded methods

getGicon

gutterRendererPixbufGetGicon Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) 
=> a

renderer: a GutterRendererPixbuf

-> m Icon

Returns: a Icon

Get the gicon of the renderer

getIconName

gutterRendererPixbufGetIconName :: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) => a -> m Text Source #

No description available in the introspection data.

getPixbuf

gutterRendererPixbufGetPixbuf Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) 
=> a

renderer: a GutterRendererPixbuf

-> m Pixbuf

Returns: a Pixbuf

Get the pixbuf of the renderer.

getStockId

gutterRendererPixbufGetStockId Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) 
=> a

renderer: a GutterRendererPixbuf

-> m Text

Returns: the stock id.

Deprecated: (Since version 3.10)Don't use this function.

No description available in the introspection data.

new

gutterRendererPixbufNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m GutterRendererPixbuf

Returns: A GutterRenderer

Create a new GutterRendererPixbuf.

setGicon

gutterRendererPixbufSetGicon Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a, IsIcon b) 
=> a

renderer: a GutterRendererPixbuf

-> Maybe b

icon: the icon, or Nothing.

-> m () 

No description available in the introspection data.

setIconName

gutterRendererPixbufSetIconName Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) 
=> a

renderer: a GutterRendererPixbuf

-> Maybe Text

iconName: the icon name, or Nothing.

-> m () 

No description available in the introspection data.

setPixbuf

gutterRendererPixbufSetPixbuf Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a, IsPixbuf b) 
=> a

renderer: a GutterRendererPixbuf

-> Maybe b

pixbuf: the pixbuf, or Nothing.

-> m () 

No description available in the introspection data.

setStockId

gutterRendererPixbufSetStockId Source #

Arguments

:: (HasCallStack, MonadIO m, IsGutterRendererPixbuf a) 
=> a

renderer: a GutterRendererPixbuf

-> Maybe Text

stockId: the stock id

-> m () 

Deprecated: (Since version 3.10)Don't use this function.

No description available in the introspection data.

Properties

gicon

No description available in the introspection data.

clearGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #

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

clear #gicon

constructGutterRendererPixbufGicon :: (IsGutterRendererPixbuf o, MonadIO m, IsIcon a) => a -> m (GValueConstruct o) Source #

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

getGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Icon Source #

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

get gutterRendererPixbuf #gicon

setGutterRendererPixbufGicon :: (MonadIO m, IsGutterRendererPixbuf o, IsIcon a) => o -> a -> m () Source #

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

set gutterRendererPixbuf [ #gicon := value ]

iconName

No description available in the introspection data.

clearGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #

Set the value of the “icon-name” property to Nothing. When overloading is enabled, this is equivalent to

clear #iconName

constructGutterRendererPixbufIconName :: (IsGutterRendererPixbuf o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Text Source #

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

get gutterRendererPixbuf #iconName

setGutterRendererPixbufIconName :: (MonadIO m, IsGutterRendererPixbuf o) => o -> Text -> m () Source #

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

set gutterRendererPixbuf [ #iconName := value ]

pixbuf

No description available in the introspection data.

clearGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #

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

clear #pixbuf

constructGutterRendererPixbufPixbuf :: (IsGutterRendererPixbuf o, MonadIO m, IsPixbuf a) => a -> m (GValueConstruct o) Source #

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

getGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Pixbuf Source #

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

get gutterRendererPixbuf #pixbuf

setGutterRendererPixbufPixbuf :: (MonadIO m, IsGutterRendererPixbuf o, IsPixbuf a) => o -> a -> m () Source #

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

set gutterRendererPixbuf [ #pixbuf := value ]

stockId

The stock id.

clearGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m () Source #

Set the value of the “stock-id” property to Nothing. When overloading is enabled, this is equivalent to

clear #stockId

constructGutterRendererPixbufStockId :: (IsGutterRendererPixbuf o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> m Text Source #

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

get gutterRendererPixbuf #stockId

setGutterRendererPixbufStockId :: (MonadIO m, IsGutterRendererPixbuf o) => o -> Text -> m () Source #

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

set gutterRendererPixbuf [ #stockId := value ]