Handbook
Glossary
window-handle? ( object -- ? )
Vocabulary
ui
.
backend
.
gtk2
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
window-handle
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
ui.backend.gtk2
:
window-handle?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
window-handle
eq?
]
[
drop
f
]
if
;