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

1234

/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp32 #include <ScrollBar.h>
/haiku/headers/os/interface/
H A DView.h591 BScrollBar* ScrollBar(orientation direction) const;
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp24 #include <ScrollBar.h>
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp19 #include <ScrollBar.h>
H A DPackageInfoView.cpp81 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp22 #include <ScrollBar.h>
/haiku/src/kits/interface/
H A DScrollView.cpp457 BScrollView::ScrollBar(orientation direction) const function in class:BScrollView
H A DScrollBar.cpp14 #include <ScrollBar.h>
H A DInterfaceDefs.cpp33 #include <ScrollBar.h>
H A DView.cpp46 #include <ScrollBar.h>
1699 BView::ScrollBar(orientation direction) const function in class:BView
5159 BScrollBar* horizontal = ScrollBar(B_HORIZONTAL);
5160 BScrollBar* vertical = ScrollBar(B_VERTICAL);
H A DTextView.cpp50 #include <ScrollBar.h>
5033 BScrollBar* horizontalScrollBar = ScrollBar(B_HORIZONTAL);
5034 BScrollBar* verticalScrollBar = ScrollBar(B_VERTICAL);
H A DMenu.cpp38 #include <ScrollBar.h>
/haiku/src/kits/tracker/
H A DPoseView.h60 #include <ScrollBar.h>
/haiku/src/apps/terminal/
H A DTermViewStates.cpp32 #include <ScrollBar.h>
H A DTermView.cpp49 #include <ScrollBar.h>
2078 SetScrollBar(scrollView ? scrollView->ScrollBar(B_VERTICAL) : NULL);
/haiku/src/apps/mail/
H A DContent.cpp2057 BScrollBar *vScroller = ScrollBar(B_VERTICAL);
2058 BScrollBar *hScroller = ScrollBar(B_HORIZONTAL);
H A DMailWindow.cpp886 BScrollBar* scroll = fContentView->TextView()->ScrollBar(B_VERTICAL);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp166 + fScrollView->ScrollBar(B_VERTICAL)->PreferredSize().Width()
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp38 #include <ScrollBar.h>
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1359 if (BScrollBar* scrollBar = target->ScrollBar(B_VERTICAL)) {
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1642 BScrollBar* vertBar = fScrollView->ScrollBar(B_VERTICAL);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1366 BScrollBar* scrollBar = fCreditsView->ScrollBar(B_VERTICAL);
/haiku/src/servers/app/
H A DServerApp.cpp36 #include <ScrollBar.h>
1349 STRACE(("ServerApp %s: Get ScrollBar info\n", Signature()));
1368 STRACE(("ServerApp %s: Set ScrollBar info\n", Signature()));
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp521 #include <ScrollBar.h>

Completed in 288 milliseconds

1234