Handbook
Glossary
XDrawLine ( display d gc x1 y1 x2 y2 -- Status )
Vocabulary
x11
.
xlib
Inputs
display
an
object
d
an
object
gc
an
object
x1
an
object
y1
an
object
x2
an
object
y2
an
object
Outputs
Status
an
object
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
;
IN:
x11.xlib
:
XDrawLine
( display d gc x1 y1 x2 y2 -- Status )
\
Status
"xlib"
"XDrawLine"
{
pointer:
Display
Drawable
GC
int
int
int
int
}
f
alien-invoke
awaken-event-loop
;