home *** CD-ROM | disk | FTP | other *** search
- Wimp_CreateWindow (&400C1)
-
- => R1 = Pointer to window block
-
- \<= R0 = Window handle
-
-
- This call tells the Wimp what the characteristics of a window are. You
- should subsequently call <Wimp_OpenWindow=>Open> to add it to the list of
- active windows (ones that are to be displayed). The format of a window
- block is as follows:
-
- R1+0 visible area minimum x coordinate (inclusive)
- R1+4 visible area minimum y coordinate (inclusive)
- R1+8 visible area maximum x coordinate (exclusive)
- R1+12 visible area maximum y coordinate (exclusive)
- R1+16 scroll x offset relative to work area origin
- ...
-
-
-