gi-gtksource-3.0.6: 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

catchFileSaverError :: IO a -> (FileSaverError -> GErrorMessage -> IO a) -> IO a Source #

handleFileSaverError :: (FileSaverError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchFileLoaderError :: IO a -> (FileLoaderError -> GErrorMessage -> IO a) -> IO a Source #

handleFileLoaderError :: (FileLoaderError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

catchCompletionError :: IO a -> (CompletionError -> GErrorMessage -> IO a) -> IO a Source #

handleCompletionError :: (CompletionError -> GErrorMessage -> IO a) -> IO a -> IO a Source #

Exported types

data ViewGutterPosition Source #

data SmartHomeEndType Source #

data GutterRendererAlignmentMode Source #

Instances

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

data FileLoaderError Source #

data CompletionError Source #

data BracketMatchType Source #

data BackgroundPatternType Source #

Instances

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