| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GtkSource.Flags
Contents
Description
- data SortFlags
- data GutterRendererState
- data FileSaverFlags
- data DrawSpacesFlags
- data CompletionActivation
Exported types
No description available in the introspection data.
Since: 3.18
Constructors
| SortFlagsNone | no flags specified |
| SortFlagsCaseSensitive | case sensitive sort |
| SortFlagsReverseOrder | sort in reverse order |
| SortFlagsRemoveDuplicates | remove duplicates |
| AnotherSortFlags Int | Catch-all for unknown values |
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 |
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 |
| 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 |
| 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 |