Handbook
Glossary
clickable
Vocabulary
ui
.
tools
.
button-list
Definition
USING:
ui.gadgets.buttons
;
IN:
ui.tools.button-list
MIXIN:
clickable
INSTANCE:
button
clickable
Methods
USING:
generic
kernel
ui.gadgets
ui.tools.button-list
;
M:
clickable
graft*
[
store-labelled-button
drop
]
[
M\
clickable
graft*
(call-next-method)
]
bi
;
USING:
generic
kernel
ui.gadgets
ui.tools.button-list
;
M:
clickable
ungraft*
[
remove-labelled-button
drop
]
[
M\
clickable
ungraft*
(call-next-method)
]
bi
;