First of a few changes to allow frames to have multiple child lists.

FirstChild() now takes an additional argument which is the name of the
child list.
This commit is contained in:
troy@netscape.com
1998-11-09 19:40:27 +00:00
parent 5ae011654a
commit b04ee51233
31 changed files with 212 additions and 129 deletions

View File

@@ -1393,7 +1393,7 @@ PRBool nsTableRowFrame::Contains(nsPoint& aPoint)
// if that fails, check the cells, they might span outside the row rect
else {
nsIFrame* kid;
FirstChild(kid);
FirstChild(nsnull, kid);
while (nsnull != kid) {
nsRect kidRect;
kid->GetRect(kidRect);