scide: LookupDialog - redo lookup on classes after partial lookup
[supercollider.git] / SCClassLibrary / QtCollider / deprecated-3.5.sc
blob8d7c5eff1a1c22abc425bb7abcf626b6fc0587e4
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   }
14 + QKnob {
16   *isSquare { this.deprecated(thisMethod); ^false }
17   *isSquare_ { this.deprecated(thisMethod) }
19   *compactRatio { this.deprecated(thisMethod); ^0.87 }
20   *compactRatio_ { this.deprecated(thisMethod) }
22   skin { this.deprecated( thisMethod ); ^nil }