SS.SBar Set Status

From NitrOS-9
Revision as of 16:23, 5 April 2014 by Glaw16 (Talk | contribs) (Created page with 'Puts a scroll block at a specified position. {| | colspan="2" | '''Entry Conditions''' |- | A || ''path number'' |- | B || SS.SBar ($88) |- | X || ''horizontal position of scrol…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Puts a scroll block at a specified position.

Entry Conditions
A path number
B SS.SBar ($88)
X horizontal position of scroll block
Y vertical position of scroll block
Error Output
CC carry set on error
B error code

Additional Information

  • WT.FSWin-type windows have areas at the bottom and right sides to indicate their relative positions within a larger area. These areas are called scroll bars. SS.SBar gives an application the ability to maintain relative position markers within the scroll bars. The markers indicate the location of the current screen within a larger screen. Calling SS.SBar updates both scroll markers.
  • The support module for this call is WindInt.