¤ internAtomK
Types
internAtomK :: String -> Bool -> Cont (K a b) Atom
Synopsis
internAtomK atomName onlyIfExists
Description
internAtomK converts an atom name into an atom identifier.
Arguments
atomName :: String- An atom name.
onlyIfExists :: Bool- indicates whether a new atom should be created in case
the named atom doesn't already exists
See Also
cmdContK.
XInternAtom in the Xlib Reference Manual
.