Searched refs:ScrollBar (Results 26 - 50 of 99) sorted by relevance

1234

/haiku/src/apps/stylededit/
H A DStatusView.cpp75 BScrollBar* scrollBar = fScrollView->ScrollBar(B_HORIZONTAL);
276 BScrollBar* scrollBar = fScrollView->ScrollBar(B_HORIZONTAL);
/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/webpositive/
H A DDownloadWindow.cpp76 if (BScrollBar* scrollBar = ScrollBar(B_VERTICAL)) {
104 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
397 if (BScrollBar* scrollBar = fDownloadsScrollView->ScrollBar(B_VERTICAL)) {
/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/servers/package/
H A DResultWindow.cpp75 viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
H A DProblemWindow.cpp105 viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h26 #include <ScrollBar.h>
/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/apps/expander/
H A DExpanderWindow.cpp405 fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
406 pos = fScrollView->ScrollBar(B_VERTICAL)->Value();
420 if (atEnd && fScrollView->ScrollBar(B_VERTICAL)->Value() == pos) {
421 fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
422 fScrollView->ScrollBar(B_VERTICAL)->SetValue(max);
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp21 #include <ScrollBar.h>
162 if (BScrollBar* scrollBar = fObjectView->ScrollBar(B_VERTICAL)) {
166 if (BScrollBar* scrollBar = fObjectView->ScrollBar(B_HORIZONTAL)) {
/haiku/src/tools/translation/inspector/
H A DImageView.cpp54 #include <ScrollBar.h>
225 BScrollBar *psb = ScrollBar(B_HORIZONTAL);
236 psb = ScrollBar(B_VERTICAL);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp14 #include <ScrollBar.h>
477 BScrollBar* horizontalScrollBar = ScrollBar(B_HORIZONTAL);
491 BScrollBar* verticalScrollBar = ScrollBar(B_VERTICAL);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp441 BScrollBar* scroller = fDetails->ScrollBar(B_VERTICAL);
443 scroller = fDetails->ScrollBar(B_HORIZONTAL);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp31 #include <ScrollBar.h>
106 if (BScrollBar* scrollBar = scrollView->ScrollBar(B_VERTICAL)) {
H A DPlaylistListView.cpp18 #include <ScrollBar.h>
607 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp639 BScrollBar *horLibScrollBar = libScrollView -> ScrollBar(B_HORIZONTAL);
644 BScrollBar *horRepScrollBar = repScrollView -> ScrollBar(B_HORIZONTAL);
/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/cortex/DormantNodeView/
H A DDormantNodeView.cpp45 #include <ScrollBar.h>
/haiku/src/apps/installer/
H A DPackageViews.cpp22 #include <ScrollBar.h>
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp16 #include <ScrollBar.h>
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp19 #include <ScrollBar.h>
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp697 if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL)) {
767 // ScrollBar(B_HORIZONTAL)->SetValue(fDraggingStartScrollValue
1327 if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL))
1362 if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL))
1643 if (BScrollBar* scrollBar = ScrollBar(B_VERTICAL)) {
1776 fScrollView->ScrollBar(B_HORIZONTAL)->SetTarget(fSchedulingView);
1777 fScrollView->ScrollBar(B_VERTICAL)->SetTarget(fViewPort);
/haiku/src/apps/serialconnect/
H A DTermView.cpp16 #include <ScrollBar.h>
514 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);

Completed in 230 milliseconds

1234