Add the scrollbar constants enum to the header.

Also make some minor tweaks in ScrollBar.cpp
This commit is contained in:
John Scipione
2012-11-02 01:06:59 -04:00
parent 51e2ba81f1
commit 4b5a6861f2
2 changed files with 13 additions and 3 deletions
+6
View File
@@ -19,6 +19,12 @@
#define DISABLES_ON_WINDOW_DEACTIVATION 1
enum {
KNOB_STYLE_NONE = 0,
KNOB_STYLE_DOTS,
KNOB_STYLE_LINES
};
class BScrollBar : public BView {
public:
BScrollBar(BRect frame, const char* name,