Make actions into singletons

db4
Slava Pestov 2009-01-28 19:18:35 -06:00
parent b6eaa397af
commit 081ec95043
1 changed files with 2 additions and 2 deletions

View File

@ -70,14 +70,14 @@ TUPLE: drag # ; C: <drag> drag
TUPLE: button-up mods # ; C: <button-up> button-up
TUPLE: button-down mods # ; C: <button-down> button-down
SYMBOLS:
SINGLETONS:
motion
mouse-scroll
mouse-enter mouse-leave
lose-focus gain-focus ;
! Higher-level actions
SYMBOLS:
SINGLETONS:
undo-action redo-action
cut-action copy-action paste-action
delete-action select-all-action