b=601545 clarify the meaning of coordinates passed to nsIWidget::Move r+a=roc

--HG--
extra : transplant_source : %CE%A2%98%EBDD%85%7C%DFk%BA%04a%60%88%06%B7L%2BO
This commit is contained in:
Karl Tomlinson 2010-12-21 15:45:58 +13:00
parent 0f4db8c148
commit 8a3881e0b2

View File

@ -511,6 +511,9 @@ class nsIWidget : public nsISupports {
/**
* Move this widget.
*
* Coordinates refer to the top-left of the widget. For toplevel windows
* with decorations, this is the top-left of the titlebar and frame .
*
* @param aX the new x position expressed in the parent's coordinate system
* @param aY the new y position expressed in the parent's coordinate system
*