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
old quark gui: openOS is not osx only
[supercollider.git]
/
SCClassLibrary
/
QtCollider
/
deprecated-3.5.sc
blob
a3f9557ded4ded866c4f6864d1b6b97345189950
1
+ QWindow {
2
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
12
}