ui.tools: Fix definition? usage.
parent
d2024a84e3
commit
16964064b6
|
@ -74,7 +74,7 @@ IN: ui.tools.operations
|
||||||
{ +listener+ t }
|
{ +listener+ t }
|
||||||
} define-operation
|
} define-operation
|
||||||
|
|
||||||
[ definition? ] \ edit H{
|
[ definition-mixin? ] \ edit H{
|
||||||
{ +keyboard+ T{ key-down f { C+ } "e" } }
|
{ +keyboard+ T{ key-down f { C+ } "e" } }
|
||||||
{ +listener+ t }
|
{ +listener+ t }
|
||||||
} define-operation
|
} define-operation
|
||||||
|
@ -97,7 +97,7 @@ IN: ui.tools.operations
|
||||||
: com-forget ( defspec -- )
|
: com-forget ( defspec -- )
|
||||||
[ forget ] with-compilation-unit ;
|
[ forget ] with-compilation-unit ;
|
||||||
|
|
||||||
[ definition? ] \ com-forget H{ } define-operation
|
[ definition-mixin? ] \ com-forget H{ } define-operation
|
||||||
|
|
||||||
[ topic? ] \ com-browse H{
|
[ topic? ] \ com-browse H{
|
||||||
{ +keyboard+ T{ key-down f { C+ } "h" } }
|
{ +keyboard+ T{ key-down f { C+ } "h" } }
|
||||||
|
|
Loading…
Reference in New Issue