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

Contents

Description

 

Synopsis

Documentation

Exported types

data ViewGutterPosition Source #

No description available in the introspection data.

Constructors

ViewGutterPositionLines

the gutter position of the lines renderer

ViewGutterPositionMarks

the gutter position of the marks renderer

AnotherViewGutterPosition Int

Catch-all for unknown values

data SmartHomeEndType Source #

No description available in the introspection data.

Constructors

SmartHomeEndTypeDisabled

smart-home-end disabled.

SmartHomeEndTypeBefore

move to the first/last non-whitespace character on the first press of the HOME/END keys and to the beginning/end of the line on the second press.

SmartHomeEndTypeAfter

move to the beginning/end of the line on the first press of the HOME/END keys and to the first/last non-whitespace character on the second press.

SmartHomeEndTypeAlways

always move to the first/last non-whitespace character when the HOME/END keys are pressed.

AnotherSmartHomeEndType Int

Catch-all for unknown values

data GutterRendererAlignmentMode Source #

The alignment mode of the renderer, when a cell spans multiple lines (due to text wrapping).

Instances

Enum GutterRendererAlignmentMode Source # 
Eq GutterRendererAlignmentMode Source # 
Ord GutterRendererAlignmentMode Source # 
Show GutterRendererAlignmentMode Source # 
BoxedEnum GutterRendererAlignmentMode Source # 

data FileSaverError Source #

An error code used with the GTK_SOURCE_FILE_SAVER_ERROR domain.

Since: 3.14

Constructors

FileSaverErrorInvalidChars

The buffer contains invalid characters.

FileSaverErrorExternallyModified

The file is externally modified.

AnotherFileSaverError Int

Catch-all for unknown values

data FileLoaderError Source #

An error code used with the GTK_SOURCE_FILE_LOADER_ERROR domain.

Constructors

FileLoaderErrorTooBig

The file is too big.

FileLoaderErrorEncodingAutoDetectionFailed

It is not possible to detect the encoding automatically.

FileLoaderErrorConversionFallback

There was an encoding conversion error and it was needed to use a fallback character.

AnotherFileLoaderError Int

Catch-all for unknown values

data CompressionType Source #

No description available in the introspection data.

Since: 3.14

Constructors

CompressionTypeNone

plain text.

CompressionTypeGzip

gzip compression.

AnotherCompressionType Int

Catch-all for unknown values

data CompletionError Source #

An error code used with GTK_SOURCE_COMPLETION_ERROR in a GError returned from a completion-related function.

Constructors

CompletionErrorAlreadyBound

The CompletionProvider is already bound to the Completion object.

CompletionErrorNotBound

The CompletionProvider is not bound to the Completion object.

AnotherCompletionError Int

Catch-all for unknown values

data ChangeCaseType Source #

No description available in the introspection data.

Since: 3.12

Constructors

ChangeCaseTypeLower

change case to lowercase.

ChangeCaseTypeUpper

change case to uppercase.

ChangeCaseTypeToggle

toggle case of each character.

ChangeCaseTypeTitle

capitalize each word.

AnotherChangeCaseType Int

Catch-all for unknown values

data BracketMatchType Source #

No description available in the introspection data.

Constructors

BracketMatchTypeNone

there is no bracket to match.

BracketMatchTypeOutOfRange

matching a bracket failed because the maximum range was reached.

BracketMatchTypeNotFound

a matching bracket was not found.

BracketMatchTypeFound

a matching bracket was found.

AnotherBracketMatchType Int

Catch-all for unknown values

data BackgroundPatternType Source #

No description available in the introspection data.

Since: 3.16

Constructors

BackgroundPatternTypeNone

no pattern

BackgroundPatternTypeGrid

grid pattern

AnotherBackgroundPatternType Int

Catch-all for unknown values

Instances

Enum BackgroundPatternType Source # 
Eq BackgroundPatternType Source # 
Ord BackgroundPatternType Source # 
Show BackgroundPatternType Source # 
BoxedEnum BackgroundPatternType Source #