|
<< Index >> |
FutureBasic |
window | statement | |
|
Parameter |
Description |
tag | A positive or negative integer whose absolute value is in the range 1 through 1000000. A negative value hides the window. |
title | A CFString expression. |
rect | A rectangle in global screen coordinates. You can express it in either of two forms:
(i)
(x,y,w,h) where x,y are the origin and w,h the size of the window.(ii) A To center a newly created window on the screen, specify x, y values of 0,0. |
style | Window style options can be combined using '+': NSWindowStyleMaskTitled NSWindowStyleMaskClosable NSWindowStyleMaskMiniaturizable NSWindowStyleMaskResizable NSWindowStyleMaskTexturedBackground NSWindowStyleMaskUnifiedTitleAndToolbar NSWindowStyleMaskFullScreen NSWindowStyleMaskFullSizeContentView NSWindowStyleMaskUtilityWindow NSWindowStyleMaskDocModalWindow NSWindowStyleMaskNonactivatingPanel NSWindowStyleMaskHUDWindow Default: |
See also
window close;
window [function];
window output
Apple documentation
NSWindow