ControlSlider-classDerived from: public BSliderDeclared in: Controls.h
OverviewThis is a class that is very similar to BControl. The only difference is that this spawns another thread to do the mouse-tracking, thus leaving the window and its views free to respond to messages (i.e. the window will be unlocked most of the time). |
||
Constructor |
||
ControlSlider()ControlSlider(BRect frame, const char* name, const char* label, BMessage *message, int32 rangeMin, int32 rangeMax, thumb_style knob)This does nothing except passes the parameters straight to BSlider's constructor. |
||