Handbook
Glossary
auto-position ( window loc -- )
Vocabulary
x11
.
windows
Inputs
window
an
object
loc
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
x11.windows
:
auto-position
( window loc -- )
{
0 0
}
=
[
drop
]
[
set-size-hints
]
if
;