> Now THAT was TOO obvious!  No, I need more of an understanding of the
> structures required to SET UP for the call to WinDrawRectangle().

RectangleType rect = {};
rect.topLeft.x = x;
rect.topLeft.y = y;
rect.extent.x  = width;
rect.extent.y  = height;
WinDrawRectangle(&rect, 0);

still too obvious? :) the rectangle structure is documented pretty well

---
Aaron Ardiri                           [EMAIL PROTECTED]
CEO - CTO                                              +46 70 656 1143
Mobile Wizardry                         http://www.mobilewizardry.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to