gi-gtksource-3.0.13: 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.GutterRendererText

Contents

Description

 

Synopsis

Exported types

Methods

measure

gutterRendererTextMeasure Source #

Arguments

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

renderer: a GutterRendererText.

-> Text

text: the text to measure.

-> m (Int32, Int32) 

Measures the text provided using the pango layout used by the GutterRendererText.

measureMarkup

gutterRendererTextMeasureMarkup Source #

Arguments

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

renderer: a GutterRendererText.

-> Text

markup: the pango markup to measure.

-> m (Int32, Int32) 

Measures the pango markup provided using the pango layout used by the GutterRendererText.

new

setMarkup

gutterRendererTextSetMarkup :: (HasCallStack, MonadIO m, IsGutterRendererText a) => a -> Text -> Int32 -> m () Source #

No description available in the introspection data.

setText

gutterRendererTextSetText :: (HasCallStack, MonadIO m, IsGutterRendererText a) => a -> Text -> Int32 -> m () Source #

No description available in the introspection data.

Properties

markup

data GutterRendererTextMarkupPropertyInfo Source #

Instances

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

text

data GutterRendererTextTextPropertyInfo Source #

Instances

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