Added FindNext

git-svn-id: svn://10.0.0.236/trunk@13898 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1998-11-02 19:11:43 +00:00
parent 3429485e0c
commit 6509224cb1
5 changed files with 66 additions and 42 deletions

View File

@@ -632,6 +632,7 @@ nsWebShell::Init(nsNativeWidget aNativeParent,
}
widgetInit.clipChildren = PR_FALSE;
widgetInit.mBorderStyle = eBorderStyle_3DChildWindow;
mWindow->Create(aNativeParent, aBounds, nsWebShell::HandleEvent,
mDeviceContext, nsnull, nsnull, &widgetInit);