Change SCROLL_KNOB_* constants to B_SCROLL_KNOB_*

This commit is contained in:
John Scipione
2012-11-02 19:08:09 -04:00
parent 87e7009019
commit dfa8cf8c05
4 changed files with 24 additions and 23 deletions
+4 -3
View File
@@ -20,11 +20,12 @@
enum {
KNOB_STYLE_NONE = 0,
KNOB_STYLE_DOTS,
KNOB_STYLE_LINES
B_KNOB_STYLE_NONE = 0,
B_KNOB_STYLE_DOTS,
B_KNOB_STYLE_LINES
};
class BScrollBar : public BView {
public:
BScrollBar(BRect frame, const char* name,