JSCWindow addings
Brought to you by:
sciss
< var <> toFrontAction, <> endFrontAction;
< var <editable=false, <>constructionView;
174,180d171
< didBecomeKey {
< toFrontAction.value(this);
< }
<
< didResignKey {
< endFrontAction.value(this);
< }
182,193c173
< toggleEditMode{
< var panel;
< editable = editable.not;
< if(editable){
< SCIBToolboxWindow.front.addWindow(this);
< this.refresh;
< }{
< SCIBToolboxWindow.front.removeWindow(this);
< }
< }
< /*
< *viewPalette {|win|
implemented, except for the construction mode