Home
last modified time | relevance | path

Searched refs:hScroll (Results 1 – 25 of 94) sorted by relevance

1234

/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dtable.cxx213 hScroll->hide(); in Table()
258 delete hScroll; in ~Table()
1590 if (hScroll->visible()) { in draw()
1592 hScroll->redraw(); in draw()
1597 fl_rectf(vScroll->x(), hScroll->y(), vScroll->w(), hScroll->h(), FL_GRAY); in draw()
1690 hScroll->show(); in calcDimensions()
1693 hScroll->hide(); in calcDimensions()
1696 hScroll->hide(); in calcDimensions()
1700 hScroll->show(); in calcDimensions()
1782 if (hScroll->visible()) { in resized()
[all …]
/dports/comms/fllog/fllog-1.2.6/src/widgets/
H A Dtable.cxx206 hScroll->hide(); in Table()
249 delete hScroll; in ~Table()
1581 if (hScroll->visible()) { in draw()
1583 hScroll->redraw(); in draw()
1588 fl_rectf(vScroll->x(), hScroll->y(), vScroll->w(), hScroll->h(), FL_GRAY); in draw()
1681 hScroll->show(); in calcDimensions()
1684 hScroll->hide(); in calcDimensions()
1687 hScroll->hide(); in calcDimensions()
1691 hScroll->show(); in calcDimensions()
1773 if (hScroll->visible()) { in resized()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/widgets/
H A DScrollTestData.java25 boolean hScroll; field in ScrollTestData
42 if (hScroll || vScroll) { in toString()
43 builder.append(".expectScroll(" + hScroll + ", " + vScroll + ")"); in toString()
49 return hScroll; in expectsHScroll()
89 this.hScroll = h; in expectScroll()
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dlistbox.pl58 ["~HScroll" => sub{$_[0]-> Edit1-> hScroll(!$_[0]-> Edit1-> hScroll)}],
60 $_[0]-> Edit1-> set( hScroll => !$_[0]-> Edit1-> hScroll,
117 hScroll => 1,
130 hScroll => 1,
/dports/comms/scrcpy/scrcpy-1.9/server/src/main/java/com/genymobile/scrcpy/
H A DControlMessage.java26 private int hScroll; field in ControlMessage
57 …public static ControlMessage createInjectScrollEvent(Position position, int hScroll, int vScroll) { in createInjectScrollEvent() argument
61 event.hScroll = hScroll; in createInjectScrollEvent()
118 return hScroll; in getHScroll()
H A DController.java50 private void setScroll(int hScroll, int vScroll) { in setScroll() argument
52 coords.setAxisValue(MotionEvent.AXIS_HSCROLL, hScroll); in setScroll()
167 private boolean injectScroll(Position position, int hScroll, int vScroll) { in injectScroll() argument
175 setScroll(hScroll, vScroll); in injectScroll()
H A DControlMessageReader.java138 int hScroll = buffer.getInt(); in parseInjectScrollEvent() local
140 return ControlMessage.createInjectScrollEvent(position, hScroll, vScroll); in parseInjectScrollEvent()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DScrollWidget.pm27 hScroll => 0,
45 $p-> {autoHScroll} = 0 if exists $p-> {hScroll};
83 ( $self-> {hScroll} or $self-> {vScroll})
89 my $dy = $self->{hScroll} ? $Prima::ScrollBar::stdMetrics[1] : 0;
91 $self-> hScroll(0) if $self->{hScroll};
101 if ( $hs != $self-> {hScroll}) {
102 $self-> hScroll( $hs);
121 if ( $self-> {hScroll}) {
175 $self-> {hScrollBar}-> value( $w) if $self->{hScroll};
H A DIntUtils.pm109 $self-> {indents}-> [1] += $self-> {hScrollBar}-> height - 1 if $self-> {hScroll};
136 ) if $self-> {hScroll};
141 bottom => $bw + ( $self-> {hScroll} ?
185 return if ($hs ? 1 : 0) == $self-> {hScroll};
204 $self-> {hScroll} = 1;
217 $self-> {hScroll} = 0;
252 bottom => $bw + ( $self-> {hScroll} ? $self-> {hScrollBar}-> height - 2 : 0),
263 if ( $self-> {hScroll}) {
274 if ( $self-> {hScroll})
301 sub hScroll {($#_)?$_[0]-> set_h_scroll ($_[1]):return $_[0]-> {hScroll}} subroutine
H A DDetailedOutline.pm41 hScroll => 0,
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_vlist.cpp29 hScroll( 0, this, false ), in VListWin()
35 hScroll.Show(); in VListWin()
36 hScroll.Enable(); in VListWin()
39 hScroll.SetManagedWin( this ); in VListWin()
42 layout.AddWin( &hScroll, 2, 1 ); in VListWin()
76 bool hVisible = hScroll.IsVisible(); in CalcScroll()
77 hScroll.Command( CMD_SCROLL_INFO, SCMD_SCROLL_HCHANGE, this, &hsi ); in CalcScroll()
79 if ( vVisible != vScroll.IsVisible() || hVisible != hScroll.IsVisible() ) in CalcScroll()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/layout/
H A DLayoutGenerator.java133 boolean hScroll = hasStyle(control, SWT.H_SCROLL); in defaultsFor()
150 hScroll = true; in defaultsFor()
156 boolean grabHorizontal = hScroll; in defaultsFor()
161 if (hScroll) { in defaultsFor()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/VideoChips/
H A DCommon.h257 static int hScroll; in RefreshLine0() local
355 static int hScroll; in RefreshLine0Plus() local
452 static int hScroll; in RefreshLine0Mix() local
658 static int hScroll; in RefreshLineTx80() local
771 static int hScroll; in RefreshLine1() local
921 static int hScroll; in RefreshLine2() local
1151 static int hScroll; in RefreshLine4() local
1300 static int hScroll; in RefreshLine4() local
1469 static int hScroll; in RefreshLine5() local
2342 static int hScroll; in RefreshLine8() local
[all …]
/dports/games/qonk/qonk-0.3.1/guichan/guichan/widgets/
H A Dscrollarea.hpp185 virtual void setHorizontalScrollAmount(int hScroll);
200 virtual void setScrollAmount(int hScroll, int vScroll);
H A Dscrollarea.cpp215 void ScrollArea::setHorizontalScrollAmount(int hScroll) in setHorizontalScrollAmount() argument
219 mHScroll = hScroll; in setHorizontalScrollAmount()
221 if (hScroll > max) in setHorizontalScrollAmount()
225 else if (hScroll < 0) in setHorizontalScrollAmount()
236 void ScrollArea::setScrollAmount(int hScroll, int vScroll) in setScrollAmount() argument
238 setHorizontalScrollAmount(hScroll); in setScrollAmount()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/include/guichan/widgets/
H A Dscrollarea.hpp189 void setHorizontalScrollAmount(int hScroll);
206 void setScrollAmount(int hScroll, int vScroll);
/dports/devel/guichan/guichan-0.8.2/include/guichan/widgets/
H A Dscrollarea.hpp189 void setHorizontalScrollAmount(int hScroll);
206 void setScrollAmount(int hScroll, int vScroll);
/dports/graphics/krita/krita-4.4.8/libs/ui/canvas/
H A Dkis_canvas_controller.cpp372 QScrollBar *hScroll = horizontalScrollBar(); in resetScrollBars() local
375 hScroll->setRange(static_cast<int>(xMin), static_cast<int>(xMax)); in resetScrollBars()
382 hScroll->setPageStep(drawW); in resetScrollBars()
383 hScroll->setSingleStep(fontHeight); in resetScrollBars()
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/widgets/
H A Dscrollarea.hpp210 void setHorizontalScrollAmount(int hScroll);
227 void setScrollAmount(int hScroll, int vScroll);
/dports/devel/emscripten/emscripten-2.0.3/tests/pthread/
H A Dtest_pthread_mandelbrot.cpp338 float hScroll = 0; variable
424 case SDLK_RIGHT: hScroll = 1.f; break; in main_tick()
425 case SDLK_LEFT: hScroll = -1.f; break; in main_tick()
435 case SDLK_LEFT: hScroll = 0.f; break; in main_tick()
453 left += dt * hScroll * incrY / 5.f; in main_tick()
487 if (hScroll != 0.f || vScroll != 0.f || zoom != 0.f || new_use_sse != use_sse) in main_tick()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/widgets/
H A Dscrollarea.h187 virtual void setHorizontalScrollAmount(int hScroll);
202 virtual void setScrollAmount(int hScroll, int vScroll);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/include/guichan/widgets/
H A Dscrollarea.h183 virtual void setHorizontalScrollAmount(int hScroll);
198 virtual void setScrollAmount(int hScroll, int vScroll);
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/
H A DNativePanZoomController.java46 float hScroll, float vScroll); in handleScrollEvent() argument
117 …final float hScroll = event.getAxisValue(MotionEvent.AXIS_HSCROLL) * flipFactor * mPointerScrollFa… in handleScrollEvent() local
120 … return handleScrollEvent(event.getEventTime(), event.getMetaState(), x, y, hScroll, vScroll); in handleScrollEvent()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dcomposit.cpp46 HWND hScroll; member in CompositeDlg
329 hScroll = GetDlgItem(hWnd,IDC_COMP_SCROLL); in PanelProc()
330 SetScrollRange(hScroll,SB_CTL,0,theTex->NumSubTexmaps()-NDLG,FALSE); in PanelProc()
331 SetScrollPos(hScroll,SB_CTL,theTex->offset,TRUE); in PanelProc()
332 EnableWindow(hScroll,theTex->NumSubTexmaps()>NDLG); in PanelProc()
413 SetScrollRange(hScroll,SB_CTL,0,theTex->subTex.Count()-NDLG,FALSE); in LoadDialog()
414 SetScrollPos(hScroll,SB_CTL,theTex->offset,TRUE); in LoadDialog()
415 EnableWindow(hScroll,theTex->NumSubTexmaps()>NDLG); in LoadDialog()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dscrollarea.h283 void setHorizontalScrollAmount(int hScroll);
301 void setScrollAmount(const int hScroll, const int vScroll);

1234