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
deprecate SCViewHolder-layRight
[supercollider.git]
/
SCClassLibrary
/
Common
/
GUI
/
osx
/
scide_scapp
/
deprecated-3.5.sc
blob
2f209b36db5cb181df9c4c234bce08862c453d95
1
+ SCWindow {
2
// deprecation
3
drawHook {
4
this.deprecated(thisMethod, this.class.findMethod(\drawFunc));
5
^drawFunc
6
}
7
drawHook_ { |aFunction|
8
this.deprecated(thisMethod, this.class.findMethod(\drawFunc_));
9
this.drawFunc_(aFunction)
10
}
11
}