gi-gtksource-3.0.15: GtkSource bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GtkSource.Objects.GutterRendererPixbuf

Contents

Description

 

Synopsis

Exported types

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

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

iconName

pixbuf

stockId