Safe Haskell | None |
---|
Graphics.XHB.Gen.XFixes
Documentation
queryVersion :: Connection -> Word32 -> Word32 -> IO (Receipt QueryVersionReply)Source
changeSaveSet :: Connection -> ChangeSaveSet -> IO ()Source
selectSelectionInput :: Connection -> SelectSelectionInput -> IO ()Source
selectCursorInput :: Connection -> WINDOW -> [CursorNotifyMask] -> IO ()Source
createRegion :: Connection -> REGION -> [RECTANGLE] -> IO ()Source
createRegionFromBitmap :: Connection -> REGION -> PIXMAP -> IO ()Source
createRegionFromGC :: Connection -> REGION -> GCONTEXT -> IO ()Source
createRegionFromPicture :: Connection -> REGION -> PICTURE -> IO ()Source
destroyRegion :: Connection -> REGION -> IO ()Source
copyRegion :: Connection -> REGION -> REGION -> IO ()Source
unionRegion :: Connection -> UnionRegion -> IO ()Source
intersectRegion :: Connection -> IntersectRegion -> IO ()Source
subtractRegion :: Connection -> SubtractRegion -> IO ()Source
invertRegion :: Connection -> InvertRegion -> IO ()Source
translateRegion :: Connection -> TranslateRegion -> IO ()Source
regionExtents :: Connection -> REGION -> REGION -> IO ()Source
fetchRegion :: Connection -> REGION -> IO (Receipt FetchRegionReply)Source
setGCClipRegion :: Connection -> SetGCClipRegion -> IO ()Source
setWindowShapeRegion :: Connection -> SetWindowShapeRegion -> IO ()Source
setPictureClipRegion :: Connection -> SetPictureClipRegion -> IO ()Source
setCursorName :: Connection -> SetCursorName -> IO ()Source
getCursorName :: Connection -> CURSOR -> IO (Receipt GetCursorNameReply)Source
changeCursor :: Connection -> CURSOR -> CURSOR -> IO ()Source
changeCursorByName :: Connection -> ChangeCursorByName -> IO ()Source
expandRegion :: Connection -> ExpandRegion -> IO ()Source
hideCursor :: Connection -> WINDOW -> IO ()Source
showCursor :: Connection -> WINDOW -> IO ()Source
data SelectionEvent Source
Constructors
SelectionEventSetSelectionOwner | |
SelectionEventSelectionWindowDestroy | |
SelectionEventSelectionClientClose |
Instances
data SelectionEventMask Source
Constructors
SelectionEventMaskSetSelectionOwner | |
SelectionEventMaskSelectionWindowDestroy | |
SelectionEventMaskSelectionClientClose |
Instances
data SelectionNotifyEvent Source
Constructors
MkSelectionNotifyEvent | |
data SelectSelectionInput Source
Constructors
MkSelectSelectionInput | |
data CursorNotifyEvent Source
Constructors
MkCursorNotifyEvent | |
data GetCursorImageReply Source
Constructors
MkGetCursorImageReply | |
data CreateRegionFromBitmap Source
Constructors
MkCreateRegionFromBitmap | |
data CreateRegionFromWindow Source
Constructors
MkCreateRegionFromWindow | |
data CreateRegionFromPicture Source
Constructors
MkCreateRegionFromPicture | |
Constructors
MkSetRegion | |
Fields |
data SetWindowShapeRegion Source
Constructors
MkSetWindowShapeRegion | |
data SetPictureClipRegion Source
Constructors
MkSetPictureClipRegion | |
data GetCursorImageAndName Source
Constructors
MkGetCursorImageAndName | |
data GetCursorImageAndNameReply Source
Constructors