| 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 |
GI.GtkSource.Enums
Description
Synopsis
- data BackgroundPatternType
- data BracketMatchType
- data ChangeCaseType
- data CompletionActivation
- data CompletionColumn
- data CompressionType
- data FileLoaderError
- catchFileLoaderError :: IO a -> (FileLoaderError -> GErrorMessage -> IO a) -> IO a
- handleFileLoaderError :: (FileLoaderError -> GErrorMessage -> IO a) -> IO a -> IO a
- data FileSaverError
- catchFileSaverError :: IO a -> (FileSaverError -> GErrorMessage -> IO a) -> IO a
- handleFileSaverError :: (FileSaverError -> GErrorMessage -> IO a) -> IO a -> IO a
- data GutterRendererAlignmentMode
- data NewlineType
- data SmartHomeEndType
- data ViewGutterPosition
Enumerations
BackgroundPatternType
data BackgroundPatternType Source #
No description available in the introspection data.
Constructors
| BackgroundPatternTypeNone | no pattern |
| BackgroundPatternTypeGrid | grid pattern |
| AnotherBackgroundPatternType Int | Catch-all for unknown values |
Instances
BracketMatchType
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 |
Instances
ChangeCaseType
data ChangeCaseType Source #
No description available in the introspection data.
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 |
Instances
CompletionActivation
data CompletionActivation Source #
No description available in the introspection data.
Constructors
| CompletionActivationNone | No description available in the introspection data. |
| CompletionActivationInteractive | No description available in the introspection data. |
| CompletionActivationUserRequested | No description available in the introspection data. |
| AnotherCompletionActivation Int | Catch-all for unknown values |
Instances
CompletionColumn
data CompletionColumn Source #
No description available in the introspection data.
Constructors
| CompletionColumnIcon | No description available in the introspection data. |
| CompletionColumnBefore | No description available in the introspection data. |
| CompletionColumnTypedText | No description available in the introspection data. |
| CompletionColumnAfter | No description available in the introspection data. |
| CompletionColumnComment | No description available in the introspection data. |
| CompletionColumnDetails | No description available in the introspection data. |
| AnotherCompletionColumn Int | Catch-all for unknown values |
Instances
CompressionType
data CompressionType Source #
No description available in the introspection data.
Constructors
| CompressionTypeNone | plain text. |
| CompressionTypeGzip | gzip compression. |
| AnotherCompressionType Int | Catch-all for unknown values |
Instances
FileLoaderError
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 |
Instances
catchFileLoaderError :: IO a -> (FileLoaderError -> GErrorMessage -> IO a) -> IO a Source #
Catch exceptions of type FileLoaderError. This is a specialized version of catchGErrorJustDomain.
handleFileLoaderError :: (FileLoaderError -> GErrorMessage -> IO a) -> IO a -> IO a Source #
Handle exceptions of type FileLoaderError. This is a specialized version of handleGErrorJustDomain.
FileSaverError
data FileSaverError Source #
An error code used with the GTK_SOURCE_FILE_SAVER_ERROR domain.
Constructors
| FileSaverErrorInvalidChars | The buffer contains invalid characters. |
| FileSaverErrorExternallyModified | The file is externally modified. |
| AnotherFileSaverError Int | Catch-all for unknown values |
Instances
catchFileSaverError :: IO a -> (FileSaverError -> GErrorMessage -> IO a) -> IO a Source #
Catch exceptions of type FileSaverError. This is a specialized version of catchGErrorJustDomain.
handleFileSaverError :: (FileSaverError -> GErrorMessage -> IO a) -> IO a -> IO a Source #
Handle exceptions of type FileSaverError. This is a specialized version of handleGErrorJustDomain.
GutterRendererAlignmentMode
data GutterRendererAlignmentMode Source #
The alignment mode of the renderer, when a cell spans multiple lines (due to text wrapping).
Constructors
| GutterRendererAlignmentModeCell | The full cell. |
| GutterRendererAlignmentModeFirst | The first line. |
| GutterRendererAlignmentModeLast | The last line. |
| AnotherGutterRendererAlignmentMode Int | Catch-all for unknown values |
Instances
NewlineType
data NewlineType Source #
No description available in the introspection data.
Constructors
| NewlineTypeLf | line feed, used on UNIX. |
| NewlineTypeCr | carriage return, used on Mac. |
| NewlineTypeCrLf | carriage return followed by a line feed, used on Windows. |
| AnotherNewlineType Int | Catch-all for unknown values |
Instances
SmartHomeEndType
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 |
Instances
ViewGutterPosition
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 |