added DoResizeWidgets()

This commit is contained in:
pierre%netscape.com 1998-09-19 01:40:26 +00:00
parent a935e3d2bb
commit c42c161be9

View File

@ -143,6 +143,7 @@ public:
void MacRectToNSRect(const Rect& aMacRect, nsRect& aRect) const;
void nsRectToMacRect(const nsRect& aRect, Rect& aMacRect) const;
void DoPaintWidgets(RgnHandle aTheRegion);
void DoResizeWidgets(nsSizeEvent &aEvent);
PRBool RgnIntersects(RgnHandle aTheRegion,RgnHandle aIntersectRgn);
void LocalToWindowCoordinate(nsPoint& aPoint);