2008-01-09 01:36:11 -05:00
|
|
|
USING: help.markup help.syntax ;
|
|
|
|
IN: cocoa.windows
|
2007-09-20 18:09:08 -04:00
|
|
|
|
|
|
|
HELP: <NSWindow>
|
2009-06-20 16:14:45 -04:00
|
|
|
{ $values { "rect" "an " { $snippet "NSRect" } } { "style" "a style mask" } { "class" "an Objective-C class" } { "window" "an " { $snippet "NSWindow" } } }
|
2007-09-20 18:09:08 -04:00
|
|
|
{ $description "Creates a new " { $snippet "NSWindow" } " with the specified dimensions." } ;
|
|
|
|
|
|
|
|
HELP: <ViewWindow>
|
2009-06-20 16:14:45 -04:00
|
|
|
{ $values { "view" "an " { $snippet "NSView" } } { "rect" "an " { $snippet "NSRect" } } { "style" "a style mask" } { "window" "an " { $snippet "NSWindow" } } }
|
2007-09-20 18:09:08 -04:00
|
|
|
{ $description "Creates a new " { $snippet "NSWindow" } " with the specified dimensions, containing the given view." } ;
|
|
|
|
|
|
|
|
ARTICLE: "cocoa-window-utils" "Cocoa window utilities"
|
|
|
|
{ $subsection <NSWindow> }
|
|
|
|
{ $subsection <ViewWindow> } ;
|
|
|
|
|
|
|
|
IN: cocoa.windows
|
|
|
|
ABOUT: "cocoa-window-utils"
|