Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data CompletionActivation
- data DrawSpacesFlags
- data FileSaverFlags
- data GutterRendererState
- data SortFlags
- data SpaceLocationFlags
- data SpaceTypeFlags
Flags
CompletionActivation
data CompletionActivation Source #
No description available in the introspection data.
CompletionActivationNone | None. |
CompletionActivationInteractive | Interactive activation. By
default, it occurs on each insertion in the |
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
DrawSpacesFlags
data DrawSpacesFlags Source #
Deprecated: (Since version 3.24)Use SpaceTypeFlags
andtSpaceLocationFlags
instead.
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).
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:implicitTrailingNewline property is |
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 |
Instances
FileSaverFlags
data FileSaverFlags Source #
Flags to define the behavior of a FileSaver
.
Since: 3.14
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 |
Instances
GutterRendererState
data GutterRendererState Source #
No description available in the introspection data.
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
SortFlags
No description available in the introspection data.
Since: 3.18
SortFlagsNone | no flags specified |
SortFlagsCaseSensitive | case sensitive sort |
SortFlagsReverseOrder | sort in reverse order |
SortFlagsRemoveDuplicates | remove duplicates |
AnotherSortFlags Int | Catch-all for unknown values |
Instances
Enum SortFlags Source # | |
Defined in GI.GtkSource.Flags succ :: SortFlags -> SortFlags # pred :: SortFlags -> SortFlags # fromEnum :: SortFlags -> Int # enumFrom :: SortFlags -> [SortFlags] # enumFromThen :: SortFlags -> SortFlags -> [SortFlags] # enumFromTo :: SortFlags -> SortFlags -> [SortFlags] # enumFromThenTo :: SortFlags -> SortFlags -> SortFlags -> [SortFlags] # | |
Show SortFlags Source # | |
Eq SortFlags Source # | |
Ord SortFlags Source # | |
Defined in GI.GtkSource.Flags | |
BoxedFlags SortFlags Source # | |
Defined in GI.GtkSource.Flags | |
IsGFlag SortFlags Source # | |
Defined in GI.GtkSource.Flags | |
TypedObject SortFlags Source # | |
Defined in GI.GtkSource.Flags | |
HasParentTypes SortFlags Source # | |
Defined in GI.GtkSource.Flags | |
type ParentTypes SortFlags Source # | |
Defined in GI.GtkSource.Flags |
SpaceLocationFlags
data SpaceLocationFlags Source #
SpaceLocationFlags
contains flags for white space locations.
If a line contains only white spaces (no text), the white spaces match both
SpaceLocationFlagsLeading
and SpaceLocationFlagsTrailing
.
Since: 3.24
SpaceLocationFlagsNone | No flags. |
SpaceLocationFlagsLeading | Leading white spaces on a line, i.e. the indentation. |
SpaceLocationFlagsInsideText | White spaces inside a line of text. |
SpaceLocationFlagsTrailing | Trailing white spaces on a line. |
SpaceLocationFlagsAll | White spaces anywhere. |
AnotherSpaceLocationFlags Int | Catch-all for unknown values |
Instances
SpaceTypeFlags
data SpaceTypeFlags Source #
SpaceTypeFlags
contains flags for white space types.
Since: 3.24
SpaceTypeFlagsNone | No flags. |
SpaceTypeFlagsSpace | Space character. |
SpaceTypeFlagsTab | Tab character. |
SpaceTypeFlagsNewline | Line break character. If the
Buffer:implicitTrailingNewline property is |
SpaceTypeFlagsNbsp | Non-breaking space character. |
SpaceTypeFlagsAll | All white spaces. |
AnotherSpaceTypeFlags Int | Catch-all for unknown values |