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: application/gzip
___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


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:. You'll find an explanation for this in the
file Changelog.3 in the entry from Quentin Mathe on 2004-04-02.

Fred


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev