remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / cocoa / windows / windows-docs.factor
blob39bd631b1951d970038c280ccbe76af0e3c1d35e
1 USING: help.markup help.syntax ;
2 IN: cocoa.windows
4 HELP: <NSWindow>
5 { $values { "rect" "an " { $snippet "NSRect" } } { "window" "an " { $snippet "NSWindow" } } }
6 { $description "Creates a new " { $snippet "NSWindow" } " with the specified dimensions." } ;
8 HELP: <ViewWindow>
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> } ;
16 IN: cocoa.windows
17 ABOUT: "cocoa-window-utils"