The description for frameMoved and FrameResized was wrong. Thank Skipp_OSX for noticing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2011-08-27 19:41:09 +00:00
parent 07658a130e
commit 68eccf0d5c

View File

@ -338,7 +338,7 @@
/*!
\fn void BButton::FrameMoved(BPoint newLocation)
\brief Move the frame of the BButton.
\brief Hook method that is called when the BButton has moved.
\param newLocation The location on the screen that the BButton
is moved to.
@ -349,7 +349,7 @@
/*!
\fn void BButton::FrameResized(float width, float height)
\brief Resize the BButton.
\brief Hook method that is called when the BButton changes size.
\param width the new \a width of the BButton
\param height the new \a height of the BButton