Handbook
Glossary
create-xic ( window classname -- xic )
Vocabulary
x11
.
xim
Inputs
window
an
object
classname
an
object
Outputs
xic
an
object
Definition
USING:
kernel
namespaces
x11.xlib
;
IN:
x11.xim
:
create-xic
( window classname -- xic )
[
[
xim
get-global
XNClientWindow
]
dip
XNFocusWindow
over
XNInputStyle
1032
XNResourceName
]
dip
XNResourceClass
over
0
XCreateIC
[
"XCreateIC() failed"
throw
]
unless*
;