breaking up gfx & native widgets

This commit is contained in:
pierre@netscape.com
1999-08-06 05:11:39 +00:00
parent 1850b4c53c
commit 9e5067f4cd
32 changed files with 377 additions and 1621 deletions
-13
View File
@@ -416,19 +416,6 @@ NS_IMETHODIMP nsFileControlFrame::GetProperty(nsIAtom* aName, nsString& aValue)
return NS_OK;
}
PRBool
nsFileControlFrame::HasWidget()
{
PRBool hasWidget = PR_FALSE;
nsIWidget* widget;
mTextFrame->GetWidget(&widget);
if (widget) {
NS_RELEASE(widget);
hasWidget = PR_TRUE;
}
return(hasWidget);
}