Handbook
Glossary
set-size-hints ( window -- )
Vocabulary
x11
.
windows
Inputs
window
an
object
Outputs
None
Definition
USING:
accessors
kernel
namespaces
x11
x11.xlib
;
IN:
x11.windows
:
set-size-hints
( window -- )
XSizeHints
new
USPosition
>>flags
[
dpy
get
]
2dip
XSetWMNormalHints
;