Home
last modified time | relevance | path

Searched refs:VerticalScroll (Results 1 – 25 of 92) sorted by relevance

1234

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Components/
H A DCustomChart.cs99 VerticalScroll.Value = in OnKeyDown()
100 Math.Max(VerticalScroll.Value - VerticalScroll.SmallChange, 0); in OnKeyDown()
105 VerticalScroll.Value += VerticalScroll.SmallChange; in OnKeyDown()
111 VerticalScroll.Value = in OnKeyDown()
112 Math.Max(VerticalScroll.Value - VerticalScroll.LargeChange, 0); in OnKeyDown()
122 VerticalScroll.Value += VerticalScroll.LargeChange; in OnKeyDown()
131 VerticalScroll.Value = 0; in OnKeyDown()
140 VerticalScroll.Value = VerticalScroll.Maximum; in OnKeyDown()
171 VerticalScroll.Value = Math.Max(VerticalScroll.Value - e.Delta, 0); in OnMouseWheel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DVScrollPropertiesTest.cs43 ScrollProperties sp = sc.VerticalScroll; in Constructor()
58 ScrollProperties sp = sc.VerticalScroll; in PropertyEnabled()
68 ScrollProperties sp = sc.VerticalScroll; in PropertyLargeChange()
78 ScrollProperties sp = sc.VerticalScroll; in PropertyMaximum()
88 ScrollProperties sp = sc.VerticalScroll; in PropertyMinimum()
98 ScrollProperties sp = sc.VerticalScroll; in PropertySmallChange()
108 ScrollProperties sp = sc.VerticalScroll; in PropertyValue()
118 ScrollProperties sp = sc.VerticalScroll; in PropertyVisible()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Components/
H A DHyperView.cs409 AdjustScroll(0, -VerticalScroll.LargeChange); in OnKeyDown()
413 AdjustScroll(0, VerticalScroll.LargeChange); in OnKeyDown()
417 AdjustScroll(-HorizontalScroll.Maximum, -VerticalScroll.Maximum); in OnKeyDown()
421 AdjustScroll(-HorizontalScroll.Maximum, VerticalScroll.Maximum); in OnKeyDown()
433 …AdjustScroll(0, -(e.Modifiers == Keys.None ? VerticalScroll.SmallChange : VerticalScroll.LargeChan… in OnKeyDown()
437 …AdjustScroll(0, e.Modifiers == Keys.None ? VerticalScroll.SmallChange : VerticalScroll.LargeChange… in OnKeyDown()
H A DScrollablePanel.cs74 case ScrollOrientation.VerticalScroll: in OnScroll()
99 UpdateScrollPosition(HorizontalScroll.Value + dx, VerticalScroll.Value + dy); in AdjustScroll()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DAutocompleteMenu.cs251 VerticalScroll.SmallChange = ItemHeight; in AutocompleteListView()
330 VerticalScroll.Value = 0; in DoAutocomplete()
481 int startI = VerticalScroll.Value / itemHeight - 1; in OnPaint()
482 int finishI = (VerticalScroll.Value + ClientSize.Height) / itemHeight + 1; in OnPaint()
489 y = i * itemHeight - VerticalScroll.Value; in OnPaint()
619 return (p.Y + VerticalScroll.Value) / ItemHeight; in PointToItemIndex()
678 var y = FocussedItemIndex * ItemHeight - VerticalScroll.Value; in DoSelectedVisible()
680 VerticalScroll.Value = FocussedItemIndex * ItemHeight; in DoSelectedVisible()
682VerticalScroll.Value = Math.Min(VerticalScroll.Maximum, FocussedItemIndex * ItemHeight - ClientSiz… in DoSelectedVisible()
H A DFastColoredTextBox.cs2857VerticalScroll.Value = Math.Max(VerticalScroll.Minimum, Math.Min(VerticalScroll.Maximum, newValue)… in OnScroll()
3214 int oldV = VerticalScroll.Value; in DoVisibleRectangle()
3215 int v = VerticalScroll.Value; in DoVisibleRectangle()
3237 VerticalScroll.Value = Math.Min(v, VerticalScroll.Maximum); in DoVisibleRectangle()
3248 if (oldV != VerticalScroll.Value) in DoVisibleRectangle()
5566VerticalScroll.Value = Math.Min(VerticalScroll.Maximum, LineInfos[iLine].startY - Paddings.Top); in DoZoom()
6114 y = y - VerticalScroll.Value; in PlaceToPoint()
7834 if (p.Y < 6 && VerticalScroll.Visible && VerticalScroll.Value > 0) in OnDragOver()
7835 VerticalScroll.Value = Math.Max(0, VerticalScroll.Value - charHeight); in OnDragOver()
7913 VerticalScroll.Value, in RestoreScrollsAfterMiddleClickScrollingMode()
[all …]
H A DHints.cs63 ….Range.Start.iLine + 1].startY - hint.TopPadding - hint.HostPanel.Height - tb.VerticalScroll.Value; in LayoutHint()
65 ….HostPanel.Top = tb.TextHeight + tb.Paddings.Top - hint.HostPanel.Height - tb.VerticalScroll.Value; in LayoutHint()
69 … hint.HostPanel.Top = tb.LineInfos[hint.Range.Start.iLine + 1].startY - tb.VerticalScroll.Value; in LayoutHint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dbrowser_controls_test.cc552 VerticalScroll(-800.f); in TEST_F()
578 VerticalScroll(800.f); in TEST_F()
641 VerticalScroll(800.f); in TEST_F()
682 VerticalScroll(40.f); in TEST_F()
703 VerticalScroll(20.f); in TEST_F()
708 VerticalScroll(-30.f); in TEST_F()
758 VerticalScroll(-30.f); in TEST_F()
800 VerticalScroll(-20.f); in TEST_F()
814 VerticalScroll(30.f); in TEST_F()
826 VerticalScroll(50.f); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dbrowser_controls_test.cc552 VerticalScroll(-800.f); in TEST_F()
578 VerticalScroll(800.f); in TEST_F()
641 VerticalScroll(800.f); in TEST_F()
682 VerticalScroll(40.f); in TEST_F()
703 VerticalScroll(20.f); in TEST_F()
708 VerticalScroll(-30.f); in TEST_F()
758 VerticalScroll(-30.f); in TEST_F()
800 VerticalScroll(-20.f); in TEST_F()
814 VerticalScroll(30.f); in TEST_F()
826 VerticalScroll(50.f); in TEST_F()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmGoToAll.cs111 int minVisiblePos = pnlResults.VerticalScroll.Value;
112 int maxVisiblePos = pnlResults.Height + pnlResults.VerticalScroll.Value;
115 pnlResults.VerticalScroll.Value = startPos;
117 pnlResults.VerticalScroll.Value = endPos - pnlResults.Height;
303 pnlResults.VerticalScroll.Value = 0; in UpdateResults()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/data/export/calendaronlyconfig/config/
H A Dkorganizerrc38 VerticalScroll=0
103 VerticalScroll=0
291 VerticalScroll=0
298 VerticalScroll=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/data/import/calendarconfigandresource/references/config/
H A Dkorganizerrc38 VerticalScroll=0
103 VerticalScroll=0
291 VerticalScroll=0
298 VerticalScroll=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/data/import/calendaronlyconfig/references/config/
H A Dkorganizerrc38 VerticalScroll=0
103 VerticalScroll=0
291 VerticalScroll=0
298 VerticalScroll=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/data/export/calendarconfigandresources/config/
H A Dkorganizerrc38 VerticalScroll=0
103 VerticalScroll=0
291 VerticalScroll=0
298 VerticalScroll=0
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/wayland/
H A Dpointer.rs115 wl_pointer::Axis::VerticalScroll => y -= value as f32, in implement_pointer()
131 wl_pointer::Axis::VerticalScroll => y -= value as f32, in implement_pointer()
177 wl_pointer::Axis::VerticalScroll => y -= discrete, in implement_pointer()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/wayland/
H A Dpointer.rs115 wl_pointer::Axis::VerticalScroll => y -= value as f32, in implement_pointer()
131 wl_pointer::Axis::VerticalScroll => y -= value as f32, in implement_pointer()
177 wl_pointer::Axis::VerticalScroll => y -= discrete, in implement_pointer()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/data/export/calendarconfigandresources/references/config/
H A Dkorganizerrc38 VerticalScroll=0
103 VerticalScroll=0
291 VerticalScroll=0
298 VerticalScroll=0
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/data/export/calendaronlyconfig/references/config/
H A Dkorganizerrc38 VerticalScroll=0
103 VerticalScroll=0
291 VerticalScroll=0
298 VerticalScroll=0
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DScrollOrientation.cs35 VerticalScroll = 1 enumerator
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/wayland/
H A Dpointer.rs169 wl_pointer::Axis::VerticalScroll => y -= value as f32, in implement_pointer()
191 wl_pointer::Axis::VerticalScroll => y -= value as f32, in implement_pointer()
245 wl_pointer::Axis::VerticalScroll => y -= discrete as f32, in implement_pointer()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/wayland/seat/pointer/
H A Dhandlers.rs193 wl_pointer::Axis::VerticalScroll => y -= value as f32, in handle_pointer()
216 wl_pointer::Axis::VerticalScroll => y -= value as f32, in handle_pointer()
237 wl_pointer::Axis::VerticalScroll => y -= discrete as f32, in handle_pointer()
/dports/x11/xman/xman-1.1.5/
H A DScrollByL.c112 static void VerticalScroll(Widget w, XtPointer client_data,
328 VerticalScroll(bar, NULL, (XtPointer) ((long) bar->core.height)); in Page()
333 VerticalScroll(bar, NULL, (XtPointer) (-(long) bar->core.height)); in Page()
338 VerticalScroll(bar, NULL, in Page()
368 XtAddCallback(sblw->scroll.bar, XtNscrollProc, VerticalScroll, NULL); in CreateScrollbar()
590 VerticalScroll(Widget w, XtPointer client_data, XtPointer call_data) in VerticalScroll() function
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/x11-2.18.2/examples/
H A Dinput.rs139 VerticalScroll, enumerator
183 xinput2::XIScrollTypeVertical => AxisType::VerticalScroll, in read_input_axis_info()
249 AxisType::VerticalScroll => scroll_delta.1 = delta, in calc_scroll_deltas()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/x11/examples/
H A Dinput.rs139 VerticalScroll, enumerator
183 xinput2::XIScrollTypeVertical => AxisType::VerticalScroll, in read_input_axis_info()
249 AxisType::VerticalScroll => scroll_delta.1 = delta, in calc_scroll_deltas()
/dports/graphics/rx/rx-0.4.0/cargo-crates/x11-2.18.1/examples/
H A Dinput.rs139 VerticalScroll, enumerator
183 xinput2::XIScrollTypeVertical => AxisType::VerticalScroll, in read_input_axis_info()
249 AxisType::VerticalScroll => scroll_delta.1 = delta, in calc_scroll_deltas()

1234