Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - create_tiled_window (lx, by, rx, ty, buffer_id) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
create_tiled_window (lx, by, rx, ty, buffer_id)

     Usage: Builds tiled windows.  DANGER: this only works after
            display_windows(0) and before display_windows(1). The
            windows created must fill the screen and leave no blank
            space. See the manual and display_windows for more detail.
            This is used by the restore macro to restore the window
            layout.
            +--------------------------------------------------------+
            |WARNING: Hazardous to your program if incorrectly used. |
            +--------------------------------------------------------+

Parameters: Lx, by, rx, and ty .ints. are then left, bottom, right
            and top boundaries of the window. This does NOT include
            the borders!  Upper left corner is (0,0), and lower right
            is determined by the screen size. Use window coordinates
            for borders ON, even if borders are off when created.

   Returns: Window ID if successful, 0 for failure

See Also: display_windows inq_screen_size set_window

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson