ui.gadgets.slots: removing unnecessary tuples.
parent
98b6fdeaa3
commit
1c9909cd76
|
@ -6,12 +6,6 @@ ui.gadgets.scrollers ui.gadgets.toolbar ui.gadgets.tracks
|
|||
ui.gestures ui.tools.common ;
|
||||
IN: ui.gadgets.slots
|
||||
|
||||
TUPLE: update-object ;
|
||||
|
||||
TUPLE: update-slot ;
|
||||
|
||||
TUPLE: edit-slot ;
|
||||
|
||||
TUPLE: slot-editor < track ref close-hook update-hook text ;
|
||||
|
||||
: revert ( slot-editor -- )
|
||||
|
|
|
@ -124,7 +124,7 @@ M: inspector-gadget focusable-child*
|
|||
\ inspector-help H{ { +nullary+ t } } define-command
|
||||
|
||||
inspector-gadget "toolbar" f {
|
||||
{ T{ update-object } com-refresh }
|
||||
{ T{ key-down f f "r" } com-refresh }
|
||||
{ T{ key-down f f "p" } com-push }
|
||||
{ T{ key-down f f "e" } com-edit-slot }
|
||||
{ T{ key-down f f "F1" } inspector-help }
|
||||
|
|
Loading…
Reference in New Issue