Change SCROLL_KNOB_* constants to B_SCROLL_KNOB_*
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user