X11-1.4.4: A binding to the X11 graphics librarySource codeContentsIndex
Graphics.X11.Types
Portabilityportable
Stabilityprovisional
Maintainerlibraries@haskell.org
Contents
Enumeration types
Key symbols
Event masks
Event types
Modifiers
Key masks
Button masks
Buttons
Notify modes
Notify details
Visibility
Place of window
Protocols
Property notification
Colormap notification
Grab modes
Grab status
Allow events
Focus modes
Error codes
Return status
WindowClass
Attribute masks
Close down modes
QueryBestSize classes
Graphics functions
Line styles
Cap styles
Join styles
Fill styles
Fill rules
Subwindow modes
Coordinate modes
Polygon shapes
Arc modes
GC masks
Circulation direction
Byte order
ColormapAlloc
Mapping requests
ChangeSaveSetMode
Bit gravity
Window gravity
Backing store
Font direction
Image format
Description
A collection of type declarations for interfacing with X11.
Synopsis
type XID = Word32
type Mask = Word32
type Atom = Word32
type VisualID = Word32
type Time = Word32
type Window = XID
type Drawable = XID
type Font = XID
type Pixmap = XID
type Cursor = XID
type Colormap = XID
type GContext = XID
type KeyCode = Char
type KeySym = XID
xK_VoidSymbol :: KeySym
xK_BackSpace :: KeySym
xK_Tab :: KeySym
xK_Linefeed :: KeySym
xK_Clear :: KeySym
xK_Return :: KeySym
xK_Pause :: KeySym
xK_Scroll_Lock :: KeySym
xK_Sys_Req :: KeySym
xK_Escape :: KeySym
xK_Delete :: KeySym
xK_Multi_key :: KeySym
xK_Codeinput :: KeySym
xK_SingleCandidate :: KeySym
xK_MultipleCandidate :: KeySym
xK_PreviousCandidate :: KeySym
xK_Home :: KeySym
xK_Left :: KeySym
xK_Up :: KeySym
xK_Right :: KeySym
xK_Down :: KeySym
xK_Prior :: KeySym
xK_Page_Up :: KeySym
xK_Next :: KeySym
xK_Page_Down :: KeySym
xK_End :: KeySym
xK_Begin :: KeySym
xK_Select :: KeySym
xK_Print :: KeySym
xK_Execute :: KeySym
xK_Insert :: KeySym
xK_Undo :: KeySym
xK_Redo :: KeySym
xK_Menu :: KeySym
xK_Find :: KeySym
xK_Cancel :: KeySym
xK_Help :: KeySym
xK_Break :: KeySym
xK_Mode_switch :: KeySym
xK_script_switch :: KeySym
xK_Num_Lock :: KeySym
xK_KP_Space :: KeySym
xK_KP_Tab :: KeySym
xK_KP_Enter :: KeySym
xK_KP_F1 :: KeySym
xK_KP_F2 :: KeySym
xK_KP_F3 :: KeySym
xK_KP_F4 :: KeySym
xK_KP_Home :: KeySym
xK_KP_Left :: KeySym
xK_KP_Up :: KeySym
xK_KP_Right :: KeySym
xK_KP_Down :: KeySym
xK_KP_Prior :: KeySym
xK_KP_Page_Up :: KeySym
xK_KP_Next :: KeySym
xK_KP_Page_Down :: KeySym
xK_KP_End :: KeySym
xK_KP_Begin :: KeySym
xK_KP_Insert :: KeySym
xK_KP_Delete :: KeySym
xK_KP_Equal :: KeySym
xK_KP_Multiply :: KeySym
xK_KP_Add :: KeySym
xK_KP_Separator :: KeySym
xK_KP_Subtract :: KeySym
xK_KP_Decimal :: KeySym
xK_KP_Divide :: KeySym
xK_KP_0 :: KeySym
xK_KP_1 :: KeySym
xK_KP_2 :: KeySym
xK_KP_3 :: KeySym
xK_KP_4 :: KeySym
xK_KP_5 :: KeySym
xK_KP_6 :: KeySym
xK_KP_7 :: KeySym
xK_KP_8 :: KeySym
xK_KP_9 :: KeySym
xK_F1 :: KeySym
xK_F2 :: KeySym
xK_F3 :: KeySym
xK_F4 :: KeySym
xK_F5 :: KeySym
xK_F6 :: KeySym
xK_F7 :: KeySym
xK_F8 :: KeySym
xK_F9 :: KeySym
xK_F10 :: KeySym
xK_F11 :: KeySym
xK_L1 :: KeySym
xK_F12 :: KeySym
xK_L2 :: KeySym
xK_F13 :: KeySym
xK_L3 :: KeySym
xK_F14 :: KeySym
xK_L4 :: KeySym
xK_F15 :: KeySym
xK_L5 :: KeySym
xK_F16 :: KeySym
xK_L6 :: KeySym
xK_F17 :: KeySym
xK_L7 :: KeySym
xK_F18 :: KeySym
xK_L8 :: KeySym
xK_F19 :: KeySym
xK_L9 :: KeySym
xK_F20 :: KeySym
xK_L10 :: KeySym
xK_F21 :: KeySym
xK_R1 :: KeySym
xK_F22 :: KeySym
xK_R2 :: KeySym
xK_F23 :: KeySym
xK_R3 :: KeySym
xK_F24 :: KeySym
xK_R4 :: KeySym
xK_F25 :: KeySym
xK_R5 :: KeySym
xK_F26 :: KeySym
xK_R6 :: KeySym
xK_F27 :: KeySym
xK_R7 :: KeySym
xK_F28 :: KeySym
xK_R8 :: KeySym
xK_F29 :: KeySym
xK_R9 :: KeySym
xK_F30 :: KeySym
xK_R10 :: KeySym
xK_F31 :: KeySym
xK_R11 :: KeySym
xK_F32 :: KeySym
xK_R12 :: KeySym
xK_F33 :: KeySym
xK_R13 :: KeySym
xK_F34 :: KeySym
xK_R14 :: KeySym
xK_F35 :: KeySym
xK_R15 :: KeySym
xK_Shift_L :: KeySym
xK_Shift_R :: KeySym
xK_Control_L :: KeySym
xK_Control_R :: KeySym
xK_Caps_Lock :: KeySym
xK_Shift_Lock :: KeySym
xK_Meta_L :: KeySym
xK_Meta_R :: KeySym
xK_Alt_L :: KeySym
xK_Alt_R :: KeySym
xK_Super_L :: KeySym
xK_Super_R :: KeySym
xK_Hyper_L :: KeySym
xK_Hyper_R :: KeySym
xK_space :: KeySym
xK_exclam :: KeySym
xK_quotedbl :: KeySym
xK_numbersign :: KeySym
xK_dollar :: KeySym
xK_percent :: KeySym
xK_ampersand :: KeySym
xK_apostrophe :: KeySym
xK_quoteright :: KeySym
xK_parenleft :: KeySym
xK_parenright :: KeySym
xK_asterisk :: KeySym
xK_plus :: KeySym
xK_comma :: KeySym
xK_minus :: KeySym
xK_period :: KeySym
xK_slash :: KeySym
xK_0 :: KeySym
xK_1 :: KeySym
xK_2 :: KeySym
xK_3 :: KeySym
xK_4 :: KeySym
xK_5 :: KeySym
xK_6 :: KeySym
xK_7 :: KeySym
xK_8 :: KeySym
xK_9 :: KeySym
xK_colon :: KeySym
xK_semicolon :: KeySym
xK_less :: KeySym
xK_equal :: KeySym
xK_greater :: KeySym
xK_question :: KeySym
xK_at :: KeySym
xK_A :: KeySym
xK_B :: KeySym
xK_C :: KeySym
xK_D :: KeySym
xK_E :: KeySym
xK_F :: KeySym
xK_G :: KeySym
xK_H :: KeySym
xK_I :: KeySym
xK_J :: KeySym
xK_K :: KeySym
xK_L :: KeySym
xK_M :: KeySym
xK_N :: KeySym
xK_O :: KeySym
xK_P :: KeySym
xK_Q :: KeySym
xK_R :: KeySym
xK_S :: KeySym
xK_T :: KeySym
xK_U :: KeySym
xK_V :: KeySym
xK_W :: KeySym
xK_X :: KeySym
xK_Y :: KeySym
xK_Z :: KeySym
xK_bracketleft :: KeySym
xK_backslash :: KeySym
xK_bracketright :: KeySym
xK_asciicircum :: KeySym
xK_underscore :: KeySym
xK_grave :: KeySym
xK_quoteleft :: KeySym
xK_a :: KeySym
xK_b :: KeySym
xK_c :: KeySym
xK_d :: KeySym
xK_e :: KeySym
xK_f :: KeySym
xK_g :: KeySym
xK_h :: KeySym
xK_i :: KeySym
xK_j :: KeySym
xK_k :: KeySym
xK_l :: KeySym
xK_m :: KeySym
xK_n :: KeySym
xK_o :: KeySym
xK_p :: KeySym
xK_q :: KeySym
xK_r :: KeySym
xK_s :: KeySym
xK_t :: KeySym
xK_u :: KeySym
xK_v :: KeySym
xK_w :: KeySym
xK_x :: KeySym
xK_y :: KeySym
xK_z :: KeySym
xK_braceleft :: KeySym
xK_bar :: KeySym
xK_braceright :: KeySym
xK_asciitilde :: KeySym
xK_nobreakspace :: KeySym
xK_exclamdown :: KeySym
xK_cent :: KeySym
xK_sterling :: KeySym
xK_currency :: KeySym
xK_yen :: KeySym
xK_brokenbar :: KeySym
xK_section :: KeySym
xK_diaeresis :: KeySym
xK_copyright :: KeySym
xK_ordfeminine :: KeySym
xK_guillemotleft :: KeySym
xK_notsign :: KeySym
xK_hyphen :: KeySym
xK_registered :: KeySym
xK_macron :: KeySym
xK_degree :: KeySym
xK_plusminus :: KeySym
xK_twosuperior :: KeySym
xK_threesuperior :: KeySym
xK_acute :: KeySym
xK_mu :: KeySym
xK_paragraph :: KeySym
xK_periodcentered :: KeySym
xK_cedilla :: KeySym
xK_onesuperior :: KeySym
xK_masculine :: KeySym
xK_guillemotright :: KeySym
xK_onequarter :: KeySym
xK_onehalf :: KeySym
xK_threequarters :: KeySym
xK_questiondown :: KeySym
xK_Agrave :: KeySym
xK_Aacute :: KeySym
xK_Acircumflex :: KeySym
xK_Atilde :: KeySym
xK_Adiaeresis :: KeySym
xK_Aring :: KeySym
xK_AE :: KeySym
xK_Ccedilla :: KeySym
xK_Egrave :: KeySym
xK_Eacute :: KeySym
xK_Ecircumflex :: KeySym
xK_Ediaeresis :: KeySym
xK_Igrave :: KeySym
xK_Iacute :: KeySym
xK_Icircumflex :: KeySym
xK_Idiaeresis :: KeySym
xK_ETH :: KeySym
xK_Eth :: KeySym
xK_Ntilde :: KeySym
xK_Ograve :: KeySym
xK_Oacute :: KeySym
xK_Ocircumflex :: KeySym
xK_Otilde :: KeySym
xK_Odiaeresis :: KeySym
xK_multiply :: KeySym
xK_Ooblique :: KeySym
xK_Ugrave :: KeySym
xK_Uacute :: KeySym
xK_Ucircumflex :: KeySym
xK_Udiaeresis :: KeySym
xK_Yacute :: KeySym
xK_THORN :: KeySym
xK_Thorn :: KeySym
xK_ssharp :: KeySym
xK_agrave :: KeySym
xK_aacute :: KeySym
xK_acircumflex :: KeySym
xK_atilde :: KeySym
xK_adiaeresis :: KeySym
xK_aring :: KeySym
xK_ae :: KeySym
xK_ccedilla :: KeySym
xK_egrave :: KeySym
xK_eacute :: KeySym
xK_ecircumflex :: KeySym
xK_ediaeresis :: KeySym
xK_igrave :: KeySym
xK_iacute :: KeySym
xK_icircumflex :: KeySym
xK_idiaeresis :: KeySym
xK_eth :: KeySym
xK_ntilde :: KeySym
xK_ograve :: KeySym
xK_oacute :: KeySym
xK_ocircumflex :: KeySym
xK_otilde :: KeySym
xK_odiaeresis :: KeySym
xK_division :: KeySym
xK_oslash :: KeySym
xK_ugrave :: KeySym
xK_uacute :: KeySym
xK_ucircumflex :: KeySym
xK_udiaeresis :: KeySym
xK_yacute :: KeySym
xK_thorn :: KeySym
xK_ydiaeresis :: KeySym
type EventMask = Mask
noEventMask :: EventMask
keyPressMask :: EventMask
keyReleaseMask :: EventMask
buttonPressMask :: EventMask
buttonReleaseMask :: EventMask
enterWindowMask :: EventMask
leaveWindowMask :: EventMask
pointerMotionMask :: EventMask
pointerMotionHintMask :: EventMask
button1MotionMask :: EventMask
button2MotionMask :: EventMask
button3MotionMask :: EventMask
button4MotionMask :: EventMask
button5MotionMask :: EventMask
buttonMotionMask :: EventMask
keymapStateMask :: EventMask
exposureMask :: EventMask
visibilityChangeMask :: EventMask
structureNotifyMask :: EventMask
resizeRedirectMask :: EventMask
substructureNotifyMask :: EventMask
substructureRedirectMask :: EventMask
focusChangeMask :: EventMask
propertyChangeMask :: EventMask
colormapChangeMask :: EventMask
ownerGrabButtonMask :: EventMask
type EventType = Word32
keyPress :: EventType
keyRelease :: EventType
buttonPress :: EventType
buttonRelease :: EventType
motionNotify :: EventType
enterNotify :: EventType
leaveNotify :: EventType
focusIn :: EventType
focusOut :: EventType
keymapNotify :: EventType
expose :: EventType
graphicsExpose :: EventType
noExpose :: EventType
visibilityNotify :: EventType
createNotify :: EventType
destroyNotify :: EventType
unmapNotify :: EventType
mapNotify :: EventType
mapRequest :: EventType
reparentNotify :: EventType
configureNotify :: EventType
configureRequest :: EventType
gravityNotify :: EventType
resizeRequest :: EventType
circulateNotify :: EventType
circulateRequest :: EventType
propertyNotify :: EventType
selectionClear :: EventType
selectionRequest :: EventType
selectionNotify :: EventType
colormapNotify :: EventType
clientMessage :: EventType
mappingNotify :: EventType
lASTEvent :: EventType
type Modifier = CUInt
shiftMapIndex :: Modifier
lockMapIndex :: Modifier
controlMapIndex :: Modifier
mod1MapIndex :: Modifier
mod2MapIndex :: Modifier
mod3MapIndex :: Modifier
mod4MapIndex :: Modifier
mod5MapIndex :: Modifier
anyModifier :: Modifier
type KeyMask = Modifier
shiftMask :: KeyMask
lockMask :: KeyMask
controlMask :: KeyMask
mod1Mask :: KeyMask
mod2Mask :: KeyMask
mod3Mask :: KeyMask
mod4Mask :: KeyMask
mod5Mask :: KeyMask
type ButtonMask = Modifier
button1Mask :: ButtonMask
button2Mask :: ButtonMask
button3Mask :: ButtonMask
button4Mask :: ButtonMask
button5Mask :: ButtonMask
type Button = Word32
button1 :: Button
button2 :: Button
button3 :: Button
button4 :: Button
button5 :: Button
type NotifyMode = CInt
notifyNormal :: NotifyMode
notifyGrab :: NotifyMode
notifyUngrab :: NotifyMode
notifyWhileGrabbed :: NotifyMode
notifyHint :: NotifyMode
type NotifyDetail = CInt
notifyAncestor :: NotifyDetail
notifyVirtual :: NotifyDetail
notifyInferior :: NotifyDetail
notifyNonlinear :: NotifyDetail
notifyNonlinearVirtual :: NotifyDetail
notifyPointer :: NotifyDetail
notifyPointerRoot :: NotifyDetail
notifyDetailNone :: NotifyDetail
type Visibility = CInt
visibilityUnobscured :: Visibility
visibilityPartiallyObscured :: Visibility
visibilityFullyObscured :: Visibility
type Place = CInt
placeOnTop :: Place
placeOnBottom :: Place
type Protocol = CInt
familyInternet :: Protocol
familyDECnet :: Protocol
familyChaos :: Protocol
type PropertyNotification = CInt
propertyNewValue :: PropertyNotification
propertyDelete :: PropertyNotification
type ColormapNotification = CInt
colormapUninstalled :: ColormapNotification
colormapInstalled :: ColormapNotification
type GrabMode = CInt
grabModeSync :: GrabMode
grabModeAsync :: GrabMode
type GrabStatus = CInt
grabSuccess :: GrabStatus
alreadyGrabbed :: GrabStatus
grabInvalidTime :: GrabStatus
grabNotViewable :: GrabStatus
grabFrozen :: GrabStatus
type AllowEvents = CInt
asyncPointer :: AllowEvents
syncPointer :: AllowEvents
replayPointer :: AllowEvents
asyncKeyboard :: AllowEvents
syncKeyboard :: AllowEvents
replayKeyboard :: AllowEvents
asyncBoth :: AllowEvents
syncBoth :: AllowEvents
type FocusMode = CInt
revertToNone :: FocusMode
revertToPointerRoot :: FocusMode
revertToParent :: FocusMode
type ErrorCode = CInt
success :: ErrorCode
badRequest :: ErrorCode
badValue :: ErrorCode
badWindow :: ErrorCode
badPixmap :: ErrorCode
badAtom :: ErrorCode
badCursor :: ErrorCode
badFont :: ErrorCode
badMatch :: ErrorCode
badDrawable :: ErrorCode
badAccess :: ErrorCode
badAlloc :: ErrorCode
badColor :: ErrorCode
badGC :: ErrorCode
badIDChoice :: ErrorCode
badName :: ErrorCode
badLength :: ErrorCode
badImplementation :: ErrorCode
firstExtensionError :: ErrorCode
lastExtensionError :: ErrorCode
type Status = CInt
throwIfZero :: String -> IO Status -> IO ()
type WindowClass = CInt
copyFromParent :: WindowClass
inputOutput :: WindowClass
inputOnly :: WindowClass
type AttributeMask = Mask
cWBackPixmap :: AttributeMask
cWBackPixel :: AttributeMask
cWBorderPixmap :: AttributeMask
cWBorderPixel :: AttributeMask
cWBitGravity :: AttributeMask
cWWinGravity :: AttributeMask
cWBackingStore :: AttributeMask
cWBackingPlanes :: AttributeMask
cWBackingPixel :: AttributeMask
cWOverrideRedirect :: AttributeMask
cWSaveUnder :: AttributeMask
cWEventMask :: AttributeMask
cWDontPropagate :: AttributeMask
cWColormap :: AttributeMask
cWCursor :: AttributeMask
type CloseDownMode = CInt
destroyAll :: CloseDownMode
retainPermanent :: CloseDownMode
retainTemporary :: CloseDownMode
type QueryBestSizeClass = CInt
cursorShape :: QueryBestSizeClass
tileShape :: QueryBestSizeClass
stippleShape :: QueryBestSizeClass
type GXFunction = CInt
gXclear :: GXFunction
gXand :: GXFunction
gXandReverse :: GXFunction
gXcopy :: GXFunction
gXandInverted :: GXFunction
gXnoop :: GXFunction
gXxor :: GXFunction
gXor :: GXFunction
gXnor :: GXFunction
gXequiv :: GXFunction
gXinvert :: GXFunction
gXorReverse :: GXFunction
gXcopyInverted :: GXFunction
gXorInverted :: GXFunction
gXnand :: GXFunction
gXset :: GXFunction
type LineStyle = CInt
lineSolid :: LineStyle
lineOnOffDash :: LineStyle
lineDoubleDash :: LineStyle
type CapStyle = CInt
capNotLast :: CapStyle
capButt :: CapStyle
capRound :: CapStyle
capProjecting :: CapStyle
type JoinStyle = CInt
joinMiter :: JoinStyle
joinRound :: JoinStyle
joinBevel :: JoinStyle
type FillStyle = CInt
fillSolid :: FillStyle
fillTiled :: FillStyle
fillStippled :: FillStyle
fillOpaqueStippled :: FillStyle
type FillRule = CInt
evenOddRule :: FillRule
windingRule :: FillRule
type SubWindowMode = CInt
clipByChildren :: SubWindowMode
includeInferiors :: SubWindowMode
type CoordinateMode = CInt
coordModeOrigin :: CoordinateMode
coordModePrevious :: CoordinateMode
type PolygonShape = CInt
complex :: PolygonShape
nonconvex :: PolygonShape
convex :: PolygonShape
type ArcMode = CInt
arcChord :: ArcMode
arcPieSlice :: ArcMode
type GCMask = CInt
gCFunction :: GCMask
gCPlaneMask :: GCMask
gCForeground :: GCMask
gCBackground :: GCMask
gCLineWidth :: GCMask
gCLineStyle :: GCMask
gCCapStyle :: GCMask
gCJoinStyle :: GCMask
gCFillStyle :: GCMask
gCFillRule :: GCMask
gCTile :: GCMask
gCStipple :: GCMask
gCTileStipXOrigin :: GCMask
gCTileStipYOrigin :: GCMask
gCFont :: GCMask
gCSubwindowMode :: GCMask
gCGraphicsExposures :: GCMask
gCClipXOrigin :: GCMask
gCClipYOrigin :: GCMask
gCClipMask :: GCMask
gCDashOffset :: GCMask
gCDashList :: GCMask
gCArcMode :: GCMask
gCLastBit :: GCMask
type CirculationDirection = CInt
raiseLowest :: CirculationDirection
lowerHighest :: CirculationDirection
type ByteOrder = CInt
lSBFirst :: ByteOrder
mSBFirst :: ByteOrder
type ColormapAlloc = CInt
allocNone :: ColormapAlloc
allocAll :: ColormapAlloc
type MappingRequest = CInt
mappingModifier :: MappingRequest
mappingKeyboard :: MappingRequest
mappingPointer :: MappingRequest
type ChangeSaveSetMode = CInt
setModeInsert :: ChangeSaveSetMode
setModeDelete :: ChangeSaveSetMode
type BitGravity = CInt
forgetGravity :: BitGravity
northWestGravity :: BitGravity
northGravity :: BitGravity
northEastGravity :: BitGravity
westGravity :: BitGravity
centerGravity :: BitGravity
eastGravity :: BitGravity
southWestGravity :: BitGravity
southGravity :: BitGravity
southEastGravity :: BitGravity
staticGravity :: BitGravity
type WindowGravity = CInt
unmapGravity :: WindowGravity
type BackingStore = CInt
notUseful :: BackingStore
whenMapped :: BackingStore
always :: BackingStore
doRed :: Word8
doGreen :: Word8
doBlue :: Word8
type FontDirection = CInt
fontLeftToRight :: FontDirection
fontRightToLeft :: FontDirection
type ImageFormat = CInt
xyBitmap :: ImageFormat
xyPixmap :: ImageFormat
zPixmap :: ImageFormat
Documentation
type XID = Word32Source
type Mask = Word32Source
type Atom = Word32Source
type VisualID = Word32Source
type Time = Word32Source
type Window = XIDSource
type Drawable = XIDSource
type Font = XIDSource
type Pixmap = XIDSource
type Cursor = XIDSource
type Colormap = XIDSource
type GContext = XIDSource
type KeyCode = CharSource
Enumeration types
These types were introduced to make function types clearer. Note that the types are synonyms for Int, so no extra typesafety was obtained.
Key symbols
type KeySym = XIDSource
xK_VoidSymbol :: KeySymSource
xK_BackSpace :: KeySymSource
xK_Tab :: KeySymSource
xK_Linefeed :: KeySymSource
xK_Clear :: KeySymSource
xK_Return :: KeySymSource
xK_Pause :: KeySymSource
xK_Scroll_Lock :: KeySymSource
xK_Sys_Req :: KeySymSource
xK_Escape :: KeySymSource
xK_Delete :: KeySymSource
xK_Multi_key :: KeySymSource
xK_Codeinput :: KeySymSource
xK_SingleCandidate :: KeySymSource
xK_MultipleCandidate :: KeySymSource
xK_PreviousCandidate :: KeySymSource
xK_Home :: KeySymSource
xK_Left :: KeySymSource
xK_Up :: KeySymSource
xK_Right :: KeySymSource
xK_Down :: KeySymSource
xK_Prior :: KeySymSource
xK_Page_Up :: KeySymSource
xK_Next :: KeySymSource
xK_Page_Down :: KeySymSource
xK_End :: KeySymSource
xK_Begin :: KeySymSource
xK_Select :: KeySymSource
xK_Print :: KeySymSource
xK_Execute :: KeySymSource
xK_Insert :: KeySymSource
xK_Undo :: KeySymSource
xK_Redo :: KeySymSource
xK_Menu :: KeySymSource
xK_Find :: KeySymSource
xK_Cancel :: KeySymSource
xK_Help :: KeySymSource
xK_Break :: KeySymSource
xK_Mode_switch :: KeySymSource
xK_script_switch :: KeySymSource
xK_Num_Lock :: KeySymSource
xK_KP_Space :: KeySymSource
xK_KP_Tab :: KeySymSource
xK_KP_Enter :: KeySymSource
xK_KP_F1 :: KeySymSource
xK_KP_F2 :: KeySymSource
xK_KP_F3 :: KeySymSource
xK_KP_F4 :: KeySymSource
xK_KP_Home :: KeySymSource
xK_KP_Left :: KeySymSource
xK_KP_Up :: KeySymSource
xK_KP_Right :: KeySymSource
xK_KP_Down :: KeySymSource
xK_KP_Prior :: KeySymSource
xK_KP_Page_Up :: KeySymSource
xK_KP_Next :: KeySymSource
xK_KP_Page_Down :: KeySymSource
xK_KP_End :: KeySymSource
xK_KP_Begin :: KeySymSource
xK_KP_Insert :: KeySymSource
xK_KP_Delete :: KeySymSource
xK_KP_Equal :: KeySymSource
xK_KP_Multiply :: KeySymSource
xK_KP_Add :: KeySymSource
xK_KP_Separator :: KeySymSource
xK_KP_Subtract :: KeySymSource
xK_KP_Decimal :: KeySymSource
xK_KP_Divide :: KeySymSource
xK_KP_0 :: KeySymSource
xK_KP_1 :: KeySymSource
xK_KP_2 :: KeySymSource
xK_KP_3 :: KeySymSource
xK_KP_4 :: KeySymSource
xK_KP_5 :: KeySymSource
xK_KP_6 :: KeySymSource
xK_KP_7 :: KeySymSource
xK_KP_8 :: KeySymSource
xK_KP_9 :: KeySymSource
xK_F1 :: KeySymSource
xK_F2 :: KeySymSource
xK_F3 :: KeySymSource
xK_F4 :: KeySymSource
xK_F5 :: KeySymSource
xK_F6 :: KeySymSource
xK_F7 :: KeySymSource
xK_F8 :: KeySymSource
xK_F9 :: KeySymSource
xK_F10 :: KeySymSource
xK_F11 :: KeySymSource
xK_L1 :: KeySymSource
xK_F12 :: KeySymSource
xK_L2 :: KeySymSource
xK_F13 :: KeySymSource
xK_L3 :: KeySymSource
xK_F14 :: KeySymSource
xK_L4 :: KeySymSource
xK_F15 :: KeySymSource
xK_L5 :: KeySymSource
xK_F16 :: KeySymSource
xK_L6 :: KeySymSource
xK_F17 :: KeySymSource
xK_L7 :: KeySymSource
xK_F18 :: KeySymSource
xK_L8 :: KeySymSource
xK_F19 :: KeySymSource
xK_L9 :: KeySymSource
xK_F20 :: KeySymSource
xK_L10 :: KeySymSource
xK_F21 :: KeySymSource
xK_R1 :: KeySymSource
xK_F22 :: KeySymSource
xK_R2 :: KeySymSource
xK_F23 :: KeySymSource
xK_R3 :: KeySymSource
xK_F24 :: KeySymSource
xK_R4 :: KeySymSource
xK_F25 :: KeySymSource
xK_R5 :: KeySymSource
xK_F26 :: KeySymSource
xK_R6 :: KeySymSource
xK_F27 :: KeySymSource
xK_R7 :: KeySymSource
xK_F28 :: KeySymSource
xK_R8 :: KeySymSource
xK_F29 :: KeySymSource
xK_R9 :: KeySymSource
xK_F30 :: KeySymSource
xK_R10 :: KeySymSource
xK_F31 :: KeySymSource
xK_R11 :: KeySymSource
xK_F32 :: KeySymSource
xK_R12 :: KeySymSource
xK_F33 :: KeySymSource
xK_R13 :: KeySymSource
xK_F34 :: KeySymSource
xK_R14 :: KeySymSource
xK_F35 :: KeySymSource
xK_R15 :: KeySymSource
xK_Shift_L :: KeySymSource
xK_Shift_R :: KeySymSource
xK_Control_L :: KeySymSource
xK_Control_R :: KeySymSource
xK_Caps_Lock :: KeySymSource
xK_Shift_Lock :: KeySymSource
xK_Meta_L :: KeySymSource
xK_Meta_R :: KeySymSource
xK_Alt_L :: KeySymSource
xK_Alt_R :: KeySymSource
xK_Super_L :: KeySymSource
xK_Super_R :: KeySymSource
xK_Hyper_L :: KeySymSource
xK_Hyper_R :: KeySymSource
xK_space :: KeySymSource
xK_exclam :: KeySymSource
xK_quotedbl :: KeySymSource
xK_numbersign :: KeySymSource
xK_dollar :: KeySymSource
xK_percent :: KeySymSource
xK_ampersand :: KeySymSource
xK_apostrophe :: KeySymSource
xK_quoteright :: KeySymSource
xK_parenleft :: KeySymSource
xK_parenright :: KeySymSource
xK_asterisk :: KeySymSource
xK_plus :: KeySymSource
xK_comma :: KeySymSource
xK_minus :: KeySymSource
xK_period :: KeySymSource
xK_slash :: KeySymSource
xK_0 :: KeySymSource
xK_1 :: KeySymSource
xK_2 :: KeySymSource
xK_3 :: KeySymSource
xK_4 :: KeySymSource
xK_5 :: KeySymSource
xK_6 :: KeySymSource
xK_7 :: KeySymSource
xK_8 :: KeySymSource
xK_9 :: KeySymSource
xK_colon :: KeySymSource
xK_semicolon :: KeySymSource
xK_less :: KeySymSource
xK_equal :: KeySymSource
xK_greater :: KeySymSource
xK_question :: KeySymSource
xK_at :: KeySymSource
xK_A :: KeySymSource
xK_B :: KeySymSource
xK_C :: KeySymSource
xK_D :: KeySymSource
xK_E :: KeySymSource
xK_F :: KeySymSource
xK_G :: KeySymSource
xK_H :: KeySymSource
xK_I :: KeySymSource
xK_J :: KeySymSource
xK_K :: KeySymSource
xK_L :: KeySymSource
xK_M :: KeySymSource
xK_N :: KeySymSource
xK_O :: KeySymSource
xK_P :: KeySymSource
xK_Q :: KeySymSource
xK_R :: KeySymSource
xK_S :: KeySymSource
xK_T :: KeySymSource
xK_U :: KeySymSource
xK_V :: KeySymSource
xK_W :: KeySymSource
xK_X :: KeySymSource
xK_Y :: KeySymSource
xK_Z :: KeySymSource
xK_bracketleft :: KeySymSource
xK_backslash :: KeySymSource
xK_bracketright :: KeySymSource
xK_asciicircum :: KeySymSource
xK_underscore :: KeySymSource
xK_grave :: KeySymSource
xK_quoteleft :: KeySymSource
xK_a :: KeySymSource
xK_b :: KeySymSource
xK_c :: KeySymSource
xK_d :: KeySymSource
xK_e :: KeySymSource
xK_f :: KeySymSource
xK_g :: KeySymSource
xK_h :: KeySymSource
xK_i :: KeySymSource
xK_j :: KeySymSource
xK_k :: KeySymSource
xK_l :: KeySymSource
xK_m :: KeySymSource
xK_n :: KeySymSource
xK_o :: KeySymSource
xK_p :: KeySymSource
xK_q :: KeySymSource
xK_r :: KeySymSource
xK_s :: KeySymSource
xK_t :: KeySymSource
xK_u :: KeySymSource
xK_v :: KeySymSource
xK_w :: KeySymSource
xK_x :: KeySymSource
xK_y :: KeySymSource
xK_z :: KeySymSource
xK_braceleft :: KeySymSource
xK_bar :: KeySymSource
xK_braceright :: KeySymSource
xK_asciitilde :: KeySymSource
xK_nobreakspace :: KeySymSource
xK_exclamdown :: KeySymSource
xK_cent :: KeySymSource
xK_sterling :: KeySymSource
xK_currency :: KeySymSource
xK_yen :: KeySymSource
xK_brokenbar :: KeySymSource
xK_section :: KeySymSource
xK_diaeresis :: KeySymSource
xK_copyright :: KeySymSource
xK_ordfeminine :: KeySymSource
xK_guillemotleft :: KeySymSource
xK_notsign :: KeySymSource
xK_hyphen :: KeySymSource
xK_registered :: KeySymSource
xK_macron :: KeySymSource
xK_degree :: KeySymSource
xK_plusminus :: KeySymSource
xK_twosuperior :: KeySymSource
xK_threesuperior :: KeySymSource
xK_acute :: KeySymSource
xK_mu :: KeySymSource
xK_paragraph :: KeySymSource
xK_periodcentered :: KeySymSource
xK_cedilla :: KeySymSource
xK_onesuperior :: KeySymSource
xK_masculine :: KeySymSource
xK_guillemotright :: KeySymSource
xK_onequarter :: KeySymSource
xK_onehalf :: KeySymSource
xK_threequarters :: KeySymSource
xK_questiondown :: KeySymSource
xK_Agrave :: KeySymSource
xK_Aacute :: KeySymSource
xK_Acircumflex :: KeySymSource
xK_Atilde :: KeySymSource
xK_Adiaeresis :: KeySymSource
xK_Aring :: KeySymSource
xK_AE :: KeySymSource
xK_Ccedilla :: KeySymSource
xK_Egrave :: KeySymSource
xK_Eacute :: KeySymSource
xK_Ecircumflex :: KeySymSource
xK_Ediaeresis :: KeySymSource
xK_Igrave :: KeySymSource
xK_Iacute :: KeySymSource
xK_Icircumflex :: KeySymSource
xK_Idiaeresis :: KeySymSource
xK_ETH :: KeySymSource
xK_Eth :: KeySymSource
xK_Ntilde :: KeySymSource
xK_Ograve :: KeySymSource
xK_Oacute :: KeySymSource
xK_Ocircumflex :: KeySymSource
xK_Otilde :: KeySymSource
xK_Odiaeresis :: KeySymSource
xK_multiply :: KeySymSource
xK_Ooblique :: KeySymSource
xK_Ugrave :: KeySymSource
xK_Uacute :: KeySymSource
xK_Ucircumflex :: KeySymSource
xK_Udiaeresis :: KeySymSource
xK_Yacute :: KeySymSource
xK_THORN :: KeySymSource
xK_Thorn :: KeySymSource
xK_ssharp :: KeySymSource
xK_agrave :: KeySymSource
xK_aacute :: KeySymSource
xK_acircumflex :: KeySymSource
xK_atilde :: KeySymSource
xK_adiaeresis :: KeySymSource
xK_aring :: KeySymSource
xK_ae :: KeySymSource
xK_ccedilla :: KeySymSource
xK_egrave :: KeySymSource
xK_eacute :: KeySymSource
xK_ecircumflex :: KeySymSource
xK_ediaeresis :: KeySymSource
xK_igrave :: KeySymSource
xK_iacute :: KeySymSource
xK_icircumflex :: KeySymSource
xK_idiaeresis :: KeySymSource
xK_eth :: KeySymSource
xK_ntilde :: KeySymSource
xK_ograve :: KeySymSource
xK_oacute :: KeySymSource
xK_ocircumflex :: KeySymSource
xK_otilde :: KeySymSource
xK_odiaeresis :: KeySymSource
xK_division :: KeySymSource
xK_oslash :: KeySymSource
xK_ugrave :: KeySymSource
xK_uacute :: KeySymSource
xK_ucircumflex :: KeySymSource
xK_udiaeresis :: KeySymSource
xK_yacute :: KeySymSource
xK_thorn :: KeySymSource
xK_ydiaeresis :: KeySymSource
Event masks
type EventMask = MaskSource
noEventMask :: EventMaskSource
keyPressMask :: EventMaskSource
keyReleaseMask :: EventMaskSource
buttonPressMask :: EventMaskSource
buttonReleaseMask :: EventMaskSource
enterWindowMask :: EventMaskSource
leaveWindowMask :: EventMaskSource
pointerMotionMask :: EventMaskSource
pointerMotionHintMask :: EventMaskSource
button1MotionMask :: EventMaskSource
button2MotionMask :: EventMaskSource
button3MotionMask :: EventMaskSource
button4MotionMask :: EventMaskSource
button5MotionMask :: EventMaskSource
buttonMotionMask :: EventMaskSource
keymapStateMask :: EventMaskSource
exposureMask :: EventMaskSource
visibilityChangeMask :: EventMaskSource
structureNotifyMask :: EventMaskSource
resizeRedirectMask :: EventMaskSource
substructureNotifyMask :: EventMaskSource
substructureRedirectMask :: EventMaskSource
focusChangeMask :: EventMaskSource
propertyChangeMask :: EventMaskSource
colormapChangeMask :: EventMaskSource
ownerGrabButtonMask :: EventMaskSource
Event types
type EventType = Word32Source
keyPress :: EventTypeSource
keyRelease :: EventTypeSource
buttonPress :: EventTypeSource
buttonRelease :: EventTypeSource
motionNotify :: EventTypeSource
enterNotify :: EventTypeSource
leaveNotify :: EventTypeSource
focusIn :: EventTypeSource
focusOut :: EventTypeSource
keymapNotify :: EventTypeSource
expose :: EventTypeSource
graphicsExpose :: EventTypeSource
noExpose :: EventTypeSource
visibilityNotify :: EventTypeSource
createNotify :: EventTypeSource
destroyNotify :: EventTypeSource
unmapNotify :: EventTypeSource
mapNotify :: EventTypeSource
mapRequest :: EventTypeSource
reparentNotify :: EventTypeSource
configureNotify :: EventTypeSource
configureRequest :: EventTypeSource
gravityNotify :: EventTypeSource
resizeRequest :: EventTypeSource
circulateNotify :: EventTypeSource
circulateRequest :: EventTypeSource
propertyNotify :: EventTypeSource
selectionClear :: EventTypeSource
selectionRequest :: EventTypeSource
selectionNotify :: EventTypeSource
colormapNotify :: EventTypeSource
clientMessage :: EventTypeSource
mappingNotify :: EventTypeSource
lASTEvent :: EventTypeSource
Modifiers
type Modifier = CUIntSource
shiftMapIndex :: ModifierSource
lockMapIndex :: ModifierSource
controlMapIndex :: ModifierSource
mod1MapIndex :: ModifierSource
mod2MapIndex :: ModifierSource
mod3MapIndex :: ModifierSource
mod4MapIndex :: ModifierSource
mod5MapIndex :: ModifierSource
anyModifier :: ModifierSource
Key masks
type KeyMask = ModifierSource
shiftMask :: KeyMaskSource
lockMask :: KeyMaskSource
controlMask :: KeyMaskSource
mod1Mask :: KeyMaskSource
mod2Mask :: KeyMaskSource
mod3Mask :: KeyMaskSource
mod4Mask :: KeyMaskSource
mod5Mask :: KeyMaskSource
Button masks
type ButtonMask = ModifierSource
button1Mask :: ButtonMaskSource
button2Mask :: ButtonMaskSource
button3Mask :: ButtonMaskSource
button4Mask :: ButtonMaskSource
button5Mask :: ButtonMaskSource
Buttons
type Button = Word32Source
button1 :: ButtonSource
button2 :: ButtonSource
button3 :: ButtonSource
button4 :: ButtonSource
button5 :: ButtonSource
Notify modes
type NotifyMode = CIntSource
notifyNormal :: NotifyModeSource
notifyGrab :: NotifyModeSource
notifyUngrab :: NotifyModeSource
notifyWhileGrabbed :: NotifyModeSource
notifyHint :: NotifyModeSource
Notify details
type NotifyDetail = CIntSource
notifyAncestor :: NotifyDetailSource
notifyVirtual :: NotifyDetailSource
notifyInferior :: NotifyDetailSource
notifyNonlinear :: NotifyDetailSource
notifyNonlinearVirtual :: NotifyDetailSource
notifyPointer :: NotifyDetailSource
notifyPointerRoot :: NotifyDetailSource
notifyDetailNone :: NotifyDetailSource
Visibility
type Visibility = CIntSource
visibilityUnobscured :: VisibilitySource
visibilityPartiallyObscured :: VisibilitySource
visibilityFullyObscured :: VisibilitySource
Place of window
type Place = CIntSource
Place of window relative to siblings (used in Circulation requests or events)
placeOnTop :: PlaceSource
placeOnBottom :: PlaceSource
Protocols
type Protocol = CIntSource
familyInternet :: ProtocolSource
familyDECnet :: ProtocolSource
familyChaos :: ProtocolSource
Property notification
type PropertyNotification = CIntSource
propertyNewValue :: PropertyNotificationSource
propertyDelete :: PropertyNotificationSource
Colormap notification
type ColormapNotification = CIntSource
colormapUninstalled :: ColormapNotificationSource
colormapInstalled :: ColormapNotificationSource
Grab modes
type GrabMode = CIntSource
grabModeSync :: GrabModeSource
grabModeAsync :: GrabModeSource
Grab status
type GrabStatus = CIntSource
grabSuccess :: GrabStatusSource
alreadyGrabbed :: GrabStatusSource
grabInvalidTime :: GrabStatusSource
grabNotViewable :: GrabStatusSource
grabFrozen :: GrabStatusSource
Allow events
type AllowEvents = CIntSource
asyncPointer :: AllowEventsSource
syncPointer :: AllowEventsSource
replayPointer :: AllowEventsSource
asyncKeyboard :: AllowEventsSource
syncKeyboard :: AllowEventsSource
replayKeyboard :: AllowEventsSource
asyncBoth :: AllowEventsSource
syncBoth :: AllowEventsSource
Focus modes
type FocusMode = CIntSource
revertToNone :: FocusModeSource
revertToPointerRoot :: FocusModeSource
revertToParent :: FocusModeSource
Error codes
type ErrorCode = CIntSource
success :: ErrorCodeSource
badRequest :: ErrorCodeSource
badValue :: ErrorCodeSource
badWindow :: ErrorCodeSource
badPixmap :: ErrorCodeSource
badAtom :: ErrorCodeSource
badCursor :: ErrorCodeSource
badFont :: ErrorCodeSource
badMatch :: ErrorCodeSource
badDrawable :: ErrorCodeSource
badAccess :: ErrorCodeSource
badAlloc :: ErrorCodeSource
badColor :: ErrorCodeSource
badGC :: ErrorCodeSource
Xlib functions with return values of type Status return zero on failure and nonzero on success.
badIDChoice :: ErrorCodeSource
badName :: ErrorCodeSource
badLength :: ErrorCodeSource
badImplementation :: ErrorCodeSource
firstExtensionError :: ErrorCodeSource
lastExtensionError :: ErrorCodeSource
Return status
type Status = CIntSource
throwIfZero :: String -> IO Status -> IO ()Source
WindowClass
type WindowClass = CIntSource
copyFromParent :: WindowClassSource
inputOutput :: WindowClassSource
inputOnly :: WindowClassSource
Attribute masks
type AttributeMask = MaskSource
cWBackPixmap :: AttributeMaskSource
cWBackPixel :: AttributeMaskSource
cWBorderPixmap :: AttributeMaskSource
cWBorderPixel :: AttributeMaskSource
cWBitGravity :: AttributeMaskSource
cWWinGravity :: AttributeMaskSource
cWBackingStore :: AttributeMaskSource
cWBackingPlanes :: AttributeMaskSource
cWBackingPixel :: AttributeMaskSource
cWOverrideRedirect :: AttributeMaskSource
cWSaveUnder :: AttributeMaskSource
cWEventMask :: AttributeMaskSource
cWDontPropagate :: AttributeMaskSource
cWColormap :: AttributeMaskSource
cWCursor :: AttributeMaskSource
Close down modes
type CloseDownMode = CIntSource
destroyAll :: CloseDownModeSource
retainPermanent :: CloseDownModeSource
retainTemporary :: CloseDownModeSource
QueryBestSize classes
type QueryBestSizeClass = CIntSource
cursorShape :: QueryBestSizeClassSource
tileShape :: QueryBestSizeClassSource
stippleShape :: QueryBestSizeClassSource
Graphics functions
type GXFunction = CIntSource
gXclear :: GXFunctionSource
gXand :: GXFunctionSource
gXandReverse :: GXFunctionSource
gXcopy :: GXFunctionSource
gXandInverted :: GXFunctionSource
gXnoop :: GXFunctionSource
gXxor :: GXFunctionSource
gXor :: GXFunctionSource
gXnor :: GXFunctionSource
gXequiv :: GXFunctionSource
gXinvert :: GXFunctionSource
gXorReverse :: GXFunctionSource
gXcopyInverted :: GXFunctionSource
gXorInverted :: GXFunctionSource
gXnand :: GXFunctionSource
gXset :: GXFunctionSource
Line styles
type LineStyle = CIntSource
lineSolid :: LineStyleSource
lineOnOffDash :: LineStyleSource
lineDoubleDash :: LineStyleSource
Cap styles
type CapStyle = CIntSource
capNotLast :: CapStyleSource
capButt :: CapStyleSource
capRound :: CapStyleSource
capProjecting :: CapStyleSource
Join styles
type JoinStyle = CIntSource
joinMiter :: JoinStyleSource
joinRound :: JoinStyleSource
joinBevel :: JoinStyleSource
Fill styles
type FillStyle = CIntSource
fillSolid :: FillStyleSource
fillTiled :: FillStyleSource
fillStippled :: FillStyleSource
fillOpaqueStippled :: FillStyleSource
Fill rules
type FillRule = CIntSource
evenOddRule :: FillRuleSource
windingRule :: FillRuleSource
Subwindow modes
type SubWindowMode = CIntSource
clipByChildren :: SubWindowModeSource
includeInferiors :: SubWindowModeSource
Coordinate modes
type CoordinateMode = CIntSource
coordModeOrigin :: CoordinateModeSource
coordModePrevious :: CoordinateModeSource
Polygon shapes
type PolygonShape = CIntSource
complex :: PolygonShapeSource
nonconvex :: PolygonShapeSource
convex :: PolygonShapeSource
Arc modes
type ArcMode = CIntSource
arcChord :: ArcModeSource
arcPieSlice :: ArcModeSource
GC masks
type GCMask = CIntSource
gCFunction :: GCMaskSource
gCPlaneMask :: GCMaskSource
gCForeground :: GCMaskSource
gCBackground :: GCMaskSource
gCLineWidth :: GCMaskSource
gCLineStyle :: GCMaskSource
gCCapStyle :: GCMaskSource
gCJoinStyle :: GCMaskSource
gCFillStyle :: GCMaskSource
gCFillRule :: GCMaskSource
gCTile :: GCMaskSource
gCStipple :: GCMaskSource
gCTileStipXOrigin :: GCMaskSource
gCTileStipYOrigin :: GCMaskSource
gCFont :: GCMaskSource
gCSubwindowMode :: GCMaskSource
gCGraphicsExposures :: GCMaskSource
gCClipXOrigin :: GCMaskSource
gCClipYOrigin :: GCMaskSource
gCClipMask :: GCMaskSource
gCDashOffset :: GCMaskSource
gCDashList :: GCMaskSource
gCArcMode :: GCMaskSource
gCLastBit :: GCMaskSource
Circulation direction
type CirculationDirection = CIntSource
raiseLowest :: CirculationDirectionSource
lowerHighest :: CirculationDirectionSource
Byte order
type ByteOrder = CIntSource
lSBFirst :: ByteOrderSource
mSBFirst :: ByteOrderSource
ColormapAlloc
type ColormapAlloc = CIntSource
allocNone :: ColormapAllocSource
allocAll :: ColormapAllocSource
Mapping requests
type MappingRequest = CIntSource
mappingModifier :: MappingRequestSource
mappingKeyboard :: MappingRequestSource
mappingPointer :: MappingRequestSource
ChangeSaveSetMode
type ChangeSaveSetMode = CIntSource
setModeInsert :: ChangeSaveSetModeSource
setModeDelete :: ChangeSaveSetModeSource
Bit gravity
type BitGravity = CIntSource
forgetGravity :: BitGravitySource
northWestGravity :: BitGravitySource
northGravity :: BitGravitySource
northEastGravity :: BitGravitySource
westGravity :: BitGravitySource
centerGravity :: BitGravitySource
eastGravity :: BitGravitySource
southWestGravity :: BitGravitySource
southGravity :: BitGravitySource
southEastGravity :: BitGravitySource
staticGravity :: BitGravitySource
Window gravity
type WindowGravity = CIntSource
unmapGravity :: WindowGravitySource
Backing store
type BackingStore = CIntSource
notUseful :: BackingStoreSource
whenMapped :: BackingStoreSource
always :: BackingStoreSource
doRed :: Word8Source
doGreen :: Word8Source
doBlue :: Word8Source
Font direction
type FontDirection = CIntSource
fontLeftToRight :: FontDirectionSource
fontRightToLeft :: FontDirectionSource
Image format
type ImageFormat = CIntSource
xyBitmap :: ImageFormatSource
xyPixmap :: ImageFormatSource
zPixmap :: ImageFormatSource
Produced by Haddock version 2.4.2