"Jimmy R" <[EMAIL PROTECTED]> wrote:
>What are the class members of the rectangle type, i've found the
>rect->extent where the width and height is suposed to be, but where!!! Its
>impossible to look in all .h files!!! (to find the structure for PointType),
>anyone found it?

If you're using CodeWarrior, you can just right-click on a
RectangleType declaration and select "Go to tyepdef declaration".

If you're using GCC, you should have the Cygnus tools installed,
in which case you can do something like this in the top-level
SDK include directory:

 find . -name "*.h" -exec grep -H RectangleType {} ;

Either way, it's in Core/System/Rect.h.

-- 
    -M-                                              [EMAIL PROTECTED]


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to