Home
last modified time | relevance | path

Searched refs:scrollBarHeight (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dui_scroll_box.cpp241 int scrollBarHeight = scrollAreaHeight; in handleMouseMove() local
243 scrollBarHeight = _maxLinesVisible * scrollAreaHeight / _lineCount; in handleMouseMove()
245 if (scrollBarHeight < 16) { in handleMouseMove()
246 scrollBarHeight = 16; in handleMouseMove()
249 int scrollAreaEmptySize = scrollAreaHeight - scrollBarHeight; in handleMouseMove()
257 int v12 = scrollBarHeight / 2 + 8; in handleMouseMove()
279 && (mouseY < scrollBarY + scrollBarHeight); in handleMouseMove()
290 && (mouseY >= scrollBarY + scrollBarHeight) in handleMouseMove()
599 int scrollBarHeight = 0; in draw() local
603 scrollBarHeight = _maxLinesVisible * scrollAreaSize / _lineCount; in draw()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dui_scroll_box.cpp291 int scrollBarHeight = scrollAreaHeight; in handleMouseMove() local
293 scrollBarHeight = _maxLinesVisible * scrollAreaHeight / _lineCount; in handleMouseMove()
295 if (scrollBarHeight < 16) { in handleMouseMove()
296 scrollBarHeight = 16; in handleMouseMove()
299 int scrollAreaEmptySize = scrollAreaHeight - scrollBarHeight; in handleMouseMove()
307 int v12 = scrollBarHeight / 2 + 8; in handleMouseMove()
329 && (mouseY < scrollBarY + scrollBarHeight); in handleMouseMove()
340 && (mouseY >= scrollBarY + scrollBarHeight) in handleMouseMove()
695 int scrollBarHeight = 0; in draw() local
699 scrollBarHeight = _maxLinesVisible * scrollAreaSize / _lineCount; in draw()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dyscrollview.cc33 dx = (height() < ch || (width() < cw && height() < ch + scrollBarHeight)) in getGap()
36 ? scrollBarHeight : 0; in getGap()
56 int(scrollBarHeight))); in layout()
H A Dthemable.h37 XIV(unsigned, scrollBarHeight, 16)
182 …OUV("ScrollBarY", &scrollBarHeight, 0, 64, "Scrollbar (button) he…
H A Dyscrollbar.cc157 beg = scrollBarHeight; in getCoord()
158 end = height() - scrollBarHeight - 1; in getCoord()
160 beg = scrollBarHeight; in getCoord()
161 end = width() - scrollBarHeight - 1; in getCoord()
H A Dwmapp.cc1306 if (scrollBarHeight == 0) { in YWMApp()
1309 scrollBarHeight = 20; in YWMApp()
1314 scrollBarHeight = scrollBarWidth; in YWMApp()
1321 scrollBarHeight = scrollBarWidth; in YWMApp()
1326 scrollBarHeight = scrollBarWidth; in YWMApp()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Darticlewebview.cc116 int scrollBarHeight = page()->mainFrame()->scrollBarGeometry( Qt::Horizontal ).height(); in mouseDoubleClickEvent() local
119 int scrollBarHeight = 0; in mouseDoubleClickEvent() local
124 ( event->y() < height() - scrollBarHeight ) ) in mouseDoubleClickEvent()
H A Dtranslatebox.cc57 int scrollBarHeight = 0; in preferredHeight() local
62 scrollBarHeight += QApplication::style()->pixelMetric( QStyle::PM_ScrollBarExtent ); in preferredHeight()
64 return rows == 0 ? 0 : itemSizeHint.height() * rows + frameWidth() * 2 + scrollBarHeight; in preferredHeight()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/
H A Dscrollbar.cpp109 qreal scrollBarHeight = scrollBarPixmap.height(); in updateSlider() local
111 if (h > scrollBarHeight) { in updateSlider()
112 slider.setTop((h - scrollBarHeight)/2.0); in updateSlider()
113 slider.setHeight(scrollBarHeight); in updateSlider()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/hyperlink/
H A DMultipleHyperlinkPresenter.java209 int scrollBarHeight= fTable.getHorizontalBar().getSize().y;
214 scrollBarHeight--;
218 if (preferedSize.y - scrollBarHeight <= constraints.y) {
227 height= preferedSize.y - scrollBarHeight;
/dports/graphics/krita/krita-4.4.8/plugins/python/scripter/ui_scripter/editor/
H A Dpythoneditor.py95 scrollBarHeight = 0
97 scrollBarHeight = self.horizontalScrollBar().height()
102 qRect.height() - scrollBarHeight))
/dports/editors/kate/kate-21.12.3/addons/git-blame/
H A Dgitblametooltip.cpp240 const int scrollBarHeight = horizontalScrollBar()->height(); in showTooltip() local
244 size.setHeight(m_view->height() - fontHeight * 2 - scrollBarHeight); in showTooltip()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/
H A DAbstractAnnotationHover.java422 int scrollBarHeight; in createCompletionProposalsList() local
425 scrollBarHeight= scrollSize.y - contentSize.y; in createCompletionProposalsList()
427 scrollBarHeight= horizontalBar.getSize().y; in createCompletionProposalsList()
429 gridData.heightHint= contentSize.y - scrollBarHeight; in createCompletionProposalsList()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/design_management/components/
H A Ddesign_presentation.vue141 const scrollBarHeight = presentationViewport.scrollHeight - presentationViewport.offsetHeight;
147 presentationViewport.scrollTop > 0 ? presentationViewport.scrollTop / scrollBarHeight : 0;
/dports/www/cssed/cssed-0.4.0/scintilla/gtk/
H A DScintillaGTK.cxx89 int scrollBarHeight; member in ScintillaGTK
308 scrollBarWidth(30), scrollBarHeight(30), in ScintillaGTK()
978 rc.bottom -= scrollBarHeight; in GetClientRectangle()
1637 scrollBarHeight = GTK_WIDGET(PWidget(scrollbarh))->requisition.height; in Resize()
1642 int horizontalScrollBarHeight = scrollBarHeight; in Resize()
1652 alloc.y = height - scrollBarHeight; in Resize()
1656 alloc.y = -scrollBarHeight; in Resize()
1666 alloc.height = Platform::Maximum(1, height - scrollBarHeight) + 1; in Resize()
1682 alloc.height = Platform::Maximum(1, height - scrollBarHeight); in Resize()
2210 rcCorner.top = rcCorner.bottom - scrollBarHeight + 1; in Expose()
/dports/editors/textadept/scinterm-6a77415/
H A DScintillaCurses.cxx921 int scrollBarHeight = 1, scrollBarWidth = 1; // scroll bar height and width member in ScintillaCurses
1038 for (int i = scrollBarVPos; i < scrollBarVPos + scrollBarHeight; i++) in SetVerticalScrollPos()
1067 scrollBarHeight = std::clamp(height, 1, maxy); in ModifyScrollBars()
1360 else if (y >= scrollBarVPos + scrollBarHeight) in MousePress()
1403 int maxy = getmaxy(GetWINDOW()) - scrollBarHeight, pos = y - dragOffset; in MouseMove()
/dports/editors/textadept/scintilla/curses/
H A DScintillaCurses.cxx921 int scrollBarHeight = 1, scrollBarWidth = 1; // scroll bar height and width member in ScintillaCurses
1038 for (int i = scrollBarVPos; i < scrollBarVPos + scrollBarHeight; i++) in SetVerticalScrollPos()
1067 scrollBarHeight = std::clamp(height, 1, maxy); in ModifyScrollBars()
1360 else if (y >= scrollBarVPos + scrollBarHeight) in MousePress()
1403 int maxy = getmaxy(GetWINDOW()) - scrollBarHeight, pos = y - dragOffset; in MouseMove()
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dmultilineedit.cpp180 int scrollBarHeight = horizontalScrollBar()->isVisible() ? horizontalScrollBar()->height() : 0; in updateSizeHint() local
183 …int h = qMin(qMax((int)document()->size().height() + scrollBarHeight, minPixelHeight), maxPixelHei… in updateSizeHint()
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dmultilineedit.cpp180 int scrollBarHeight = horizontalScrollBar()->isVisible() ? horizontalScrollBar()->height() : 0; in updateSizeHint() local
183 …int h = qMin(qMax((int)document()->size().height() + scrollBarHeight, minPixelHeight), maxPixelHei… in updateSizeHint()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DEmacs125 ! Emacs.scrollBarHeight: 0
129 ! Emacs*FRAME-NAME.scrollBarHeight: 0
/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/
H A DTrackView.cxx1206 const float scrollBarHeight = viewHeight/mapHeight; in updateScrollBars() local
1213 …eV - 0.5*viewHeight)/(mapHeight - viewHeight))*(1-scrollBarHeight)*kScrollbarMaxValue, scrollBarHe… in updateScrollBars()
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dmessagewindow.cpp98 int scrollBarHeight() const { return horizontalScrollBar()->height(); } in scrollBarHeight() function in MessageText
300 text->setMaximumHeight(h + text->scrollBarHeight()); in setUpDisplay()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dnsfns.m1435 "scrollBarHeight", "ScrollBarHeight",
/dports/editors/emacs/emacs-27.2/src/
H A Dnsfns.m1379 "scrollBarHeight", "ScrollBarHeight",
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/
H A Dcustom.texi2282 @item @code{scrollBarHeight} (class @code{ScrollBarHeight}): integer

12