Home
last modified time | relevance | path

Searched refs:hscroll_bounds (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DScrollableControl.cs814 Rectangle hscroll_bounds; in Recalculate()
817 hscroll_bounds = new Rectangle (0, client.Height - SystemInformation.HorizontalScrollBarHeight, in Recalculate()
869 hscroll_bounds.Width -= SystemInformation.VerticalScrollBarWidth; in Recalculate()
872 sizegrip.Bounds = new Rectangle (hscroll_bounds.Right, in Recalculate()
880 …hscrollbar.SetBoundsInternal (hscroll_bounds.X, hscroll_bounds.Y, hscroll_bounds.Width, hscroll_bo… in Recalculate()
/dports/emulators/mess/mame-mame0226/src/osd/modules/debugger/win/
H A Ddebugviewinfo.cpp432 RECT bounds, vscroll_bounds, hscroll_bounds; in update() local
473 GetClientRect(m_wnd, &hscroll_bounds); in update()
474 hscroll_bounds.top = hscroll_bounds.bottom - metrics().hscroll_height(); in update()
476 hscroll_bounds.right -= metrics().vscroll_width(); in update()
521 smart_set_window_bounds(m_hscroll, m_wnd, hscroll_bounds); in update()
/dports/emulators/mame/mame-mame0226/src/osd/modules/debugger/win/
H A Ddebugviewinfo.cpp432 RECT bounds, vscroll_bounds, hscroll_bounds; in update() local
473 GetClientRect(m_wnd, &hscroll_bounds); in update()
474 hscroll_bounds.top = hscroll_bounds.bottom - metrics().hscroll_height(); in update()
476 hscroll_bounds.right -= metrics().vscroll_width(); in update()
521 smart_set_window_bounds(m_hscroll, m_wnd, hscroll_bounds); in update()