Safe Haskell | None |
---|
Graphics.XHB.Gen.Shape
Documentation
rectangles :: Connection -> Rectangles -> IO ()Source
queryExtents :: Connection -> WINDOW -> IO (Receipt QueryExtentsReply)Source
selectInput :: Connection -> WINDOW -> Bool -> IO ()Source
inputSelected :: Connection -> WINDOW -> IO (Receipt Bool)Source
getRectangles :: Connection -> WINDOW -> SK -> IO (Receipt GetRectanglesReply)Source
Constructors
SOSet | |
SOUnion | |
SOIntersect | |
SOSubtract | |
SOInvert |
Instances
data NotifyEvent Source
Constructors
MkNotifyEvent | |
Instances
Show NotifyEvent | |
Typeable NotifyEvent | |
Event NotifyEvent | |
Deserialize NotifyEvent |
data QueryVersion Source
Constructors
MkQueryVersion | |
Instances
Show QueryVersion | |
Typeable QueryVersion | |
ExtensionRequest QueryVersion |
data QueryVersionReply Source
Constructors
MkQueryVersionReply | |
Instances
Show QueryVersionReply | |
Typeable QueryVersionReply | |
Deserialize QueryVersionReply |
data Rectangles Source
Constructors
MkRectangles | |
Instances
Show Rectangles | |
Typeable Rectangles | |
ExtensionRequest Rectangles |
Constructors
MkMask | |
Fields |
Constructors
MkCombine | |
Constructors
MkOffset | |
Fields |
data QueryExtents Source
Constructors
MkQueryExtents | |
Fields |
Instances
Show QueryExtents | |
Typeable QueryExtents | |
ExtensionRequest QueryExtents |
data QueryExtentsReply Source
Constructors
Instances
Show QueryExtentsReply | |
Typeable QueryExtentsReply | |
Deserialize QueryExtentsReply |
data SelectInput Source
Constructors
MkSelectInput | |
Fields |
Instances
Show SelectInput | |
Typeable SelectInput | |
ExtensionRequest SelectInput |
data InputSelected Source
Constructors
MkInputSelected | |
Fields |
Instances
Show InputSelected | |
Typeable InputSelected | |
ExtensionRequest InputSelected |
data GetRectangles Source
Constructors
MkGetRectangles | |
Fields |
Instances
Show GetRectangles | |
Typeable GetRectangles | |
ExtensionRequest GetRectangles |