1 USING: help.markup help.syntax ;
5 { $values { "rect" "an " { $snippet "NSRect" } } { "window" "an " { $snippet "NSWindow" } } }
6 { $description "Creates a new " { $snippet "NSWindow" } " with the specified dimensions." } ;
9 { $values { "view" "an " { $snippet "NSView" } } { "rect" "an " { $snippet "NSRect" } } { "window" "an " { $snippet "NSWindow" } } }
10 { $description "Creates a new " { $snippet "NSWindow" } " with the specified dimensions, containing the given view." } ;
12 ARTICLE: "cocoa-window-utils" "Cocoa window utilities"
13 { $subsection <NSWindow> }
14 { $subsection <ViewWindow> } ;
17 ABOUT: "cocoa-window-utils"