Jump to content

CM SCROLLWINDOW: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2025

  • curprev 01:5601:56, 21 April 2025 Martini talk contribs 1,648 bytes +1,648 Created page with "This message scrolls an entire container window. ==Syntax== <PRE> param1 USHORT fsScrollDirection; Scroll direction.: param2 LONG lScrollInc; Scroll increment.: </PRE> ==Parameters== ;fsScrollDirection (USHORT) - Input : Direction in which to scroll the container window: ::CMA_VERTICAL: Scroll vertically. ::CMA_HORIZONTAL: Scroll horizontally. ;lScrollInc (LONG) - Input : Amount (in pixels) by which to scroll the window. ==Returns== ;rc (BOO..."