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:
@@ -162,7 +162,7 @@ public:
|
||||
virtual void SetTabHeight(float height);
|
||||
float TabHeight() const;
|
||||
|
||||
virtual void SetBorder(border_style border);
|
||||
virtual void SetBorder(border_style borderStyle);
|
||||
border_style Border() const;
|
||||
|
||||
BView* ContainerView() const;
|
||||
|
||||
Reference in New Issue
Block a user