Searched refs:knobStyle (Results 1 - 10 of 10) sorted by relevance

/haiku/src/preferences/appearance/
H A DFakeScrollBar.h32 void SetKnobStyle(uint32 knobStyle);
H A DFakeScrollBar.cpp223 FakeScrollBar::SetKnobStyle(uint32 knobStyle) argument
225 fKnobStyle = knobStyle;
/haiku/src/kits/interface/
H A DControlLook.cpp167 int32 direction, orientation orientation, uint32 knobStyle)
170 orientation, knobStyle);
H A DHaikuControlLook.cpp753 orientation orientation, uint32 knobStyle)
812 if (knobStyle != B_KNOB_NONE) {
820 if (knobStyle == B_KNOB_DOTS) {
870 } else if (knobStyle == B_KNOB_LINES) {
751 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.h105 uint32 knobStyle = B_KNOB_NONE);
H A DFlatControlLook.cpp456 orientation orientation, uint32 knobStyle)
502 knobStyle = B_KNOB_LINES; // Hard set of the knobstyle
505 if (knobStyle != B_KNOB_NONE && isEnabled) {
513 if (knobStyle == B_KNOB_DOTS) {
563 } else if (knobStyle == B_KNOB_LINES && isEnabled) {
454 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h103 uint32 knobStyle = 0);
H A DBeControlLook.cpp574 orientation orientation, uint32 knobStyle)
640 if (knobStyle != B_KNOB_NONE) {
646 if (knobStyle == B_KNOB_DOTS) {
675 } else if (knobStyle == B_KNOB_LINES) {
572 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
/haiku/headers/os/interface/
H A DControlLook.h425 uint32 knobStyle = B_KNOB_NONE) = 0;
/haiku/headers/private/interface/
H A DHaikuControlLook.h180 uint32 knobStyle = B_KNOB_NONE);

Completed in 137 milliseconds