NSButtonCell doc [OpenStep release]

2005-11-07 Thread Fabien VALLON
In attachment : NSButtonCell It is not yet fully documented, furthermore English is not my native language so the expressions may not be perfect. Notes: - All methods have wrong availability flags. - -performClick: is not implemented Cheers Fabien NSButtonCell.m.gz Description:

Re: NSButtonCell doc [OpenStep release]

2005-11-07 Thread Fred Kiefer
Fabien VALLON wrote: - -performClick: is not implemented This aint no problem, deviating from the OpenStep/Apple specification we introduced the method performClickWithFrame:inView: on NSCell, which gets called by performClick:. NSButtonCell now overwrites this method instead of performClick:.