ControlLook: Rename border param to borderStyle

border vs. borders is confusing.

BTabView: Rename border param to borderStyle

BTabView docs: rename border param to borderStyle

enumerate border styles in docs
This commit is contained in:
John Scipione
2016-04-29 14:31:05 -07:00
parent 262ddba25c
commit 3490eda827
5 changed files with 23 additions and 17 deletions
+7 -2
View File
@@ -694,8 +694,13 @@
/*!
\fn void BTabView::SetBorder(border_style border)
\brief Sets the border of the tab view to \a border.
\fn void BTabView::SetBorder(border_style borderStyle)
\brief Sets the border style of the tab view to \a borderStyle.
\param borderStyle One of the following:
- \c B_FANCY_BORDER (the default)
- \c B_PLAIN_BORDER a plain line border,
- \c B_NO_BORDER do not draw a border.
\since Haiku R1
*/