Renamed Init() to SetInitialChildList() and added an additional parameter

for the name of the child list


git-svn-id: svn://10.0.0.236/trunk@14333 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-11-10 06:05:32 +00:00
parent b003c91f88
commit 1c0da71da3
73 changed files with 404 additions and 237 deletions

View File

@@ -207,7 +207,9 @@ nsFormControlFrame::DidReflow(nsIPresContext& aPresContext,
}
NS_IMETHODIMP
nsFormControlFrame::Init(nsIPresContext& aPresContext, nsIFrame* aChildList)
nsFormControlFrame::SetInitialChildList(nsIPresContext& aPresContext,
nsIAtom* aListName,
nsIFrame* aChildList)
{
// add ourself as an nsIFormControlFrame
nsFormFrame::AddFormControlFrame(aPresContext, *this);