old quark gui: openOS is not osx only
[supercollider.git] / SCClassLibrary / QtCollider / deprecated-3.5.sc
bloba3f9557ded4ded866c4f6864d1b6b97345189950
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   }