| Safe Haskell | None |
|---|
Graphics.XHB.Gen.Test
Documentation
getVersion :: Connection -> Word8 -> Word16 -> IO (Receipt GetVersionReply)Source
compareCursor :: Connection -> WINDOW -> CURSOR -> IO (Receipt Bool)Source
fakeInput :: Connection -> FakeInput -> IO ()Source
grabControl :: Connection -> Bool -> IO ()Source
data GetVersion Source
Constructors
| MkGetVersion | |
Fields | |
Instances
| Show GetVersion | |
| Typeable GetVersion | |
| ExtensionRequest GetVersion |
data GetVersionReply Source
Constructors
| MkGetVersionReply | |
Instances
| Show GetVersionReply | |
| Typeable GetVersionReply | |
| Deserialize GetVersionReply |
data CompareCursor Source
Constructors
| MkCompareCursor | |
Fields | |
Instances
| Show CompareCursor | |
| Typeable CompareCursor | |
| ExtensionRequest CompareCursor |
Constructors
| MkFakeInput | |
Fields | |
data GrabControl Source
Constructors
| MkGrabControl | |
Fields | |
Instances
| Show GrabControl | |
| Typeable GrabControl | |
| ExtensionRequest GrabControl |