NSBox [OpenStep release]

2005-11-07 Thread Fabien VALLON
Hi, I began to document OpenStep classes. In attachment : NSBox. It is not yet fully documented, furthermore English is not my native language so the expressions may not be perfect. Cheers Fabien NSBox.m.gz Description: application/gzip ___

NSBrowserCell doc [OpenStep release]

2005-11-07 Thread Fabien VALLON
In attachment : NSBrowserCell It is not yet fully documented, furthermore English is not my native language so the expressions may not be perfect. Cheers Fabien NSBrowserCell.m.gz Description: application/gzip ___ Gnustep-dev mailing list

NSCell doc [OpenStep release]

2005-11-07 Thread Fabien VALLON
In attachment : NSCell 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. - Warnings and comments found in the code : cellSizeForBounds: // TODO: Resize the text to fit Sets

[Gnustep-cvs] GNUstep Testfarm Results

2005-11-07 Thread Adam Fedor
Test results for GNUstep as of Mon Nov 7 06:34:12 EST 2005 If a particular system failed compilation, the logs for that system will be placed at ftp://ftp.gnustep.org/pub/testfarm If you would like to add your machine to this list, set up a cron job (make sure you set up your PATH and other

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:

NSClipView doc [OpenStep release]

2005-11-07 Thread Fabien VALLON
In attachment : NSClipView 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. - The OpenStep code contains : setDocumentView: /* TODO: Adjust the key view loop to include the

NSControl doc [OpenStep release]

2005-11-07 Thread Fabien VALLON
In attachment : NSControl 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. Fabien NSControl.m.gz Description: application/gzip ___

Re: NSSavePanel doc [OpenStep release]

2005-11-07 Thread Adrian Robert
On Nov 7, 2005, at 11:09 AM, Fabien VALLON wrote: In attachment : NSSavePanel doc improvements Hi, I will look in detail later, but are these doc improvements additions to the GSdoc, or internal comments on the implementation, or updates to the documentation of which standards each

Re: NSSavePanel doc [OpenStep release]

2005-11-07 Thread Fabien VALLON
On Lun 7 novembre 2005 17:20, Adrian Robert wrote: On Nov 7, 2005, at 11:09 AM, Fabien VALLON wrote: In attachment : NSSavePanel doc improvements Hi, I will look in detail later, but are these doc improvements additions to the GSdoc, or internal comments on the implementation, or updates

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:.