Safe Haskell | None |
---|
Graphics.XHB.Gen.Xevie
Documentation
queryVersion :: Connection -> Word16 -> Word16 -> IO (Receipt QueryVersionReply)Source
start :: Connection -> Word32 -> IO (Receipt StartReply)Source
selectInput :: Connection -> Word32 -> IO (Receipt SelectInputReply)Source
data QueryVersion Source
Constructors
MkQueryVersion | |
Instances
Show QueryVersion | |
Typeable QueryVersion | |
ExtensionRequest QueryVersion |
data QueryVersionReply Source
Constructors
MkQueryVersionReply | |
Instances
Show QueryVersionReply | |
Typeable QueryVersionReply | |
Deserialize QueryVersionReply |
Constructors
MkStart | |
Fields |
data StartReply Source
Constructors
MkStartReply | |
Instances
Show StartReply | |
Typeable StartReply | |
Deserialize StartReply |
Constructors
MkEndReply | |
Constructors
DatatypeUnmodified | |
DatatypeModified |
Instances
Constructors
MkEvent | |
Constructors
MkSend | |
Fields
|
Constructors
MkSendReply | |
data SelectInput Source
Constructors
MkSelectInput | |
Fields |
Instances
Show SelectInput | |
Typeable SelectInput | |
ExtensionRequest SelectInput |
data SelectInputReply Source
Constructors
MkSelectInputReply | |
Instances
Show SelectInputReply | |
Typeable SelectInputReply | |
Deserialize SelectInputReply |