<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
NSButton *aButton; <font color = brown>// hooked up in nib</font>
[aButton setEnabled:NO];
</font>[/code]
The method is inherited from NSControl, so you'll find it in that class' documentation.