Window Types

Graphics

Windows of type "graphics" are especially suited to displaying graphics and graphical sprites. They are not intended to contain controls, and some controls do not work properly when placed in a graphics window. A sizing frame and scrollbars are optional in a graphics window.

graphics		open a graphics window
graphics_fs		open a graphics window full screen (size of the screen)
graphics_nsb		open a graphics window w/no scroll bars
graphics_fs_nsb		open a graphics window full screen, w/no scroll bars
graphics_nf_nsb		open a graphics window with no sizing frame or scroll bars

