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

Contents

Description

 

Synopsis

Exported types

data GutterRendererState Source #

No description available in the introspection data.

Constructors

GutterRendererStateNormal

normal state

GutterRendererStateCursor

area in the renderer represents the line on which the insert cursor is currently positioned

GutterRendererStatePrelit

the mouse pointer is currently over the activatable area of the renderer

GutterRendererStateSelected

area in the renderer represents a line in the buffer which contains part of the selection

AnotherGutterRendererState Int

Catch-all for unknown values

Instances

Enum GutterRendererState Source # 
Eq GutterRendererState Source # 
Ord GutterRendererState Source # 
Show GutterRendererState Source # 
BoxedFlags GutterRendererState Source # 
IsGFlag GutterRendererState Source # 

data FileSaverFlags Source #

Flags to define the behavior of a FileSaver.

Since: 3.14

Constructors

FileSaverFlagsNone

No flags.

FileSaverFlagsIgnoreInvalidChars

Ignore invalid characters.

FileSaverFlagsIgnoreModificationTime

Save file despite external modifications.

FileSaverFlagsCreateBackup

Create a backup before saving the file.

AnotherFileSaverFlags Int

Catch-all for unknown values

data DrawSpacesFlags Source #

GtkSourceDrawSpacesFlags determine what kind of spaces whould be drawn. If none of GTK_SOURCE_DRAW_SPACES_LEADING, GTK_SOURCE_DRAW_SPACES_TEXT or GTK_SOURCE_DRAW_SPACES_TRAILING is specified, whitespaces at any position in the line will be drawn (i.e. it has the same effect as specifying all of them).

Constructors

DrawSpacesFlagsSpace

whether the space character should be drawn.

DrawSpacesFlagsTab

whether the tab character should be drawn.

DrawSpacesFlagsNewline

whether the line breaks should be drawn. If the Buffer:implicit-trailing-newline property is True, a line break is also drawn at the end of the buffer.

DrawSpacesFlagsNbsp

whether the non-breaking whitespaces should be drawn.

DrawSpacesFlagsLeading

whether leading whitespaces should be drawn.

DrawSpacesFlagsText

whether whitespaces inside text should be drawn.

DrawSpacesFlagsTrailing

whether trailing whitespaces should be drawn.

DrawSpacesFlagsAll

wheter all kind of spaces should be drawn.

AnotherDrawSpacesFlags Int

Catch-all for unknown values

data CompletionActivation Source #

No description available in the introspection data.

Constructors

CompletionActivationNone

None.

CompletionActivationInteractive

Interactive activation. By default, it occurs on each insertion in the TextBuffer. This can be blocked temporarily with completionBlockInteractive.

CompletionActivationUserRequested

User requested activation. By default, it occurs when the user presses <keycombo><keycap>Control</keycap><keycap>space</keycap></keycombo>.

AnotherCompletionActivation Int

Catch-all for unknown values

Instances

Enum CompletionActivation Source # 
Eq CompletionActivation Source # 
Ord CompletionActivation Source # 
Show CompletionActivation Source # 
BoxedFlags CompletionActivation Source # 
IsGFlag CompletionActivation Source #