Older Version
Newer Version
Alyce
Jan 17, 2006
Window Types
- _fs
window is sized to fill the screen - _nf
window has no frame and cannot be resized by user - _nsb
window doesn't contain scroll bars - _ins
contains inset texteditor - _popup
window contains no titlebar or sizing frame - _modal
window must be closed before another window can gain focusgraphics open a graphics windowgraphics_fs open a graphics window full screen (size of the screen)graphics_nsb open a graphics window w/no scroll barsgraphics_fs_nsb open a graphics window full screen, w/no scroll barsgraphics_nf_nsb open a graphics window with no sizing frame or scroll barstext open a text windowtext_fs open a text window full screentext_nsb open a text window w/no scroll barstext_nsb_ins open a text window w/no scroll bars, with inset editorwindow open a basic window typewindow_nf open a basic window type without a sizing framewindow_popup open a window without a titlebardialog open a dialog boxdialog_modal open a modal dialog boxdialog_nf open a dialog box without a framedialog_nf_modal open a modal dialog box without a framedialog_fs open a dialog box the size of the screendialog_nf_fs open a dialog box without a frame the size of the screendialog_popup open a dialog box without a titlebar