repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Set correct version for CPACK
[supercollider.git]
/
SCClassLibrary
/
backwards_compatibility
/
osx
/
scide_scapp
/
views.sc
blob
3650ee908f470df5aa203980eef2a8964788ae64
1
+ SCView {
2
3
backColor_ { arg color;
4
this.background = color;
5
}
6
7
}