Style fixes to BStringView related to docs

This commit is contained in:
John Scipione
2014-12-04 17:56:24 -05:00
parent 522f368179
commit 5ae0cde363
2 changed files with 48 additions and 33 deletions
+3 -3
View File
@@ -11,8 +11,8 @@
class BStringView : public BView {
public:
BStringView(BRect bounds, const char* name,
const char* text, uint32 resizeFlags
BStringView(BRect frame, const char* name,
const char* text, uint32 resizingMode
= B_FOLLOW_LEFT | B_FOLLOW_TOP,
uint32 flags = B_WILL_DRAW);
BStringView(const char* name, const char* text,
@@ -34,7 +34,7 @@ public:
virtual void AllAttached();
virtual void AllDetached();
virtual void MakeFocus(bool state = true);
virtual void MakeFocus(bool focus = true);
virtual void GetPreferredSize(float* _width,
float* _height);