Handbook
Glossary
support-input-methods? ( gadget -- ? )
Vocabulary
ui
.
backend
.
cocoa
.
input-methods
Inputs
gadget
an
object
Outputs
?
an
object
Definition
IN:
ui.backend.cocoa.input-methods
GENERIC:
support-input-methods?
( gadget -- ? )
Methods
USING:
kernel
ui.backend.cocoa.input-methods
ui.gadgets.editors
;
M:
editor
support-input-methods?
drop
t
;
USING:
kernel
ui.backend.cocoa.input-methods
ui.gadgets
;
M:
gadget
support-input-methods?
drop
f
;