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

Contents

Description

 

Synopsis

Exported types

newtype Tag Source #

Constructors

Tag (ManagedPtr Tag) 

toTag :: (MonadIO m, IsTag o) => o -> m Tag Source #

Methods

new

tagNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Maybe Text

name: tag name, or Nothing.

-> m Tag

Returns: a new Tag.

Creates a Tag. Configure the tag using object arguments, i.e. using g_object_set().

For usual cases, gtk_source_buffer_create_source_tag() is more convenient to use.

Since: 3.20

Properties

drawSpaces

setTagDrawSpaces :: (MonadIO m, IsTag o) => o -> Bool -> m () Source #

drawSpacesSet

setTagDrawSpacesSet :: (MonadIO m, IsTag o) => o -> Bool -> m () Source #