Added CaptureMouse method to nsIWidget. Implemented CaptureMouse in nsWindow.cpp

Added a base implementation to nsBaseWidget.cpp.


git-svn-id: svn://10.0.0.236/trunk@36076 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
1999-06-21 20:37:50 +00:00
parent a2d049e3ae
commit 44272bfdbf
5 changed files with 28 additions and 4 deletions

View File

@@ -217,6 +217,11 @@ void nsBaseWidget::BaseCreate(nsIWidget *aParent,
}
}
NS_IMETHODIMP nsBaseWidget::CaptureMouse(PRBool aCapture)
{
return NS_OK;
}
//-------------------------------------------------------------------------
//
// Accessor functions to get/set the client data