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:
@@ -67,7 +67,7 @@ public:
|
||||
virtual BSize PreferredSize();
|
||||
|
||||
// BScrollBar
|
||||
BScrollBar* ScrollBar(orientation posture) const;
|
||||
BScrollBar* ScrollBar(orientation direction) const;
|
||||
|
||||
virtual void SetBorder(border_style border);
|
||||
border_style Border() const;
|
||||
|
||||
Reference in New Issue
Block a user