IK: Change orientation param name to direction

for ScrollView::ScrollBar in ScrollView.h and the documentation. This makes
the parameter name consisent and fixes a doxygen warning.
This commit is contained in:
John Scipione 2015-07-07 15:11:55 -07:00
parent 0de3a59590
commit c466b4daeb
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@
/*! /*!
\fn BScrollBar* BScrollView::ScrollBar(orientation posture) const \fn BScrollBar* BScrollView::ScrollBar(orientation direction) const
\brief Returns the BScrollBar object at the given \a direction. \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 scroll bar to get.

View File

@ -67,7 +67,7 @@ public:
virtual BSize PreferredSize(); virtual BSize PreferredSize();
// BScrollBar // BScrollBar
BScrollBar* ScrollBar(orientation posture) const; BScrollBar* ScrollBar(orientation direction) const;
virtual void SetBorder(border_style border); virtual void SetBorder(border_style border);
border_style Border() const; border_style Border() const;