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
Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git]
/
SCClassLibrary
/
Common
/
GUI
/
PlusGUI
/
Core
/
NilPlusGUI.sc
blob
c9c0f2bbb488030e5b0b1f211a91fbb36e0286f4
1
+ Nil {
2
// nil parent view
3
asView {}
4
5
// graphical support
6
asRect { ^Rect.new }
7
asArray { ^[] }
8
}