Home
last modified time | relevance | path

Searched refs:horizontalBar (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DScrollable.java40 ScrollBar horizontalBar, verticalBar; field in Scrollable
168 if ((style & SWT.H_SCROLL) != 0) horizontalBar = createScrollBar (SWT.H_SCROLL); in createWidget()
218 return horizontalBar; in getHorizontalBar()
288 if (horizontalBar != null && horizontalBar.view.id == view.id) return true; in isTrim()
324 if (horizontalBar != null) { in releaseChildren()
325 horizontalBar.release (false); in releaseChildren()
326 horizontalBar = null; in releaseChildren()
337 if (horizontalBar != null) horizontalBar.reskin (flags); in reskinChildren()
356 if (horizontalBar.view.isHiddenOrHasHiddenAncestor()) return; in sendHorizontalSelection()
357 horizontalBar.sendSelection (); in sendHorizontalSelection()
[all …]
H A DScrollBar.java457 if (parent.horizontalBar == this) parent.horizontalBar = null; in releaseParent()
H A DTree.java3187 if (horizontalBar != null && horizontalBar.view != null) redrawWidget (horizontalBar.view, false); in setScrollWidth()
3202 if (horizontalBar != null && horizontalBar.view != null) redrawWidget (horizontalBar.view, false); in setScrollWidth()
H A DTable.java2858 if (horizontalBar != null && horizontalBar.view != null) redrawWidget (horizontalBar.view, false); in setScrollWidth()
2886 if (horizontalBar != null && horizontalBar.view != null) redrawWidget (horizontalBar.view, false); in setScrollWidth()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DScrollable.java40 ScrollBar horizontalBar, verticalBar; field in Scrollable
248 return horizontalBar; in getHorizontalBar()
297 if (horizontalBar != null) { in releaseChildren()
298 horizontalBar.release (false); in releaseChildren()
299 horizontalBar = null; in releaseChildren()
310 if (horizontalBar != null) horizontalBar.reskin (flags); in reskinChildren()
341 if (horizontalBar != null && lParam == 0) { in WM_HSCROLL()
380 boolean horizontal = horizontalBar != null && horizontalBar.getEnabled (); in wmScrollWheel()
412 int hPosition = horizontalBar == null ? 0 : horizontalBar.getSelection (); in wmScrollWheel()
422 if (horizontalBar != null) { in wmScrollWheel()
[all …]
H A DScrollBar.java587 if (parent.horizontalBar == this) parent.horizontalBar = null; in releaseParent()
H A DComposite.java1789 boolean showHBar = horizontalBar != null && horizontalBar.getVisible (); in WM_SYSCOMMAND()
1792 if ((showHBar != (horizontalBar != null && horizontalBar.getVisible ())) || in WM_SYSCOMMAND()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DScrollable.java41 ScrollBar horizontalBar, verticalBar; field in Scrollable
263 return horizontalBar; in getHorizontalBar()
336 if ((style & SWT.H_SCROLL) != 0 && horizontalBar != null) { in gtk_draw()
366 scrollBar = horizontalBar; in gtk_scroll_event()
394 scrollBar = horizontalBar; in gtk_scroll_event()
420 if (horizontalBar != null) horizontalBar.reskin (flags); in reskinChildren()
439 if (horizontalBar != null) horizontalBar.setOrientation (create); in setOrientation()
509 if (horizontalBar != null) { in releaseChildren()
510 horizontalBar.release (false); in releaseChildren()
511 horizontalBar = null; in releaseChildren()
[all …]
H A DScrollBar.java668 if (parent.horizontalBar == this) parent.horizontalBar = null; in releaseParent()
H A DComposite.java922 if (horizontalBar != null ) horizontalBar.detail = (int) scrollType; in gtk_scroll_child()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DScrollable.java43 ScrollBar horizontalBar, verticalBar; field in Scrollable
279 return horizontalBar; in getHorizontalBar()
353 if ((style & SWT.H_SCROLL) != 0 && horizontalBar != null) { in gtk_draw()
401 scrollBar = horizontalBar; in gtk_scroll_event()
429 scrollBar = horizontalBar; in gtk_scroll_event()
455 if (horizontalBar != null) horizontalBar.reskin (flags); in reskinChildren()
474 if (horizontalBar != null) horizontalBar.setOrientation (create); in setOrientation()
553 if (horizontalBar != null) { in releaseChildren()
554 horizontalBar.release (false); in releaseChildren()
555 horizontalBar = null; in releaseChildren()
[all …]
H A DScrollBar.java675 if (parent.horizontalBar == this) parent.horizontalBar = null; in releaseParent()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor_view.cpp156 horizontalBar()->setBarWidth(barsize); in setupScrollbars()
159 horizontalBar()->setStyle(theme->styles.miniScrollbar()); in setupScrollbars()
161 horizontalBar()->setThumbStyle(theme->styles.miniScrollbarThumb()); in setupScrollbars()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_io/
H A Dformatout.F90332 character, parameter :: horizontalBar = '=' local
335 write(stdOut, '(2A,/,A)') verticalBar, repeat(horizontalBar, headerWidth - 1), verticalBar
340 write(stdOut, '(A,/,2A,/,A)') verticalBar, verticalBar, repeat(horizontalBar, headerWidth - 1),&
355 write(stdOut, '(A,/,2A,/)') verticalBar, verticalBar, repeat(horizontalBar, headerWidth - 1)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DMouseNavigator.java104 final ScrollBar horizontalBar = parent.getHorizontalBar(); in computeHasHorizontalBar() local
105 final boolean hasHorizontalBar = horizontalBar != null && horizontalBar.isVisible(); in computeHasHorizontalBar()
H A DStyledText.java1539 ScrollBar horizontalBar = getHorizontalBar(); in calculateScrollBars() local
1545 if (horizontalBar != null) { in calculateScrollBars()
5788 ScrollBar horizontalBar = getHorizontalBar();
5832 if (horizontalBar != null) {
6327 if (horizontalBar != null && horizontalBar.getVisible()) { in handleResize()
8074 if (horizontalBar != null) { in reset()
8075 horizontalBar.setSelection(0); in reset()
9833 if (horizontalBar != null) horizontalBar.setVisible(false); in setScrollBars()
9838 if (horizontalBar != null && !wordWrap) { in setScrollBars()
10722 if (horizontalBar != null) {
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DMouseNavigator.java104 final ScrollBar horizontalBar = parent.getHorizontalBar(); in computeHasHorizontalBar() local
105 final boolean hasHorizontalBar = horizontalBar != null && horizontalBar.isVisible(); in computeHasHorizontalBar()
H A DStyledText.java1539 ScrollBar horizontalBar = getHorizontalBar(); in calculateScrollBars() local
1545 if (horizontalBar != null) { in calculateScrollBars()
5790 ScrollBar horizontalBar = getHorizontalBar();
5834 if (horizontalBar != null) {
6329 if (horizontalBar != null && horizontalBar.getVisible()) {
8076 if (horizontalBar != null) {
8077 horizontalBar.setSelection(0);
9861 if (horizontalBar != null) horizontalBar.setVisible(false);
9866 if (horizontalBar != null && !wordWrap) {
10750 if (horizontalBar != null) {
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dview.h26 ScrollBar* horizontalBar() { return &m_scrollbar_h; } in horizontalBar() function
/dports/audio/praat/praat-6.2.03/sys/
H A DmotifEmulator.cpp142 int horizontal = scrolledWindow -> motiff.scrolledWindow.horizontalBar == scrollBar; in cb_scroll()
672 my motiff.scrolledWindow.horizontalBar = XmCreateScrollBar (me, "horizontalScrollBar", NULL, 0); in _GuiNativizeWidget()
674 XtVaSetValues (my motiff.scrolledWindow.horizontalBar, XmNorientation, XmHORIZONTAL, in _GuiNativizeWidget()
693 …XtAddCallback (my motiff.scrolledWindow.horizontalBar, XmNdragCallback, cb_scroll, (XtPointer) me); in _GuiNativizeWidget()
902 XtDestroyWidget (my motiff.scrolledWindow.horizontalBar); in _motif_setValues()
904 my motiff.scrolledWindow.horizontalBar = va_arg (arg, GuiObject); in _motif_setValues()
906 XtVaSetValues (my motiff.scrolledWindow.horizontalBar, XmNorientation, XmHORIZONTAL, in _motif_setValues()
1445 } else if (me == my parent -> motiff.scrolledWindow.horizontalBar) { in XtDestroyWidget()
1446 my parent -> motiff.scrolledWindow.horizontalBar = NULL; in XtDestroyWidget()
1550 XtManageChild (my motiff.scrolledWindow.horizontalBar); in XtManageChild()
[all …]
H A DGuiP.h84 struct { GuiObject horizontalBar, verticalBar, clipWindow, workWindow; } scrolledWindow; member
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_bar.cpp116 horizontalBar()->setStyle(theme->styles.miniScrollbar()); in onInitTheme()
118 horizontalBar()->setThumbStyle(theme->styles.miniScrollbarThumb()); in onInitTheme()
165 setup_mini_look(m_scrollableView.horizontalBar()); in ColorBar()
233 m_scrollableView.horizontalBar()->setBarWidth(scrollBarWidth); in ColorBar()
/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.java420 ScrollBar horizontalBar= scrolledComposite.getHorizontalBar(); in createCompletionProposalsList() local
423 if (horizontalBar == null) { in createCompletionProposalsList()
427 scrollBarHeight= horizontalBar.getSize().y; in createCompletionProposalsList()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DSourceViewer.java146 ScrollBar horizontalBar= textWidget.getHorizontalBar(); in layout() local
147 final boolean hScrollVisible= horizontalBar != null && horizontalBar.getVisible(); in layout()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/bargame/
H A DBargame.qml114 name: "horizontalBar"

12