Handbook
Glossary
XCreateWindow ( display parent x y width height border_width depth class visual valuemask attributes -- Window )
Vocabulary
x11
.
xlib
Inputs
display
an
object
parent
an
object
x
an
object
y
an
object
width
an
object
height
an
object
border_width
an
object
depth
an
object
class
an
object
visual
an
object
valuemask
an
object
attributes
an
object
Outputs
Window
an
object
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
;
IN:
x11.xlib
:
XCreateWindow
( display parent x y width height border_width depth class visual valuemask attributes -- Window )
\
Window
"xlib"
"XCreateWindow"
{
pointer:
Display
Window
int
int
uint
uint
uint
int
uint
pointer:
Visual
ulong
pointer:
XSetWindowAttributes
}
f
alien-invoke
awaken-event-loop
;