Clarify ScrollView::ScrollBar() direction parameter in docs

This commit is contained in:
John Scipione 2015-07-07 15:29:27 -07:00
parent c466b4daeb
commit 5a2ed95c23

View File

@ -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.