Searched refs:fUpdateText (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DSlider.cpp238 fUpdateText = NULL;
990 if (fUpdateText != NULL) {
991 be_control_look->DrawLabel(view, fUpdateText, base, flags,
992 BPoint(bounds.right - StringWidth(fUpdateText),
1033 if (fUpdateText != NULL) {
1034 be_control_look->DrawLabel(view, fUpdateText, base, flags,
1035 BPoint((bounds.Width() - StringWidth(fUpdateText)) / 2.0,
1057 if (fUpdateText != NULL)
1058 oldWidth = StringWidth(fUpdateText);
1060 const char* oldUpdateText = fUpdateText;
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp45 sprintf(fUpdateText, "%ld", Value());
46 return fUpdateText;
49 mutable char fUpdateText[32]; member in class:SliderTest::TestSlider
/haiku/headers/os/interface/
H A DSlider.h204 const char* fUpdateText; member in class:BSlider

Completed in 44 milliseconds