gi-gtksource-3.0.11: 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

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

renderer: a GutterRendererPixbuf

-> m Icon

Returns: a Icon

Get the gicon of the renderer

getIconName

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

No description available in the introspection data.

getPixbuf

gutterRendererPixbufGetPixbuf Source #

Arguments

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

renderer: a GutterRendererPixbuf

-> m Pixbuf

Returns: a Pixbuf

Get the pixbuf of the renderer.

getStockId

gutterRendererPixbufGetStockId Source #

Arguments

:: (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

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

renderer: a GutterRendererPixbuf

-> Maybe b

icon: the icon

-> m () 

No description available in the introspection data.

setIconName

gutterRendererPixbufSetIconName Source #

Arguments

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

renderer: a GutterRendererPixbuf

-> Maybe Text

iconName: the icon name

-> m () 

No description available in the introspection data.

setPixbuf

gutterRendererPixbufSetPixbuf Source #

Arguments

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

renderer: a GutterRendererPixbuf

-> Maybe b

pixbuf: the pixbuf

-> m () 

No description available in the introspection data.

setStockId

gutterRendererPixbufSetStockId Source #

Arguments

:: (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

data GutterRendererPixbufGiconPropertyInfo Source #

Instances

AttrInfo GutterRendererPixbufGiconPropertyInfo Source # 
type AttrOrigin GutterRendererPixbufGiconPropertyInfo Source # 
type AttrLabel GutterRendererPixbufGiconPropertyInfo Source # 
type AttrGetType GutterRendererPixbufGiconPropertyInfo Source # 
type AttrBaseTypeConstraint GutterRendererPixbufGiconPropertyInfo Source # 
type AttrSetTypeConstraint GutterRendererPixbufGiconPropertyInfo Source # 
type AttrAllowedOps GutterRendererPixbufGiconPropertyInfo Source # 

iconName

data GutterRendererPixbufIconNamePropertyInfo Source #

Instances

AttrInfo GutterRendererPixbufIconNamePropertyInfo Source # 
type AttrOrigin GutterRendererPixbufIconNamePropertyInfo Source # 
type AttrLabel GutterRendererPixbufIconNamePropertyInfo Source # 
type AttrGetType GutterRendererPixbufIconNamePropertyInfo Source # 
type AttrBaseTypeConstraint GutterRendererPixbufIconNamePropertyInfo Source # 
type AttrSetTypeConstraint GutterRendererPixbufIconNamePropertyInfo Source # 
type AttrAllowedOps GutterRendererPixbufIconNamePropertyInfo Source # 

pixbuf

data GutterRendererPixbufPixbufPropertyInfo Source #

Instances

AttrInfo GutterRendererPixbufPixbufPropertyInfo Source # 
type AttrOrigin GutterRendererPixbufPixbufPropertyInfo Source # 
type AttrLabel GutterRendererPixbufPixbufPropertyInfo Source # 
type AttrGetType GutterRendererPixbufPixbufPropertyInfo Source # 
type AttrBaseTypeConstraint GutterRendererPixbufPixbufPropertyInfo Source # 
type AttrSetTypeConstraint GutterRendererPixbufPixbufPropertyInfo Source # 
type AttrAllowedOps GutterRendererPixbufPixbufPropertyInfo Source # 

stockId

data GutterRendererPixbufStockIdPropertyInfo Source #

Instances

AttrInfo GutterRendererPixbufStockIdPropertyInfo Source # 
type AttrOrigin GutterRendererPixbufStockIdPropertyInfo Source # 
type AttrLabel GutterRendererPixbufStockIdPropertyInfo Source # 
type AttrGetType GutterRendererPixbufStockIdPropertyInfo Source # 
type AttrBaseTypeConstraint GutterRendererPixbufStockIdPropertyInfo Source # 
type AttrSetTypeConstraint GutterRendererPixbufStockIdPropertyInfo Source # 
type AttrAllowedOps GutterRendererPixbufStockIdPropertyInfo Source #