Safe Haskell | None |
---|
Graphics.XHB.Gen.Xproto
Documentation
createWindow :: Connection -> CreateWindow -> IO ()Source
changeWindowAttributes :: Connection -> WINDOW -> ValueParam Word32 -> IO ()Source
destroyWindow :: Connection -> WINDOW -> IO ()Source
destroySubwindows :: Connection -> WINDOW -> IO ()Source
changeSaveSet :: Connection -> SetMode -> WINDOW -> IO ()Source
reparentWindow :: Connection -> ReparentWindow -> IO ()Source
mapSubwindows :: Connection -> WINDOW -> IO ()Source
unmapWindow :: Connection -> WINDOW -> IO ()Source
unmapSubwindows :: Connection -> WINDOW -> IO ()Source
configureWindow :: Connection -> ConfigureWindow -> IO ()Source
circulateWindow :: Connection -> Circulate -> WINDOW -> IO ()Source
getGeometry :: Connection -> DRAWABLE -> IO (Receipt GetGeometryReply)Source
queryTree :: Connection -> WINDOW -> IO (Receipt QueryTreeReply)Source
internAtom :: Connection -> InternAtom -> IO (Receipt ATOM)Source
getAtomName :: Connection -> ATOM -> IO (Receipt GetAtomNameReply)Source
changeProperty :: Connection -> ChangeProperty -> IO ()Source
deleteProperty :: Connection -> WINDOW -> ATOM -> IO ()Source
getProperty :: Connection -> GetProperty -> IO (Receipt GetPropertyReply)Source
listProperties :: Connection -> WINDOW -> IO (Receipt ListPropertiesReply)Source
getSelectionOwner :: Connection -> ATOM -> IO (Receipt WINDOW)Source
convertSelection :: Connection -> ConvertSelection -> IO ()Source
grabPointer :: Connection -> GrabPointer -> IO (Receipt GrabStatus)Source
ungrabPointer :: Connection -> TIMESTAMP -> IO ()Source
grabButton :: Connection -> GrabButton -> IO ()Source
ungrabButton :: Connection -> UngrabButton -> IO ()Source
grabKeyboard :: Connection -> GrabKeyboard -> IO (Receipt GrabStatus)Source
ungrabKeyboard :: Connection -> TIMESTAMP -> IO ()Source
allowEvents :: Connection -> Allow -> TIMESTAMP -> IO ()Source
grabServer :: Connection -> IO ()Source
ungrabServer :: Connection -> IO ()Source
queryPointer :: Connection -> WINDOW -> IO (Receipt QueryPointerReply)Source
translateCoordinates :: Connection -> TranslateCoordinates -> IO (Receipt TranslateCoordinatesReply)Source
warpPointer :: Connection -> WarpPointer -> IO ()Source
setInputFocus :: Connection -> SetInputFocus -> IO ()Source
queryKeymap :: Connection -> IO (Receipt [Word8])Source
queryFont :: Connection -> FONTABLE -> IO (Receipt QueryFontReply)Source
queryTextExtents :: Connection -> FONTABLE -> [CHAR2B] -> IO (Receipt QueryTextExtentsReply)Source
listFonts :: Connection -> ListFonts -> IO (Receipt ListFontsReply)Source
setFontPath :: Connection -> Word16 -> [CChar] -> IO ()Source
createPixmap :: Connection -> CreatePixmap -> IO ()Source
freePixmap :: Connection -> PIXMAP -> IO ()Source
changeGC :: Connection -> GCONTEXT -> ValueParam Word32 -> IO ()Source
polySegment :: Connection -> PolySegment -> IO ()Source
polyRectangle :: Connection -> PolyRectangle -> IO ()Source
polyFillArc :: Connection -> PolyFillArc -> IO ()Source
getImage :: Connection -> GetImage -> IO (Receipt GetImageReply)Source
polyText16 :: Connection -> PolyText16 -> IO ()Source
imageText8 :: Connection -> ImageText8 -> IO ()Source
imageText16 :: Connection -> ImageText16 -> IO ()Source
createColormap :: Connection -> CreateColormap -> IO ()Source
freeColormap :: Connection -> COLORMAP -> IO ()Source
copyColormapAndFree :: Connection -> COLORMAP -> COLORMAP -> IO ()Source
installColormap :: Connection -> COLORMAP -> IO ()Source
uninstallColormap :: Connection -> COLORMAP -> IO ()Source
allocColor :: Connection -> AllocColor -> IO (Receipt AllocColorReply)Source
freeColors :: Connection -> FreeColors -> IO ()Source
storeColors :: Connection -> COLORMAP -> [COLORITEM] -> IO ()Source
storeNamedColor :: Connection -> StoreNamedColor -> IO ()Source
queryColors :: Connection -> COLORMAP -> [Word32] -> IO (Receipt QueryColorsReply)Source
lookupColor :: Connection -> LookupColor -> IO (Receipt LookupColorReply)Source
createCursor :: Connection -> CreateCursor -> IO ()Source
freeCursor :: Connection -> CURSOR -> IO ()Source
recolorCursor :: Connection -> RecolorCursor -> IO ()Source
queryExtension :: Connection -> Word16 -> [CChar] -> IO (Receipt QueryExtensionReply)Source
getKeyboardMapping :: Connection -> KEYCODE -> Word8 -> IO (Receipt GetKeyboardMappingReply)Source
setScreenSaver :: Connection -> SetScreenSaver -> IO ()Source
changeHosts :: Connection -> ChangeHosts -> IO ()Source
listHosts :: Connection -> IO (Receipt ListHostsReply)Source
setAccessControl :: Connection -> AccessControl -> IO ()Source
setCloseDownMode :: Connection -> CloseDown -> IO ()Source
killClient :: Connection -> Word32 -> IO ()Source
rotateProperties :: Connection -> RotateProperties -> IO ()Source
forceScreenSaver :: Connection -> ScreenSaver -> IO ()Source
setPointerMapping :: Connection -> Word8 -> [Word8] -> IO (Receipt MappingStatus)Source
setModifierMapping :: Connection -> Word8 -> [KEYCODE] -> IO (Receipt MappingStatus)Source
noOperation :: Connection -> IO ()Source
Constructors
MkCHAR2B | |
Fields
|
Constructors
MkRECTANGLE | |
Fields
|
Constructors
MkARC | |
Fields
|
Constructors
MkFORMAT | |
Fields |
data VisualClass Source
Constructors
VisualClassStaticGray | |
VisualClassGrayScale | |
VisualClassStaticColor | |
VisualClassPseudoColor | |
VisualClassTrueColor | |
VisualClassDirectColor |
Instances
data VISUALTYPE Source
Constructors
MkVISUALTYPE | |
Instances
Show VISUALTYPE | |
Typeable VISUALTYPE | |
Deserialize VISUALTYPE | |
Serialize VISUALTYPE |
Constructors
MkDEPTH | |
Fields
|
Constructors
data BackingStore Source
Instances
Constructors
data SetupRequest Source
Constructors
Instances
Show SetupRequest | |
Typeable SetupRequest | |
Deserialize SetupRequest | |
Serialize SetupRequest |
data SetupFailed Source
Constructors
MkSetupFailed | |
Instances
Show SetupFailed | |
Typeable SetupFailed | |
Deserialize SetupFailed | |
Serialize SetupFailed |
data SetupAuthenticate Source
Constructors
MkSetupAuthenticate | |
Fields |
Instances
Show SetupAuthenticate | |
Typeable SetupAuthenticate | |
Deserialize SetupAuthenticate | |
Serialize SetupAuthenticate |
Constructors
data KeyButMask Source
Constructors
Instances
data KeyPressEvent Source
Constructors
Instances
Show KeyPressEvent | |
Typeable KeyPressEvent | |
Event KeyPressEvent | |
Deserialize KeyPressEvent |
data KeyReleaseEvent Source
Constructors
Instances
data ButtonMask Source
Constructors
ButtonMask1 | |
ButtonMask2 | |
ButtonMask3 | |
ButtonMask4 | |
ButtonMask5 | |
ButtonMaskAny |
Instances
data ButtonPressEvent Source
Constructors
Instances
data ButtonReleaseEvent Source
Constructors
Instances
data MotionNotifyEvent Source
Constructors
Instances
data NotifyDetail Source
Constructors
NotifyDetailAncestor | |
NotifyDetailVirtual | |
NotifyDetailInferior | |
NotifyDetailNonlinear | |
NotifyDetailNonlinearVirtual | |
NotifyDetailPointer | |
NotifyDetailPointerRoot | |
NotifyDetailNone |
Instances
data NotifyMode Source
Instances
data EnterNotifyEvent Source
Constructors
Instances
data LeaveNotifyEvent Source
Constructors
Instances
data FocusInEvent Source
Constructors
MkFocusInEvent | |
Instances
Show FocusInEvent | |
Typeable FocusInEvent | |
Event FocusInEvent | |
Deserialize FocusInEvent |
data FocusOutEvent Source
Constructors
MkFocusOutEvent | |
Instances
Show FocusOutEvent | |
Typeable FocusOutEvent | |
Event FocusOutEvent | |
Deserialize FocusOutEvent |
data ExposeEvent Source
Constructors
MkExposeEvent | |
Fields |
Instances
Show ExposeEvent | |
Typeable ExposeEvent | |
Event ExposeEvent | |
Deserialize ExposeEvent |
data GraphicsExposureEvent Source
Constructors
Instances
data Visibility Source
Instances
data ConfigureNotifyEvent Source
Constructors
Instances
data ConfigureRequestEvent Source
Constructors
Instances
Constructors
PropertyNewValue | |
PropertyDelete |
Instances
Constructors
Instances
data ClientMessageData Source
Constructors
ClientData8 [Word8] | length 20 |
ClientData16 [Word16] | length 10 |
ClientData32 [Word32] | length 5 |
Instances
Constructors
MappingModifier | |
MappingKeyboard | |
MappingPointer |
Instances
data RequestError Source
Constructors
MkRequestError | |
Instances
Show RequestError | |
Typeable RequestError | |
Error RequestError | |
Deserialize RequestError |
data ValueError Source
Constructors
MkValueError | |
Instances
Show ValueError | |
Typeable ValueError | |
Error ValueError | |
Deserialize ValueError |
data WindowError Source
Constructors
MkWindowError | |
Instances
Show WindowError | |
Typeable WindowError | |
Error WindowError | |
Deserialize WindowError |
data PixmapError Source
Constructors
MkPixmapError | |
Instances
Show PixmapError | |
Typeable PixmapError | |
Error PixmapError | |
Deserialize PixmapError |
Constructors
MkAtomError | |
Fields |
data CursorError Source
Constructors
MkCursorError | |
Instances
Show CursorError | |
Typeable CursorError | |
Error CursorError | |
Deserialize CursorError |
Constructors
MkFontError | |
Fields |
data MatchError Source
Constructors
MkMatchError | |
Instances
Show MatchError | |
Typeable MatchError | |
Error MatchError | |
Deserialize MatchError |
data DrawableError Source
Constructors
MkDrawableError | |
Instances
Show DrawableError | |
Typeable DrawableError | |
Error DrawableError | |
Deserialize DrawableError |
data AccessError Source
Constructors
MkAccessError | |
Instances
Show AccessError | |
Typeable AccessError | |
Error AccessError | |
Deserialize AccessError |
data AllocError Source
Constructors
MkAllocError | |
Instances
Show AllocError | |
Typeable AllocError | |
Error AllocError | |
Deserialize AllocError |
data ColormapError Source
Constructors
MkColormapError | |
Instances
Show ColormapError | |
Typeable ColormapError | |
Error ColormapError | |
Deserialize ColormapError |
data GContextError Source
Constructors
MkGContextError | |
Instances
Show GContextError | |
Typeable GContextError | |
Error GContextError | |
Deserialize GContextError |
data IDChoiceError Source
Constructors
MkIDChoiceError | |
Instances
Show IDChoiceError | |
Typeable IDChoiceError | |
Error IDChoiceError | |
Deserialize IDChoiceError |
Constructors
MkNameError | |
Fields |
data LengthError Source
Constructors
MkLengthError | |
Instances
Show LengthError | |
Typeable LengthError | |
Error LengthError | |
Deserialize LengthError |
data WindowClass Source
Instances
Constructors
GravityBitForget | |
GravityWinUnmap | |
GravityNorthWest | |
GravityNorth | |
GravityNorthEast | |
GravityWest | |
GravityCenter | |
GravityEast | |
GravitySouthWest | |
GravitySouth | |
GravitySouthEast | |
GravityStatic |
Instances
data CreateWindow Source
Constructors
Instances
Show CreateWindow | |
Typeable CreateWindow | |
Serialize CreateWindow |
Constructors
MapStateUnmapped | |
MapStateUnviewable | |
MapStateViewable |
Instances
data GetWindowAttributesReply Source
Constructors
Instances
data DestroyWindow Source
Constructors
MkDestroyWindow | |
Fields |
Instances
Show DestroyWindow | |
Typeable DestroyWindow | |
Serialize DestroyWindow |
data ChangeSaveSet Source
Constructors
MkChangeSaveSet | |
Fields |
Instances
Show ChangeSaveSet | |
Typeable ChangeSaveSet | |
Serialize ChangeSaveSet |
data ReparentWindow Source
Constructors
MkReparentWindow | |
Fields |
Instances
Show ReparentWindow | |
Typeable ReparentWindow | |
Serialize ReparentWindow |
Constructors
MkMapWindow | |
Fields |
data MapSubwindows Source
Constructors
MkMapSubwindows | |
Fields |
Instances
Show MapSubwindows | |
Typeable MapSubwindows | |
Serialize MapSubwindows |
data UnmapWindow Source
Constructors
MkUnmapWindow | |
Fields |
Instances
Show UnmapWindow | |
Typeable UnmapWindow | |
Serialize UnmapWindow |
data ConfigWindow Source
Constructors
ConfigWindowX | |
ConfigWindowY | |
ConfigWindowWidth | |
ConfigWindowHeight | |
ConfigWindowBorderWidth | |
ConfigWindowSibling | |
ConfigWindowStackMode |
Instances
Instances
Constructors
CirculateRaiseLowest | |
CirculateLowerHighest |
Instances
data GetGeometry Source
Constructors
MkGetGeometry | |
Fields |
Instances
Show GetGeometry | |
Typeable GetGeometry | |
Serialize GetGeometry |
data GetGeometryReply Source
Constructors
MkGetGeometryReply | |
Instances
Show GetGeometryReply | |
Typeable GetGeometryReply | |
Deserialize GetGeometryReply |
Constructors
MkQueryTree | |
Fields |
data QueryTreeReply Source
Constructors
MkQueryTreeReply | |
Instances
Show QueryTreeReply | |
Typeable QueryTreeReply | |
Deserialize QueryTreeReply |
data InternAtom Source
Constructors
MkInternAtom | |
Fields |
Instances
Show InternAtom | |
Typeable InternAtom | |
Serialize InternAtom |
data InternAtomReply Source
Constructors
MkInternAtomReply | |
Fields |
Instances
Show InternAtomReply | |
Typeable InternAtomReply | |
Deserialize InternAtomReply |
data GetAtomName Source
Constructors
MkGetAtomName | |
Fields |
Instances
Show GetAtomName | |
Typeable GetAtomName | |
Serialize GetAtomName |
data GetAtomNameReply Source
Constructors
MkGetAtomNameReply | |
Fields |
Instances
Show GetAtomNameReply | |
Typeable GetAtomNameReply | |
Deserialize GetAtomNameReply |
Constructors
PropModeReplace | |
PropModePrepend | |
PropModeAppend |
Instances
data ChangeProperty Source
Constructors
MkChangeProperty | |
Instances
Show ChangeProperty | |
Typeable ChangeProperty | |
Serialize ChangeProperty |
data DeleteProperty Source
Constructors
MkDeleteProperty | |
Fields |
Instances
Show DeleteProperty | |
Typeable DeleteProperty | |
Serialize DeleteProperty |
data GetProperty Source
Constructors
MkGetProperty | |
Instances
Show GetProperty | |
Typeable GetProperty | |
Serialize GetProperty |
data GetPropertyReply Source
Constructors
MkGetPropertyReply | |
Instances
Show GetPropertyReply | |
Typeable GetPropertyReply | |
Deserialize GetPropertyReply |
data ListProperties Source
Constructors
MkListProperties | |
Fields |
Instances
Show ListProperties | |
Typeable ListProperties | |
Serialize ListProperties |
Constructors
MkSendEvent | |
Fields |
Constructors
GrabModeSync | |
GrabModeAsync |
Instances
data GrabStatus Source
Constructors
GrabStatusSuccess | |
GrabStatusAlreadyGrabbed | |
GrabStatusInvalidTime | |
GrabStatusNotViewable | |
GrabStatusFrozen |
Instances
data GrabPointer Source
Constructors
MkGrabPointer | |
Instances
Show GrabPointer | |
Typeable GrabPointer | |
Serialize GrabPointer |
data GrabPointerReply Source
Constructors
MkGrabPointerReply | |
Fields |
Instances
Show GrabPointerReply | |
Typeable GrabPointerReply | |
Deserialize GrabPointerReply |
data UngrabPointer Source
Constructors
MkUngrabPointer | |
Fields |
Instances
Show UngrabPointer | |
Typeable UngrabPointer | |
Serialize UngrabPointer |
data ButtonIndex Source
Instances
data GrabButton Source
Constructors
Instances
Show GrabButton | |
Typeable GrabButton | |
Serialize GrabButton |
data UngrabButton Source
Constructors
MkUngrabButton | |
Instances
Show UngrabButton | |
Typeable UngrabButton | |
Serialize UngrabButton |
data GrabKeyboard Source
Constructors
MkGrabKeyboard | |
Instances
Show GrabKeyboard | |
Typeable GrabKeyboard | |
Serialize GrabKeyboard |
data GrabKeyboardReply Source
Constructors
MkGrabKeyboardReply | |
Fields |
Instances
Show GrabKeyboardReply | |
Typeable GrabKeyboardReply | |
Deserialize GrabKeyboardReply |
data UngrabKeyboard Source
Constructors
MkUngrabKeyboard | |
Fields |
Instances
Show UngrabKeyboard | |
Typeable UngrabKeyboard | |
Serialize UngrabKeyboard |
Constructors
MkGrabKey | |
Fields |
Constructors
MkUngrabKey | |
Fields |
Constructors
AllowAsyncPointer | |
AllowSyncPointer | |
AllowReplayPointer | |
AllowAsyncKeyboard | |
AllowSyncKeyboard | |
AllowReplayKeyboard | |
AllowAsyncBoth | |
AllowSyncBoth |
Instances
data AllowEvents Source
Constructors
MkAllowEvents | |
Fields |
Instances
Show AllowEvents | |
Typeable AllowEvents | |
Serialize AllowEvents |
data GrabServer Source
Constructors
MkGrabServer | |
Instances
Show GrabServer | |
Typeable GrabServer | |
Serialize GrabServer |
data UngrabServer Source
Constructors
MkUngrabServer | |
Instances
Show UngrabServer | |
Typeable UngrabServer | |
Serialize UngrabServer |
data QueryPointer Source
Constructors
MkQueryPointer | |
Fields |
Instances
Show QueryPointer | |
Typeable QueryPointer | |
Serialize QueryPointer |
data QueryPointerReply Source
Constructors
MkQueryPointerReply | |
Instances
Show QueryPointerReply | |
Typeable QueryPointerReply | |
Deserialize QueryPointerReply |
Constructors
MkTIMECOORD | |
Fields
|
data WarpPointer Source
Constructors
MkWarpPointer | |
Instances
Show WarpPointer | |
Typeable WarpPointer | |
Serialize WarpPointer |
data InputFocus Source
Instances
data SetInputFocus Source
Constructors
MkSetInputFocus | |
Instances
Show SetInputFocus | |
Typeable SetInputFocus | |
Serialize SetInputFocus |
data GetInputFocus Source
Constructors
MkGetInputFocus | |
Instances
Show GetInputFocus | |
Typeable GetInputFocus | |
Serialize GetInputFocus |
data QueryKeymap Source
Constructors
MkQueryKeymap | |
Instances
Show QueryKeymap | |
Typeable QueryKeymap | |
Serialize QueryKeymap |
data QueryKeymapReply Source
Constructors
MkQueryKeymapReply | |
Fields |
Instances
Show QueryKeymapReply | |
Typeable QueryKeymapReply | |
Deserialize QueryKeymapReply |
Constructors
MkOpenFont | |
Fields
|
Constructors
MkCloseFont | |
Fields |
Constructors
FontDrawLeftToRight | |
FontDrawRightToLeft |
Instances
Constructors
MkFONTPROP | |
Fields |
Constructors
MkCHARINFO | |
Constructors
MkQueryFont | |
Fields |
data QueryFontReply Source
Constructors
Instances
Show QueryFontReply | |
Typeable QueryFontReply | |
Deserialize QueryFontReply |
data QueryTextExtentsReply Source
Constructors
Instances
Constructors
MkSTR | |
Fields
|
Constructors
MkListFonts | |
Fields |
data ListFontsReply Source
Constructors
MkListFontsReply | |
Fields |
Instances
Show ListFontsReply | |
Typeable ListFontsReply | |
Deserialize ListFontsReply |
data ListFontsWithInfoReply Source
Constructors
Instances
data SetFontPath Source
Constructors
MkSetFontPath | |
Fields |
Instances
Show SetFontPath | |
Typeable SetFontPath | |
Serialize SetFontPath |
data GetFontPath Source
Constructors
MkGetFontPath | |
Instances
Show GetFontPath | |
Typeable GetFontPath | |
Serialize GetFontPath |
data GetFontPathReply Source
Constructors
MkGetFontPathReply | |
Fields |
Instances
Show GetFontPathReply | |
Typeable GetFontPathReply | |
Deserialize GetFontPathReply |
data CreatePixmap Source
Constructors
MkCreatePixmap | |
Instances
Show CreatePixmap | |
Typeable CreatePixmap | |
Serialize CreatePixmap |
data FreePixmap Source
Constructors
MkFreePixmap | |
Fields |
Instances
Show FreePixmap | |
Typeable FreePixmap | |
Serialize FreePixmap |
Constructors
Constructors
GXclear | |
GXand | |
GXandReverse | |
GXcopy | |
GXandInverted | |
GXnoop | |
GXxor | |
GXor | |
GXnor | |
GXequiv | |
GXinvert | |
GXorReverse | |
GXcopyInverted | |
GXorInverted | |
GXnand | |
GXset |
Instances
Constructors
LineStyleSolid | |
LineStyleOnOffDash | |
LineStyleDoubleDash |
Instances
Constructors
CapStyleNotLast | |
CapStyleButt | |
CapStyleRound | |
CapStyleProjecting |
Instances
Constructors
JoinStyleMiter | |
JoinStyleRound | |
JoinStyleBevel |
Instances
Instances
Constructors
FillRuleEvenOdd | |
FillRuleWinding |
Instances
data SubwindowMode Source
Instances
Constructors
ArcModeChord | |
ArcModePieSlice |
Instances
Constructors
MkCreateGC | |
Fields |
Constructors
MkChangeGC | |
Fields |
Constructors
MkCopyGC | |
Fields
|
Constructors
MkSetDashes | |
Fields |
data ClipOrdering Source
Instances
Constructors
MkClearArea | |
Fields |
Constructors
MkCopyArea | |
Fields |
Constructors
MkCopyPlane | |
Constructors
CoordModeOrigin | |
CoordModePrevious |
Instances
Constructors
MkPolyPoint | |
Fields |
Constructors
MkPolyLine | |
Fields |
Constructors
MkSEGMENT | |
Fields
|
data PolySegment Source
Constructors
MkPolySegment | |
Fields |
Instances
Show PolySegment | |
Typeable PolySegment | |
Serialize PolySegment |
data PolyRectangle Source
Constructors
MkPolyRectangle | |
Fields |
Instances
Show PolyRectangle | |
Typeable PolyRectangle | |
Serialize PolyRectangle |
Constructors
MkPolyArc | |
Fields
|
Constructors
PolyShapeComplex | |
PolyShapeNonconvex | |
PolyShapeConvex |
Instances
Constructors
MkFillPoly | |
Fields |
data PolyFillArc Source
Constructors
MkPolyFillArc | |
Fields |
Instances
Show PolyFillArc | |
Typeable PolyFillArc | |
Serialize PolyFillArc |
data ImageFormat Source
Constructors
ImageFormatXYBitmap | |
ImageFormatXYPixmap | |
ImageFormatZPixmap |
Instances
Constructors
MkPutImage | |
Fields |
Constructors
MkGetImage | |
Fields |
data GetImageReply Source
Constructors
MkGetImageReply | |
Fields |
Instances
Show GetImageReply | |
Typeable GetImageReply | |
Deserialize GetImageReply |
Constructors
MkPolyText8 | |
Fields
|
data PolyText16 Source
Constructors
MkPolyText16 | |
Fields
|
Instances
Show PolyText16 | |
Typeable PolyText16 | |
Serialize PolyText16 |
data ImageText8 Source
Constructors
MkImageText8 | |
Fields |
Instances
Show ImageText8 | |
Typeable ImageText8 | |
Serialize ImageText8 |
data ImageText16 Source
Constructors
MkImageText16 | |
Fields |
Instances
Show ImageText16 | |
Typeable ImageText16 | |
Serialize ImageText16 |
data CreateColormap Source
Constructors
MkCreateColormap | |
Instances
Show CreateColormap | |
Typeable CreateColormap | |
Serialize CreateColormap |
data FreeColormap Source
Constructors
MkFreeColormap | |
Fields |
Instances
Show FreeColormap | |
Typeable FreeColormap | |
Serialize FreeColormap |
data AllocColor Source
Constructors
MkAllocColor | |
Fields |
Instances
Show AllocColor | |
Typeable AllocColor | |
Serialize AllocColor |
data AllocColorReply Source
Constructors
MkAllocColorReply | |
Instances
Show AllocColorReply | |
Typeable AllocColorReply | |
Deserialize AllocColorReply |
data FreeColors Source
Constructors
MkFreeColors | |
Fields |
Instances
Show FreeColors | |
Typeable FreeColors | |
Serialize FreeColors |
Constructors
ColorFlagRed | |
ColorFlagGreen | |
ColorFlagBlue |
Constructors
MkCOLORITEM | |
Fields |
data StoreColors Source
Constructors
MkStoreColors | |
Fields |
Instances
Show StoreColors | |
Typeable StoreColors | |
Serialize StoreColors |
data QueryColors Source
Constructors
MkQueryColors | |
Fields |
Instances
Show QueryColors | |
Typeable QueryColors | |
Serialize QueryColors |
data QueryColorsReply Source
Constructors
MkQueryColorsReply | |
Fields |
Instances
Show QueryColorsReply | |
Typeable QueryColorsReply | |
Deserialize QueryColorsReply |
data LookupColor Source
Constructors
MkLookupColor | |
Fields |
Instances
Show LookupColor | |
Typeable LookupColor | |
Serialize LookupColor |
data LookupColorReply Source
Constructors
MkLookupColorReply | |
Instances
Show LookupColorReply | |
Typeable LookupColorReply | |
Deserialize LookupColorReply |
data CreateCursor Source
Constructors
Instances
Show CreateCursor | |
Typeable CreateCursor | |
Serialize CreateCursor |
data CreateGlyphCursor Source
Constructors
Instances
data FreeCursor Source
Constructors
MkFreeCursor | |
Fields |
Instances
Show FreeCursor | |
Typeable FreeCursor | |
Serialize FreeCursor |
data RecolorCursor Source
Constructors
MkRecolorCursor | |
Instances
Show RecolorCursor | |
Typeable RecolorCursor | |
Serialize RecolorCursor |
data QueryShapeOf Source
Instances
data QueryBestSize Source
Constructors
MkQueryBestSize | |
Instances
Show QueryBestSize | |
Typeable QueryBestSize | |
Serialize QueryBestSize |
data QueryExtension Source
Constructors
MkQueryExtension | |
Fields |
Instances
Show QueryExtension | |
Typeable QueryExtension | |
Serialize QueryExtension |
data ListExtensions Source
Constructors
MkListExtensions | |
Instances
Show ListExtensions | |
Typeable ListExtensions | |
Serialize ListExtensions |
data AutoRepeatMode Source
Constructors
AutoRepeatModeOff | |
AutoRepeatModeOn | |
AutoRepeatModeDefault |
Instances
data GetKeyboardControlReply Source
Constructors
Instances
Constructors
MkBell | |
Fields
|
Constructors
BlankingNotPreferred | |
BlankingPreferred | |
BlankingDefault |
Instances
Constructors
ExposuresNotAllowed | |
ExposuresAllowed | |
ExposuresDefault |
Instances
data SetScreenSaver Source
Constructors
MkSetScreenSaver | |
Instances
Show SetScreenSaver | |
Typeable SetScreenSaver | |
Serialize SetScreenSaver |
data GetScreenSaver Source
Constructors
MkGetScreenSaver | |
Instances
Show GetScreenSaver | |
Typeable GetScreenSaver | |
Serialize GetScreenSaver |
Constructors
HostModeInsert | |
HostModeDelete |
Instances
Instances
data ChangeHosts Source
Constructors
MkChangeHosts | |
Fields |
Instances
Show ChangeHosts | |
Typeable ChangeHosts | |
Serialize ChangeHosts |
Constructors
MkHOST | |
Fields
|
Constructors
MkListHosts | |
data ListHostsReply Source
Constructors
MkListHostsReply | |
Fields |
Instances
Show ListHostsReply | |
Typeable ListHostsReply | |
Deserialize ListHostsReply |
Instances
data KillClient Source
Constructors
MkKillClient | |
Fields |
Instances
Show KillClient | |
Typeable KillClient | |
Serialize KillClient |
data MappingStatus Source
Instances
Constructors
MapIndexShift | |
MapIndexLock | |
MapIndexControl | |
MapIndex1 | |
MapIndex2 | |
MapIndex3 | |
MapIndex4 | |
MapIndex5 |
Instances
data NoOperation Source
Constructors
MkNoOperation | |
Instances
Show NoOperation | |
Typeable NoOperation | |
Serialize NoOperation |