From 5a2ed95c230bb8bb0f4c7bdc3f29eb54ffa312f7 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 7 Jul 2015 15:29:27 -0700 Subject: [PATCH] Clarify ScrollView::ScrollBar() direction parameter in docs --- docs/user/interface/ScrollView.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/user/interface/ScrollView.dox b/docs/user/interface/ScrollView.dox index 6c909300e8..c0b258c776 100644 --- a/docs/user/interface/ScrollView.dox +++ b/docs/user/interface/ScrollView.dox @@ -320,7 +320,10 @@ \fn BScrollBar* BScrollView::ScrollBar(orientation direction) const \brief Returns the BScrollBar object at the given \a direction. - \param direction The \a direction of the scroll bar to get. + \param direction The \a direction of the desired scroll bar, one of the + following: + - \c B_HORIZONTAL to get the horizontal scroll bar + - \c B_VERTICAL to get the vertical scroll bar \returns A pointer to the desired BScrollBar object or \c NULL if there is no scroll bar at that location.