{-# LANGUAGE PatternSynonyms, ScopedTypeVariables, ViewPatterns #-}


-- | Copyright  : Will Thompson and Iñaki García Etxebarria
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria

#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif

module GI.Gtk.Constants
    ( 
    pattern TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID,
    pattern TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID,
    pattern TEXT_VIEW_PRIORITY_VALIDATE     ,
    pattern STYLE_PROVIDER_PRIORITY_USER    ,
    pattern STYLE_PROVIDER_PRIORITY_THEME   ,
    pattern STYLE_PROVIDER_PRIORITY_SETTINGS,
    pattern STYLE_PROVIDER_PRIORITY_FALLBACK,
    pattern STYLE_PROVIDER_PRIORITY_APPLICATION,
    pattern PRIORITY_RESIZE                 ,
    pattern PRINT_SETTINGS_WIN32_DRIVER_VERSION,
    pattern PRINT_SETTINGS_WIN32_DRIVER_EXTRA,
    pattern PRINT_SETTINGS_USE_COLOR        ,
    pattern PRINT_SETTINGS_SCALE            ,
    pattern PRINT_SETTINGS_REVERSE          ,
    pattern PRINT_SETTINGS_RESOLUTION_Y     ,
    pattern PRINT_SETTINGS_RESOLUTION_X     ,
    pattern PRINT_SETTINGS_RESOLUTION       ,
    pattern PRINT_SETTINGS_QUALITY          ,
    pattern PRINT_SETTINGS_PRINT_PAGES      ,
    pattern PRINT_SETTINGS_PRINTER_LPI      ,
    pattern PRINT_SETTINGS_PRINTER          ,
    pattern PRINT_SETTINGS_PAPER_WIDTH      ,
    pattern PRINT_SETTINGS_PAPER_HEIGHT     ,
    pattern PRINT_SETTINGS_PAPER_FORMAT     ,
    pattern PRINT_SETTINGS_PAGE_SET         ,
    pattern PRINT_SETTINGS_PAGE_RANGES      ,
    pattern PRINT_SETTINGS_OUTPUT_URI       ,
    pattern PRINT_SETTINGS_OUTPUT_FILE_FORMAT,
    pattern PRINT_SETTINGS_OUTPUT_DIR       ,
    pattern PRINT_SETTINGS_OUTPUT_BIN       ,
    pattern PRINT_SETTINGS_OUTPUT_BASENAME  ,
    pattern PRINT_SETTINGS_ORIENTATION      ,
    pattern PRINT_SETTINGS_N_COPIES         ,
    pattern PRINT_SETTINGS_NUMBER_UP_LAYOUT ,
    pattern PRINT_SETTINGS_NUMBER_UP        ,
    pattern PRINT_SETTINGS_MEDIA_TYPE       ,
    pattern PRINT_SETTINGS_FINISHINGS       ,
    pattern PRINT_SETTINGS_DUPLEX           ,
    pattern PRINT_SETTINGS_DITHER           ,
    pattern PRINT_SETTINGS_DEFAULT_SOURCE   ,
    pattern PRINT_SETTINGS_COLLATE          ,
    pattern PAPER_NAME_LETTER               ,
    pattern PAPER_NAME_LEGAL                ,
    pattern PAPER_NAME_EXECUTIVE            ,
    pattern PAPER_NAME_B5                   ,
    pattern PAPER_NAME_A5                   ,
    pattern PAPER_NAME_A4                   ,
    pattern PAPER_NAME_A3                   ,
    pattern MINOR_VERSION                   ,
    pattern MICRO_VERSION                   ,
    pattern MEDIA_FILE_EXTENSION_POINT_NAME ,
    pattern MAX_COMPOSE_LEN                 ,
    pattern MAJOR_VERSION                   ,
    pattern LEVEL_BAR_OFFSET_LOW            ,
    pattern LEVEL_BAR_OFFSET_HIGH           ,
    pattern LEVEL_BAR_OFFSET_FULL           ,
    pattern INVALID_LIST_POSITION           ,
    pattern INTERFACE_AGE                   ,
    pattern INPUT_ERROR                     ,
    pattern IM_MODULE_EXTENSION_POINT_NAME  ,
    pattern BINARY_AGE                      ,
    pattern ACCESSIBLE_VALUE_UNDEFINED      ,

    ) where

import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P

import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GHashTable as B.GHT
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R


-- | Disables sorting in a t'GI.Gtk.Interfaces.TreeSortable.TreeSortable'.
-- 
-- See also: 'GI.Gtk.Interfaces.TreeSortable.treeSortableSetSortColumnId'
pattern $mTREE_SORTABLE_UNSORTED_SORT_COLUMN_ID :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bTREE_SORTABLE_UNSORTED_SORT_COLUMN_ID :: Int32
TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID = -2 :: Int32

-- | Uses the default sort function in a t'GI.Gtk.Interfaces.TreeSortable.TreeSortable'.
-- 
-- See also: 'GI.Gtk.Interfaces.TreeSortable.treeSortableSetSortColumnId'
pattern $mTREE_SORTABLE_DEFAULT_SORT_COLUMN_ID :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bTREE_SORTABLE_DEFAULT_SORT_COLUMN_ID :: Int32
TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID = -1 :: Int32

-- | The priority at which the text view validates onscreen lines
-- in an idle job in the background.
pattern $mTEXT_VIEW_PRIORITY_VALIDATE :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bTEXT_VIEW_PRIORITY_VALIDATE :: Int32
TEXT_VIEW_PRIORITY_VALIDATE = 125 :: Int32

-- | The priority used for the style information from
-- @$XDG_CONFIG_HOME\/gtk-4.0\/gtk.css@.
-- 
-- You should not use priorities higher than this, to
-- give the user the last word.
pattern $mSTYLE_PROVIDER_PRIORITY_USER :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bSTYLE_PROVIDER_PRIORITY_USER :: Int32
STYLE_PROVIDER_PRIORITY_USER = 800 :: Int32

-- | The priority used for style information provided
-- by themes.
pattern $mSTYLE_PROVIDER_PRIORITY_THEME :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bSTYLE_PROVIDER_PRIORITY_THEME :: Int32
STYLE_PROVIDER_PRIORITY_THEME = 200 :: Int32

-- | The priority used for style information provided
-- via @GtkSettings@.
-- 
-- This priority is higher than 'GI.Gtk.Constants.STYLE_PROVIDER_PRIORITY_THEME'
-- to let settings override themes.
pattern $mSTYLE_PROVIDER_PRIORITY_SETTINGS :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bSTYLE_PROVIDER_PRIORITY_SETTINGS :: Int32
STYLE_PROVIDER_PRIORITY_SETTINGS = 400 :: Int32

-- | The priority used for default style information
-- that is used in the absence of themes.
-- 
-- Note that this is not very useful for providing default
-- styling for custom style classes - themes are likely to
-- override styling provided at this priority with
-- catch-all @* {...}@ rules.
pattern $mSTYLE_PROVIDER_PRIORITY_FALLBACK :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bSTYLE_PROVIDER_PRIORITY_FALLBACK :: Int32
STYLE_PROVIDER_PRIORITY_FALLBACK = 1 :: Int32

-- | A priority that can be used when adding a @GtkStyleProvider@
-- for application-specific style information.
pattern $mSTYLE_PROVIDER_PRIORITY_APPLICATION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bSTYLE_PROVIDER_PRIORITY_APPLICATION :: Int32
STYLE_PROVIDER_PRIORITY_APPLICATION = 600 :: Int32

-- | Use this priority for functionality related to size allocation.
-- 
-- It is used internally by GTK+ to compute the sizes of widgets.
-- This priority is higher than 'GI.Gdk.Constants.PRIORITY_REDRAW' to avoid
-- resizing a widget which was just redrawn.
pattern $mPRIORITY_RESIZE :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRIORITY_RESIZE :: Int32
PRIORITY_RESIZE = 110 :: Int32

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_WIN32_DRIVER_VERSION :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_WIN32_DRIVER_VERSION :: Text
PRINT_SETTINGS_WIN32_DRIVER_VERSION = "win32-driver-version" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_WIN32_DRIVER_EXTRA :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_WIN32_DRIVER_EXTRA :: Text
PRINT_SETTINGS_WIN32_DRIVER_EXTRA = "win32-driver-extra" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_USE_COLOR :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_USE_COLOR :: Text
PRINT_SETTINGS_USE_COLOR = "use-color" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_SCALE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_SCALE :: Text
PRINT_SETTINGS_SCALE = "scale" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_REVERSE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_REVERSE :: Text
PRINT_SETTINGS_REVERSE = "reverse" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_RESOLUTION_Y :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_RESOLUTION_Y :: Text
PRINT_SETTINGS_RESOLUTION_Y = "resolution-y" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_RESOLUTION_X :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_RESOLUTION_X :: Text
PRINT_SETTINGS_RESOLUTION_X = "resolution-x" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_RESOLUTION :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_RESOLUTION :: Text
PRINT_SETTINGS_RESOLUTION = "resolution" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_QUALITY :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_QUALITY :: Text
PRINT_SETTINGS_QUALITY = "quality" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PRINT_PAGES :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PRINT_PAGES :: Text
PRINT_SETTINGS_PRINT_PAGES = "print-pages" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PRINTER_LPI :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PRINTER_LPI :: Text
PRINT_SETTINGS_PRINTER_LPI = "printer-lpi" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PRINTER :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PRINTER :: Text
PRINT_SETTINGS_PRINTER = "printer" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PAPER_WIDTH :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PAPER_WIDTH :: Text
PRINT_SETTINGS_PAPER_WIDTH = "paper-width" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PAPER_HEIGHT :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PAPER_HEIGHT :: Text
PRINT_SETTINGS_PAPER_HEIGHT = "paper-height" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PAPER_FORMAT :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PAPER_FORMAT :: Text
PRINT_SETTINGS_PAPER_FORMAT = "paper-format" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PAGE_SET :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PAGE_SET :: Text
PRINT_SETTINGS_PAGE_SET = "page-set" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_PAGE_RANGES :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_PAGE_RANGES :: Text
PRINT_SETTINGS_PAGE_RANGES = "page-ranges" :: T.Text

-- | The key used by the “Print to file” printer to store the URI
-- to which the output should be written. GTK itself supports
-- only “file:\/\/” URIs.
pattern $mPRINT_SETTINGS_OUTPUT_URI :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_OUTPUT_URI :: Text
PRINT_SETTINGS_OUTPUT_URI = "output-uri" :: T.Text

-- | The key used by the “Print to file” printer to store the format
-- of the output. The supported values are “PS” and “PDF”.
pattern $mPRINT_SETTINGS_OUTPUT_FILE_FORMAT :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_OUTPUT_FILE_FORMAT :: Text
PRINT_SETTINGS_OUTPUT_FILE_FORMAT = "output-file-format" :: T.Text

-- | The key used by the “Print to file” printer to store the
-- directory to which the output should be written.
pattern $mPRINT_SETTINGS_OUTPUT_DIR :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_OUTPUT_DIR :: Text
PRINT_SETTINGS_OUTPUT_DIR = "output-dir" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_OUTPUT_BIN :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_OUTPUT_BIN :: Text
PRINT_SETTINGS_OUTPUT_BIN = "output-bin" :: T.Text

-- | The key used by the “Print to file” printer to store the file
-- name of the output without the path to the directory and the
-- file extension.
pattern $mPRINT_SETTINGS_OUTPUT_BASENAME :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_OUTPUT_BASENAME :: Text
PRINT_SETTINGS_OUTPUT_BASENAME = "output-basename" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_ORIENTATION :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_ORIENTATION :: Text
PRINT_SETTINGS_ORIENTATION = "orientation" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_N_COPIES :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_N_COPIES :: Text
PRINT_SETTINGS_N_COPIES = "n-copies" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_NUMBER_UP_LAYOUT :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_NUMBER_UP_LAYOUT :: Text
PRINT_SETTINGS_NUMBER_UP_LAYOUT = "number-up-layout" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_NUMBER_UP :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_NUMBER_UP :: Text
PRINT_SETTINGS_NUMBER_UP = "number-up" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_MEDIA_TYPE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_MEDIA_TYPE :: Text
PRINT_SETTINGS_MEDIA_TYPE = "media-type" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_FINISHINGS :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_FINISHINGS :: Text
PRINT_SETTINGS_FINISHINGS = "finishings" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_DUPLEX :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_DUPLEX :: Text
PRINT_SETTINGS_DUPLEX = "duplex" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_DITHER :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_DITHER :: Text
PRINT_SETTINGS_DITHER = "dither" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_DEFAULT_SOURCE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_DEFAULT_SOURCE :: Text
PRINT_SETTINGS_DEFAULT_SOURCE = "default-source" :: T.Text

-- | /No description available in the introspection data./
pattern $mPRINT_SETTINGS_COLLATE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPRINT_SETTINGS_COLLATE :: Text
PRINT_SETTINGS_COLLATE = "collate" :: T.Text

-- | Name for the Letter paper size.
pattern $mPAPER_NAME_LETTER :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_LETTER :: Text
PAPER_NAME_LETTER = "na_letter" :: T.Text

-- | Name for the Legal paper size.
pattern $mPAPER_NAME_LEGAL :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_LEGAL :: Text
PAPER_NAME_LEGAL = "na_legal" :: T.Text

-- | Name for the Executive paper size.
pattern $mPAPER_NAME_EXECUTIVE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_EXECUTIVE :: Text
PAPER_NAME_EXECUTIVE = "na_executive" :: T.Text

-- | Name for the B5 paper size.
pattern $mPAPER_NAME_B5 :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_B5 :: Text
PAPER_NAME_B5 = "iso_b5" :: T.Text

-- | Name for the A5 paper size.
pattern $mPAPER_NAME_A5 :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_A5 :: Text
PAPER_NAME_A5 = "iso_a5" :: T.Text

-- | Name for the A4 paper size.
pattern $mPAPER_NAME_A4 :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_A4 :: Text
PAPER_NAME_A4 = "iso_a4" :: T.Text

-- | Name for the A3 paper size.
pattern $mPAPER_NAME_A3 :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bPAPER_NAME_A3 :: Text
PAPER_NAME_A3 = "iso_a3" :: T.Text

-- | Like [func/@getMinorVersion@/], but from the headers used at
-- application compile time, rather than from the library linked
-- against at application run time.
pattern $mMINOR_VERSION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMINOR_VERSION :: Int32
MINOR_VERSION = 8 :: Int32

-- | Like [func/@getMicroVersion@/], but from the headers used at
-- application compile time, rather than from the library linked
-- against at application run time.
pattern $mMICRO_VERSION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMICRO_VERSION :: Int32
MICRO_VERSION = 1 :: Int32

-- | /No description available in the introspection data./
pattern $mMEDIA_FILE_EXTENSION_POINT_NAME :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bMEDIA_FILE_EXTENSION_POINT_NAME :: Text
MEDIA_FILE_EXTENSION_POINT_NAME = "gtk-media-file" :: T.Text

-- | /No description available in the introspection data./
pattern $mMAX_COMPOSE_LEN :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMAX_COMPOSE_LEN :: Int32
MAX_COMPOSE_LEN = 7 :: Int32

-- | Like [func/@getMajorVersion@/], but from the headers used at
-- application compile time, rather than from the library linked
-- against at application run time.
pattern $mMAJOR_VERSION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMAJOR_VERSION :: Int32
MAJOR_VERSION = 4 :: Int32

-- | The name used for the stock low offset included by @GtkLevelBar@.
pattern $mLEVEL_BAR_OFFSET_LOW :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bLEVEL_BAR_OFFSET_LOW :: Text
LEVEL_BAR_OFFSET_LOW = "low" :: T.Text

-- | The name used for the stock high offset included by @GtkLevelBar@.
pattern $mLEVEL_BAR_OFFSET_HIGH :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bLEVEL_BAR_OFFSET_HIGH :: Text
LEVEL_BAR_OFFSET_HIGH = "high" :: T.Text

-- | The name used for the stock full offset included by @GtkLevelBar@.
pattern $mLEVEL_BAR_OFFSET_FULL :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bLEVEL_BAR_OFFSET_FULL :: Text
LEVEL_BAR_OFFSET_FULL = "full" :: T.Text

-- | The value used to refer to a guaranteed invalid position
-- in a @GListModel@.
-- 
-- This value may be returned from some functions, others may
-- accept it as input. Its interpretation may differ for different
-- functions.
-- 
-- Refer to each function\'s documentation for if this value is
-- allowed and what it does.
pattern $mINVALID_LIST_POSITION :: forall {r}. Word32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bINVALID_LIST_POSITION :: Word32
INVALID_LIST_POSITION = 4294967295 :: Word32

-- | Like [func/@getInterfaceAge@/], but from the headers used at
-- application compile time, rather than from the library linked
-- against at application run time.
pattern $mINTERFACE_AGE :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bINTERFACE_AGE :: Int32
INTERFACE_AGE = 1 :: Int32

-- | Constant to return from a signal handler for the [input](#g:signal:input)
-- signal in case of conversion failure.
-- 
-- See [SpinButton::input]("GI.Gtk.Objects.SpinButton#g:signal:input").
pattern $mINPUT_ERROR :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bINPUT_ERROR :: Int32
INPUT_ERROR = -1 :: Int32

-- | /No description available in the introspection data./
pattern $mIM_MODULE_EXTENSION_POINT_NAME :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bIM_MODULE_EXTENSION_POINT_NAME :: Text
IM_MODULE_EXTENSION_POINT_NAME = "gtk-im-module" :: T.Text

-- | Like [func/@getBinaryAge@/], but from the headers used at
-- application compile time, rather than from the library linked
-- against at application run time.
pattern $mBINARY_AGE :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bBINARY_AGE :: Int32
BINARY_AGE = 801 :: Int32

-- | An undefined value. The accessible attribute is either unset, or its
-- value is undefined.
pattern $mACCESSIBLE_VALUE_UNDEFINED :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bACCESSIBLE_VALUE_UNDEFINED :: Int32
ACCESSIBLE_VALUE_UNDEFINED = -1 :: Int32