home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / k / myhelp / !MyHelp / SWI / Open < prev    next >
Encoding:
Text File  |  1990-10-06  |  451 b   |  20 lines

  1. Wimp_OpenWindow  (&400C5)
  2.  
  3.  => R1 = pointer to block
  4.  
  5.  
  6.  The block contains the following:
  7.  
  8.    R1+0   window handle
  9.    R1+4   visible area minimum x coordinate
  10.    R1+8   visible area minimum y coordinate
  11.    R1+12  visible area maximum x coordinate
  12.    R1+16  visible area maximum y coordinate
  13.    R1+20  scroll x offset relative to work area origin
  14.    ....
  15.  
  16.  This call updates the list of active windows...
  17.  
  18.  
  19.  Related SWIs :  <Wimp_CreateWindow=>Create>
  20.