Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
completion-popup
Vocabulary
ui.tools.listener.completion
Definition
USING:
ui.gadgets.tracks
;
IN:
ui.tools.listener.completion
TUPLE:
completion-popup
<
track
interactor table completion-mode
;
Methods
USING:
accessors
ui.gadgets
ui.tools.listener.completion
;
M:
completion-popup
focusable-child*
table>>
;
USING:
generic
kernel
ui.commands
ui.gadgets.glass
ui.gestures
ui.tools.listener.completion
;
M:
completion-popup
handle-gesture
2dup
completion-gesture
[
[
nip
hide-glass
]
[
invoke-command
]
2bi*
f
]
[
drop
M\
completion-popup
handle-gesture
(call-next-method)
]
if*
;