Safe Haskell | None |
---|
Graphics.XHB.Gen.ScreenSaver
Documentation
queryVersion :: Connection -> Word8 -> Word8 -> IO (Receipt QueryVersionReply)Source
queryInfo :: Connection -> DRAWABLE -> IO (Receipt QueryInfoReply)Source
selectInput :: Connection -> DRAWABLE -> Word32 -> IO ()Source
setAttributes :: Connection -> SetAttributes -> IO ()Source
unsetAttributes :: Connection -> DRAWABLE -> IO ()Source
Constructors
KindBlanked | |
KindInternal | |
KindExternal |
Instances
Constructors
StateOff | |
StateOn | |
StateCycle | |
StateDisabled |
Instances
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
MkQueryInfo | |
Fields |
data QueryInfoReply Source
Constructors
MkQueryInfoReply | |
Instances
Show QueryInfoReply | |
Typeable QueryInfoReply | |
Deserialize QueryInfoReply |
data SelectInput Source
Constructors
MkSelectInput | |
Fields |
Instances
Show SelectInput | |
Typeable SelectInput | |
ExtensionRequest SelectInput |
data SetAttributes Source
Constructors
Instances
Show SetAttributes | |
Typeable SetAttributes | |
ExtensionRequest SetAttributes |
data UnsetAttributes Source
Constructors
MkUnsetAttributes | |
Fields |
Instances
Show UnsetAttributes | |
Typeable UnsetAttributes | |
ExtensionRequest UnsetAttributes |
Constructors
MkSuspend | |
Fields |
data NotifyEvent Source
Constructors
MkNotifyEvent | |
Instances
Show NotifyEvent | |
Typeable NotifyEvent | |
Event NotifyEvent | |
Deserialize NotifyEvent |