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

1234

/haiku/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp23 #include <ScrollBar.h>
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp21 #include <ScrollBar.h>
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp81 fShadeScroll->ScrollBar(B_VERTICAL)->SetRange(0.0f,
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp42 #include <ScrollBar.h>
372 BScrollBar* hScroll = ScrollBar(B_HORIZONTAL);
385 BScrollBar* vScroll = ScrollBar(B_VERTICAL);
754 // fetch the vertical ScrollBar
755 BScrollBar *scrollBar = ScrollBar(B_VERTICAL);
758 // Disable the ScrollBar if the view is large enough to display
771 scrollBar = ScrollBar(B_HORIZONTAL);
774 // Disable the ScrollBar if the view is large enough to display
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp45 #include <ScrollBar.h>
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp38 #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/apps/cortex/RouteApp/
H A DRouteWindow.h49 #include <ScrollBar.h>
H A DStatusView.cpp45 #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/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp662 scrollView->ScrollBar(B_VERTICAL)->SetRange(0.0, 0.0);
698 BScrollBar *scrollBar = ScrollBar(B_VERTICAL);
1041 BScrollBar* vertical = ScrollBar(B_VERTICAL);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp250 BScrollBar* scroller = fConsoleOutput->ScrollBar(B_VERTICAL);
H A DSourceView.cpp27 #include <ScrollBar.h>
1844 BScrollBar* horizontal = fSourceView->ScrollBar(B_HORIZONTAL);
1856 BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
1868 BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
1881 BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
1892 BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
2445 if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL)) {
2458 if (BScrollBar* scrollBar = ScrollBar(B_VERTICAL)) {
/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/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp21 #include <ScrollBar.h>
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp17 #include <ScrollBar.h>
363 if (BScrollBar* scrollBar = fScrollView->ScrollBar(B_VERTICAL)) {
H A DPlaylistWindow.cpp31 #include <ScrollBar.h>
106 if (BScrollBar* scrollBar = scrollView->ScrollBar(B_VERTICAL)) {
/haiku/src/apps/terminal/
H A DTermScrollView.cpp8 #include <ScrollBar.h>
/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/libs/print/libprint/
H A DPreview.cpp323 BScrollBar *hBar = ScrollBar(B_HORIZONTAL);
327 BScrollBar *vBar = ScrollBar(B_VERTICAL);
513 BScrollBar * scroll = ScrollBar(B_HORIZONTAL);
520 scroll = ScrollBar(B_VERTICAL);
618 ScrollBar(B_HORIZONTAL)->GetRange(&min, &max);
624 ScrollBar(B_VERTICAL)->GetRange(&min, &max);
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp19 #include <ScrollBar.h>
/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/servers/package/
H A DProblemWindow.cpp105 viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
H A DResultWindow.cpp75 viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);

Completed in 301 milliseconds

1234