From 68eccf0d5c4fdfe8d19d86298dc44457122382e5 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 27 Aug 2011 19:41:09 +0000 Subject: [PATCH] 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 --- docs/user/interface/Button.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/interface/Button.dox b/docs/user/interface/Button.dox index d3a510be38..5977c4e11e 100644 --- a/docs/user/interface/Button.dox +++ b/docs/user/interface/Button.dox @@ -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