deprecate SCViewHolder-layRight
[supercollider.git] / SCClassLibrary / Common / GUI / osx / scide_scapp / deprecated-3.5.sc
blob2f209b36db5cb181df9c4c234bce08862c453d95
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         }