Searched refs:ScrollBar (Results 1 - 25 of 99) sorted by relevance

1234

/haiku/src/apps/glteapot/
H A DResScroll.h9 #include <ScrollBar.h>
/haiku/src/apps/haikudepot/ui_generic/
H A DScrollableGroupView.cpp9 #include <ScrollBar.h>
34 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp4 #include <ScrollBar.h>
35 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/kits/interface/
H A DViewPort.cpp12 #include <ScrollBar.h>
139 _UpdateScrollBar(fViewPort->ScrollBar(B_HORIZONTAL), viewSize.width,
141 _UpdateScrollBar(fViewPort->ScrollBar(B_VERTICAL), viewSize.height,
181 return fViewPort->ScrollBar(B_HORIZONTAL) != NULL;
186 return fViewPort->ScrollBar(B_VERTICAL) != NULL;
/haiku/src/apps/terminal/
H A DTermScrollView.cpp8 #include <ScrollBar.h>
H A DThemeView.h21 #include <ScrollBar.h>
H A DSmartTabView.cpp181 BScrollBar* bar = fScrollView->ScrollBar(B_VERTICAL);
215 BScrollBar* bar = fScrollView->ScrollBar(B_VERTICAL);
/haiku/src/preferences/input/
H A DInputWindow.h20 #include <ScrollBar.h>
H A DInputDeviceView.h16 #include <ScrollBar.h>
/haiku/src/preferences/bluetooth/
H A DRemoteDevicesView.h15 #include <ScrollBar.h>
/haiku/src/apps/haikudepot/ui/
H A DGeneralContentScrollView.cpp30 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp31 void TargetedByScrollView(BScrollView *scroll_view) { scroll = scroll_view; /*scroll->ScrollBar(B_VERTICAL)->SetRange(0,add_next_at);*/ }
89 BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
95 panel->scroll->ScrollBar(B_VERTICAL)->SetRange(0,0);
131 BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
137 panel->scroll->ScrollBar(B_VERTICAL)->SetRange(0,0);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp9 #include <ScrollBar.h>
35 : Test("ScrollBar", NULL),
/haiku/src/preferences/appearance/
H A DCurView.h36 #include <ScrollBar.h>
H A DAPRView.h25 #include <ScrollBar.h>
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp14 #include <ScrollBar.h>
263 if (ScrollBar(B_HORIZONTAL) != NULL && fDisplayDomain.IsValid())
273 if (ScrollBar(B_VERTICAL) != NULL && fDisplayRange.IsValid())
322 if (fDraggingStartPos.x >= 0 || ScrollBar(B_HORIZONTAL) == NULL)
363 ScrollBar(B_HORIZONTAL)->SetValue(fDraggingStartScrollValue
521 BScrollBar* scrollBar = ScrollBar(horizontal ? B_HORIZONTAL : B_VERTICAL);
/haiku/headers/os/interface/
H A DScrollView.h9 #include <ScrollBar.h>
64 BScrollBar* ScrollBar(orientation direction) const;
/haiku/headers/os/
H A DInterfaceKit.h51 #include <ScrollBar.h>
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp38 #include <ScrollBar.h>
H A DInfoView.cpp46 #include <ScrollBar.h>
213 Window()->AddChild(new BScrollBar(scrollRect, "ScrollBar", this,
215 ScrollBar(B_VERTICAL)->SetRange(0.0, 0.0);
218 ScrollBar(B_VERTICAL)->SetSteps(step, step * 5);
327 ScrollBar(B_VERTICAL)->SetRange(0.0, ceil(p.y - height));
330 ScrollBar(B_VERTICAL)->SetRange(0.0, 0.0);
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.h49 #include <ScrollBar.h>
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp37 #include <ScrollBar.h>
127 // m_target->ScrollBar(B_HORIZONTAL)->Frame().PrintToStream();
129 // m_target->ScrollBar(B_VERTICAL)->Frame().PrintToStream();
153 // fetch the vertical ScrollBar
156 // Disable the ScrollBar if the window is large enough to display
172 // Disable the ScrollBar if the view is large enough to display
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp81 fShadeScroll->ScrollBar(B_VERTICAL)->SetRange(0.0f,
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp49 #include <ScrollBar.h>
95 // Add the vertical ScrollBar
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp185 scroll = ScrollBar (B_HORIZONTAL);
192 scroll = ScrollBar (B_VERTICAL);

Completed in 157 milliseconds

1234