home *** CD-ROM | disk | FTP | other *** search
- Wimp_OpenWindow (&400C5)
-
- => R1 = pointer to block
-
-
- The block contains the following:
-
- R1+0 window handle
- R1+4 visible area minimum x coordinate
- R1+8 visible area minimum y coordinate
- R1+12 visible area maximum x coordinate
- R1+16 visible area maximum y coordinate
- R1+20 scroll x offset relative to work area origin
- ....
-
- This call updates the list of active windows...
-
-
- Related SWIs : <Wimp_CreateWindow=>Create>
-