Add the scrollbar constants enum to the header.
Also make some minor tweaks in ScrollBar.cpp
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user