Hello,

as I already mentioned, the functions NSStringFromRect, NSStringFromPoint
and NSStringFromSize produce a format, that is not readably by the
NSRectFromString etc. on OPENSTEP.
There are only minor changes (add spaces before and after the "=") to make
it compatible to OPENSTEP (and keep it compatible to GNUstep and MacOSX).

Best regards from Zurich
Matthias Hengartner


********* change log *********
2005-08-17 <hengartner at ivt dot baug dot ethz dot ch>

* NSGeometry.m (NSStringFromPoint): Changed Format

(NSStringFromRect): Changed Format

(NSStringFromSize): Changed Format
***************************



********* diff file *********
217c217
<       @"{x=%g; y=%g}", aPoint.x, aPoint.y];
---
>       @"{x = %g; y = %g}", aPoint.x, aPoint.y];
230c230
<       @"{x=%g; y=%g; width=%g; height=%g}",
---
>       @"{x = %g; y = %g; width = %g; height = %g}",
243c243
<       @"{width=%g; height=%g}", aSize.width, aSize.height];
---
>       @"{width = %g; height = %g}", aSize.width, aSize.height];
***************************



****************************
Matthias Hengartner
IVT ETH Zürich
[EMAIL PROTECTED]
++ 41 44 633 68 16
****************************




_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to