home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / uniview / docs / dtwindowrexx.hguide < prev    next >
Encoding:
Text File  |  1998-02-04  |  16.2 KB  |  655 lines

  1. @hyperguide DTWindowRexx.hguide
  2. @author Stefan Ruppert
  3. @annotation dtwindow.class is part of the HTDS-Shareware licence
  4. @$VER: DTWindowRexx.guide 40.3 (04.02.98)
  5. @copyright (C) 1996-1998 by Stefan Ruppert
  6. @smartwrap
  7. @macro m_name "@{pari -3}@{lindent 6}@{par}@{sectfont}@{b}$1@{ub}@{deffont}@{line}@{pari 0}"
  8. @listindent 6
  9. @node Main "DTWindow Class ARexx Documentation"
  10.  
  11. @{settabs 30 60 90 120 150}
  12. @{m_name "ARexx commands"}
  13. The following ARexx commands are available for the dtwindow.class objects.
  14. Many of these commands are identical to the MultiView commands.
  15.  
  16.  
  17. @{"ABOUT"          Link ABOUT}@{tab}
  18. @{"ACTIVATEWINDOW" Link ACTIVATEWINDOW}@{tab}
  19. @{"BACKDROP"       Link BACKDROP}@{tab}
  20. @{"BEEPSCREEN"     Link BEEPSCREEN}@{tab}
  21. @{"CHANGEWINDOW"   Link CHANGEWINDOW}@{tab}
  22. @{"CLEARSELECTED"  Link CLEARSELECTED}@{tab}
  23. @{"CLOSE"          Link CLOSE}@{tab}
  24. @{"COPY"           Link COPY}@{tab}
  25. @{"GETATTR"        Link GETATTR}@{tab}
  26. @{"GETCURRENTDIR"  Link GETCURRENTDIR}@{tab}
  27. @{"GETFILEINFO"    Link GETFILEINFO}@{tab}
  28. @{"GETOBJECTINFO"  Link GETOBJECTINFO}@{tab}
  29. @{"MARK"           Link MARK}@{tab}
  30. @{"MAXIMUMSIZE"    Link MAXIMUMSIZE}@{tab}
  31. @{"MINIMUMSIZE"    Link MINIMUMSIZE}@{tab}
  32. @{"MOVEWINDOW"     Link MOVEWINDOW}@{tab}
  33. @{"NORMALSIZE"     Link NORMALSIZE}@{tab}
  34. @{"NUMPAD"         Link NUMPAD}@{tab}
  35. @{"OPEN"           Link OPEN}@{tab}
  36. @{"PRINT"          Link PRINT}@{tab}
  37. @{"QUIT"           Link QUIT}@{tab}
  38. @{"RELOAD"         Link RELOAD}@{tab}
  39. @{"RX"             Link RX}@{tab}
  40. @{"SAVEAS"         Link SAVEAS}@{tab}
  41. @{"SCREEN"         Link SCREEN}@{tab}
  42. @{"SCREENTOBACK"   Link SCREENTOBACK}@{tab}
  43. @{"SCREENTOFRONT"  Link SCREENTOFRONT}@{tab}
  44. @{"SCROLL"         Link SCROLL}@{tab}
  45. @{"SIZEWINDOW"     Link SIZEWINDOW}@{tab}
  46. @{"SNAPSHOT"       Link SNAPSHOT}@{tab}
  47. @{"UNZOOMWINDOW"   Link UNZOOMWINDOW}@{tab}
  48. @{"WINDOW"         Link WINDOW}@{tab}
  49. @{"WINDOWTOBACK"   Link WINDOWTOBACK}@{tab}
  50. @{"WINDOWTOFRONT"  Link WINDOWTOFRONT}@{tab}
  51. @{"ZOOMWINDOW"     Link ZOOMWINDOW}@{tab}
  52.  
  53. @endnode
  54. @node ABOUT "DTWindow Class/ARexx/ABOUT"
  55.  
  56. @{m_name NAME}
  57. ABOUT -- show information about program,object and user
  58.  
  59. @{m_name TEMPLATE}
  60. PROGRAM/S,OBJECT/S,USER/S
  61.  
  62. @{m_name COMMAND}
  63. This command opens a requester and show informations about the specified
  64. section. The PROGRAM section show the version of the program opened the
  65. DTWindow and the version of the dtwindow.class.
  66.  
  67.  
  68. The OBJECT section gives information about the current object and object
  69. datatype.
  70.  
  71.  
  72. The USER section shows the address of the registered user or that it is
  73. unregistered.
  74.  
  75. @{m_name "SEE ALSO"}
  76. @endnode
  77. @node ACTIVATEWINDOW "DTWindow Class/ARexx/ACTIVATEWINDOW"
  78.  
  79. @{m_name NAME}
  80. ACTIVATEWINDOW -- activate the window
  81.  
  82. @{m_name TEMPLATE}
  83. ,
  84.  
  85. @{m_name COMMAND}
  86. This command activates the datatype window.
  87.  
  88. @{m_name "SEE ALSO"}
  89. @{"WINDOW" link WINDOW}
  90. @endnode
  91. @node BACKDROP "DTWindow Class/ARexx/BACKDROP"
  92.  
  93. @{m_name NAME}
  94. BACKDROP -- toggle backdrop flag
  95.  
  96. @{m_name TEMPLATE}
  97. ,
  98.  
  99. @{m_name COMMAND}
  100. This command is used to switch between normal and backdrop window. If the window
  101. is in normal mode, it reopens the window in backdrop mode and vice versa. In this
  102. mode the @{"WINDOWTOBACK" link WINDOWTOBACK} and @{"WINDOWTOFRONT" link WINDOWTOFRONT}
  103. commands can't be used.
  104.  
  105. @{m_name "SEE ALSO"}
  106. @{"WINDOWTOBACK" link WINDOWTOBACK},
  107. @{"WINDOWTOFRONT" link WINDOWTOFRONT}
  108. @endnode
  109. @node BEEPSCREEN "DTWindow Class/ARexx/BEEPSCREEN"
  110.  
  111. @{m_name NAME}
  112. BEEPSCREEN -- perform a display beep
  113.  
  114. @{m_name TEMPLATE}
  115. ,
  116.  
  117. @{m_name COMMAND}
  118. This command perform a display beep.
  119.  
  120. @{m_name "SEE ALSO"}
  121. @endnode
  122. @node CHANGEWINDOW "DTWindow Class/ARexx/CHANGEWINDOW"
  123.  
  124. @{m_name NAME}
  125. CHANGEWINDOW -- change the size and position of the window
  126.  
  127. @{m_name TEMPLATE}
  128. LEFTEDGE/N,TOPEDGE/N,WIDTH/N,HEIGHT/N
  129.  
  130. @{m_name COMMAND}
  131. The command tries to change the position and/or the dimension of the
  132. window. A value of -1 lets the specified value unchanged.
  133.  
  134. @{m_name "SEE ALSO"}
  135. @{"WINDOW" link WINDOW}
  136. @endnode
  137. @node CLOSE "DTWindow Class/ARexx/CLOSE"
  138.  
  139. @{m_name NAME}
  140. CLOSE -- closes the window
  141.  
  142. @{m_name TEMPLATE}
  143. ,
  144.  
  145. @{m_name COMMAND}
  146. This command closes the window.
  147.  
  148. @{m_name "SEE ALSO"}
  149. @{"QUIT" link QUIT}
  150. @endnode
  151. @node COPY "DTWindow Class/ARexx/COPY"
  152.  
  153. @{m_name NAME}
  154. COPY -- copy the contents of the current object to clipboard
  155.  
  156. @{m_name TEMPLATE}
  157. ,
  158.  
  159. @{m_name COMMAND}
  160. This command copies the contents of the current object to the clipboard. Its only
  161. available if the current object is able to use the clipboard.
  162.  
  163. @{m_name "SEE ALSO"}
  164. @{"MARK" link MARK}
  165. @endnode
  166. @node GETATTR "DTWindow Class/ARexx/GETATTR"
  167.  
  168. @{m_name NAME}
  169. GETATTR -- returns information about various subjects of the DTWindow
  170.  
  171. @{m_name TEMPLATE}
  172. OBJECT/A,NAME,FIELD,VAR/K
  173.  
  174. @{m_name COMMAND}
  175. This command returns information about the specified object and field
  176. in the RESULT variable or the specified ARexx variable.
  177. There are three object type for which you can get information. This are :
  178.  
  179. @{itemize}
  180. @{item}APPLCATION
  181. @{line}@{line}The following field names can be used for this typ :@{line}
  182. @{definition}
  183. @{defterm}SCREEN   @{defdata}the name of the public screen of the window
  184. @{defterm}VERSION  @{defdata}the name and version of the application
  185. @{enddefinition}
  186. @{item}WINDOW
  187. @{line}@{line}The following field names can be used for this typ :@{line}
  188. @{definition}
  189. @{defterm}LEFT    @{defdata}left edge of the window
  190. @{defterm}TOP     @{defdata}top edge of the window
  191. @{defterm}WIDTH   @{defdata}width of the window
  192. @{defterm}HEIGHT  @{defdata}height of the window
  193. @{defterm}TITLE   @{defdata}title of the window
  194. @{enddefinition}
  195. @{item}OBJECT
  196. @{line}@{line}The following field names can be used for this typ :@{line}
  197. @{definition}
  198. @{defterm}TITLE     @{defdata}title of the object
  199. @{defterm}PATH      @{defdata}full file path of the object
  200. @{defterm}NODENAME  @{defdata}nodename of the current viewed node
  201. @{enddefinition}
  202. @{enditemize}
  203.  
  204. @{m_name "SEE ALSO"}
  205. @{"GETCURRENTDIR" link GETCURRENTDIR},
  206. @{"GETFILEINFO" link GETFILEINFO},
  207. @{"GETOBJECTINFO" link GETOBJECTINFO}
  208. @endnode
  209. @node GETCURRENTDIR "DTWindow Class/ARexx/GETCURRENTDIR"
  210.  
  211. @{m_name NAME}
  212. GETCURRENTDIR -- returns the directory of the current object
  213.  
  214. @{m_name TEMPLATE}
  215. ,
  216.  
  217. @{m_name COMMAND}
  218. This command returns in the RESULT variable the directory, in which
  219. current object resides.
  220.  
  221. @{m_name "SEE ALSO"}
  222. @{"GETATTR" link GETATTR}
  223. @endnode
  224. @node GETFILEINFO "DTWindow Class/ARexx/GETFILEINFO"
  225.  
  226. @{m_name NAME}
  227. GETFILEINFO -- returns the filename of the current object
  228.  
  229. @{m_name TEMPLATE}
  230. ,
  231.  
  232. @{m_name COMMAND}
  233. This command returns the filename of the current object. This name is a fully
  234. qualified pathname.
  235.  
  236. @{m_name "SEE ALSO"}
  237. @{"GETATTR" link GETATTR}
  238. @endnode
  239. @node GETOBJECTINFO "DTWindow Class/ARexx/GETOBJECTINFO"
  240.  
  241. @{m_name NAME}
  242. GETOBJECTINFO -- returns information about the current object
  243.  
  244. @{m_name TEMPLATE}
  245. VAR/K,STEM/K
  246.  
  247. @{m_name COMMAND}
  248. This command returns information about the current object. If the
  249. STEM options is specified the following variables are set :
  250.  
  251. @{definition}
  252. @{defterm}STEM.FILENAME  @{defdata}filename of the object
  253. @{defterm}STEM.NAME      @{defdata}datatype name of the object
  254. @{defterm}STEM.BASENAME  @{defdata}base datatype name of the object
  255. @{defterm}STEM.GROUP     @{defdata}name of the group for the object
  256. @{defterm}STEM.ID        @{defdata}ID of the object
  257. @{enddefinition}
  258.  
  259. If the VAR option is specified or the RESULT variable is used, this
  260. command returns a string, which contains the following informations
  261. separated by a comma : NAME, BASENAME, GROUP, ID.
  262.  
  263. @{m_name "SEE ALSO"}
  264. @{"GETATTR" link GETATTR}
  265. @endnode
  266. @node MARK "DTWindow Class/ARexx/MARK"
  267.  
  268. @{m_name NAME}
  269. MARK -- enters the mark mode
  270.  
  271. @{m_name TEMPLATE}
  272. ,
  273.  
  274. @{m_name COMMAND}
  275. This command is used to enter the mark mode within the datatype
  276. window. This enables the user to select a dedicate region of the
  277. object for later clipboard use. This command is only available if
  278. the current object is able to let the user select a region of the
  279. object.
  280.  
  281. @{m_name "SEE ALSO"}
  282. @{"COPY" link COPY}
  283. @endnode
  284. @node MAXIMUMSIZE "DTWindow Class/ARexx/MAXIMUMSIZE"
  285.  
  286. @{m_name NAME}
  287. MAXIMUMSIZE -- maximize the size of the window
  288.  
  289. @{m_name TEMPLATE}
  290. ,
  291.  
  292. @{m_name COMMAND}
  293. This command increase the size of the window to its maximum.
  294.  
  295. @{m_name "SEE ALSO"}
  296. @{"MINIMUMSIZE" link MINIMUMSIZE},
  297. @{"NORMALSIZE" link NORMALSIZE},
  298. @{"WINDOW" link WINDOW}
  299. @endnode
  300. @node MINIMUMSIZE "DTWindow Class/ARexx/MINIMUMSIZE"
  301.  
  302. @{m_name NAME}
  303. MINIMUMSIZE -- minimize the size of the window
  304.  
  305. @{m_name TEMPLATE}
  306. ,
  307.  
  308. @{m_name COMMAND}
  309. This command decrease the size of the window to its minimum.
  310.  
  311. @{m_name "SEE ALSO"}
  312. @{"MAXIMUMSIZE" link MAXIMUMSIZE},
  313. @{"NORMALSIZE" link NORMALSIZE},
  314. @{"WINDOW" link WINDOW}
  315. @endnode
  316. @node MOVEWINDOW "DTWindow Class/ARexx/MOVEWINDOW"
  317.  
  318. @{m_name NAME}
  319. MOVEWINDOW -- move the window
  320.  
  321. @{m_name TEMPLATE}
  322. LEFTEDGE/N,TOPEDGE/N
  323.  
  324. @{m_name COMMAND}
  325. This command moves the window to the specified coordinates.
  326.  
  327. @{m_name "SEE ALSO"}
  328. @{"WINDOW" link WINDOW}
  329. @endnode
  330. @node NORMALSIZE "DTWindow Class/ARexx/NORMALSIZE"
  331.  
  332. @{m_name NAME}
  333. NORMALSIZE -- normalize the size of the window
  334.  
  335. @{m_name TEMPLATE}
  336. ,
  337.  
  338. @{m_name COMMAND}
  339. This command resets the size of the window to its normal values.
  340.  
  341. @{m_name "SEE ALSO"}
  342. @{"NAXIMUMSIZE" link MAXIMUMSIZE},
  343. @{"MINIMUMSIZE" link MINIMUMSIZE},
  344. @{"WINDOW" link WINDOW}
  345. @endnode
  346. @node NUMPAD "DTWindow Class/ARexx/NUMPAD"
  347.  
  348. @{m_name NAME}
  349. NUMPAD -- toggle numeric pad mode
  350.  
  351. @{m_name TEMPLATE}
  352. ,
  353.  
  354. @{m_name COMMAND}
  355. This command toggle the numeric pad mode. If the mode is active
  356. the numeric pad can be used to scroll the object.
  357.  
  358. @{m_name "SEE ALSO"}
  359. @{"GETATTR" link GETATTR}
  360.  
  361. @endnode
  362. @node OPEN "DTWindow Class/ARexx/OPEN"
  363.  
  364. @{m_name NAME}
  365. OPEN -- open a file
  366.  
  367. @{m_name TEMPLATE}
  368. FILE,NODE/K
  369.  
  370. @{m_name COMMAND}
  371. This command tries to open the specified file and/or node. If the current
  372. object supports the DTM_GOTO datatype method, this is used to load the
  373. file. So the user can access the old object by using the retrace function.
  374.  
  375. @{m_name "SEE ALSO"}
  376. @{"RELOAD" link RELOAD}
  377.  
  378. @endnode
  379. @node PRINT "DTWindow Class/ARexx/PRINT"
  380.  
  381. @{m_name NAME}
  382. PRINT -- print the contents of the current object
  383.  
  384. @{m_name TEMPLATE}
  385. ,
  386.  
  387. @{m_name COMMAND}
  388. This command starts the printing job for the current object.
  389.  
  390. @{m_name "SEE ALSO"}
  391. @endnode
  392. @node QUIT "DTWindow Class/ARexx/QUIT"
  393.  
  394. @{m_name NAME}
  395. QUIT -- quit the window
  396.  
  397. @{m_name TEMPLATE}
  398. ,
  399.  
  400. @{m_name COMMAND}
  401. This command quits the window.
  402.  
  403. @{m_name "SEE ALSO"}
  404. @{"CLOSE" link CLOSE}
  405.  
  406. @endnode
  407. @node RELOAD "DTWindow Class/ARexx/RELOAD"
  408.  
  409. @{m_name NAME}
  410. RELOAD -- reload the current object
  411.  
  412. @{m_name TEMPLATE}
  413. ,
  414.  
  415. @{m_name COMMAND}
  416. This command close and reopens the current object.
  417.  
  418. @{m_name "SEE ALSO"}
  419. @{"OPEN" link OPEN}
  420.  
  421. @endnode
  422. @node RX "DTWindow Class/ARexx/RX"
  423.  
  424. @{m_name NAME}
  425. RX -- execute an ARexx script
  426.  
  427. @{m_name TEMPLATE}
  428. COMMAND/F
  429.  
  430. @{m_name COMMAND}
  431. This command tries to execute the specified arexx script.
  432.  
  433. @{m_name NOTE}
  434. Only available in the registered version.
  435.  
  436. @{m_name "SEE ALSO"}
  437. @endnode
  438. @node SAVEAS "DTWindow Class/ARexx/SAVEAS"
  439.  
  440. @{m_name NAME}
  441. SAVEAS -- save the contents of the current object to a file
  442.  
  443. @{m_name TEMPLATE}
  444. FILE
  445.  
  446. @{m_name COMMAND}
  447. This command saves the current object to the specified file.
  448.  
  449. @{m_name "SEE ALSO"}
  450. @{"OPEN" link OPEN}
  451.  
  452. @endnode
  453. @node SCREEN "DTWindow Class/ARexx/SCREEN"
  454.  
  455. @{m_name NAME}
  456. SCREEN -- toggle screen mode
  457.  
  458. @{m_name TEMPLATE}
  459. ,
  460.  
  461. @{m_name COMMAND}
  462. This command toggles the screen mode. If this mode is set
  463. the window is opened on an own public screen.
  464.  
  465. @{m_name "SEE ALSO"}
  466. @{"GETATTR" link GETATTR}
  467.  
  468. @endnode
  469. @node SCREENTOBACK "DTWindow Class/ARexx/SCREENTOBACK"
  470.  
  471. @{m_name NAME}
  472. SCREENTOBACK -- bring the screen of the window to back
  473.  
  474. @{m_name TEMPLATE}
  475. ,
  476.  
  477. @{m_name COMMAND}
  478. This command brings the screen of the window behind all other screens.
  479.  
  480. @{m_name "SEE ALSO"}
  481. @{"SCREENTOFRONT" link SCREENTOFRONT}
  482.  
  483. @endnode
  484. @node SCREENTOFRONT "DTWindow Class/ARexx/SCREENTOFRONT"
  485.  
  486. @{m_name NAME}
  487. SCREENTOFRONT -- bring the screen of the window to front
  488.  
  489. @{m_name TEMPLATE}
  490. ,
  491.  
  492. @{m_name COMMAND}
  493. This command brings the screen of the window to the front.
  494.  
  495. @{m_name "SEE ALSO"}
  496. @{"SCREENTOBACK" link SCREENTOBACK}
  497.  
  498. @endnode
  499. @node SCROLL "DTWindow Class/ARexx/SCROLL"
  500.  
  501. @{m_name NAME}
  502. SCROLL -- scroll in the current object
  503.  
  504. @{m_name TEMPLATE}
  505. VIEW/S,DOCUMENT/S,UP/S,DOWN/S,LEFT/S,RIGHT/S
  506.  
  507. @{m_name COMMAND}
  508. This command is used to scroll within the object. The following
  509. options defines the direction to scroll :
  510.  
  511. @{definition}
  512. @{defterm}UP    @{defdata}The object should be scrolled upwards.
  513. @{defterm}DOWN  @{defdata}The object should be scrolled downwards.
  514. @{defterm}LEFT  @{defdata}The object should be scrolled to the left.
  515. @{defterm}RIGHT @{defdata}The object should be scrolled to the right.
  516. @{enddefinition}
  517.  
  518. The options VIEW and DOCUMENT controls how much should be scrolled.
  519. If both are omitted the unit of the scroll to perform is a line or
  520. a row. If the VIEW option is specified the unit is the visible lines
  521. or rows. If the DOCUMENT option is used it jumps to the end of each
  522. direction.
  523.  
  524. @{m_name "SEE ALSO"}
  525. @{"GETATTR" link GETATTR}
  526.  
  527. @endnode
  528. @node SIZEWINDOW "DTWindow Class/ARexx/SIZEWINDOW"
  529.  
  530. @{m_name NAME}
  531. SIZEWINDOW -- change the size of the window
  532.  
  533. @{m_name TEMPLATE}
  534. WIDTH/N,HEIGHT/N
  535.  
  536. @{m_name COMMAND}
  537. This command is used to change the size of the window. If a value of -1
  538. is given the width or height is unchanged.
  539.  
  540. @{m_name "SEE ALSO"}
  541. @{"CHANGEWINDOW" link CHANGEWINDOW},
  542. @{"MOVEWINDOW" link MOVEWINDOW},
  543. @{"WINDOW" link WINDOW}
  544. @endnode
  545. @node SNAPSHOT "DTWindow Class/ARexx/SNAPSHOT"
  546.  
  547. @{m_name NAME}
  548. SNAPSHOT -- save current state to a preference file
  549.  
  550. @{m_name TEMPLATE}
  551. FILE
  552.  
  553. @{m_name COMMAND}
  554. This command is used to write the current values to the specified file.
  555. If no file is specified, the current values are saved as default values.
  556.  
  557. @{m_name "SEE ALSO"}
  558.  
  559. @endnode
  560. @node UNZOOMWINDOW "DTWindow Class/ARexx/UNZOOMWINDOW"
  561.  
  562. @{m_name NAME}
  563. UNZOOMWINDOW -- unshrink window
  564.  
  565. @{m_name TEMPLATE}
  566. ,
  567.  
  568. @{m_name COMMAND}
  569. This command is used to restore the windows size to its normal values.
  570.  
  571. @{m_name "SEE ALSO"}
  572. @{"WINDOW" link WINDOW},
  573. @{"ZOOMWINDOW" link UNZOOMWINDOW}
  574. @endnode
  575. @node WINDOW "DTWindow Class/ARexx/WINDOW"
  576.  
  577. @{m_name NAME}
  578. WINDOW -- manipulate the window
  579.  
  580. @{m_name TEMPLATE}
  581. MIN/S,MAX/S,NORM/S,ACTIVATE/S,FRONT/S,BACK/S,ZOOM/S,UNZOOM/S
  582.  
  583. @{m_name COMMAND}
  584. This command manipulates the window in differant ways. It combines
  585. most window related commands together. The following switches can be used :
  586.  
  587. @{definition}
  588. @{defterm}MIN      @{defdata}Minimizes the window. Same as @{"MINIMUMSIZE" link MINIMUMSIZE} command.
  589. @{defterm}MAX      @{defdata}Maximizes the window. Same as @{"MAXIMUMSIZE" link MAXIMUMSIZE} command.
  590. @{defterm}NORM     @{defdata}Reset the window to its normal size. Same as @{"NORMALSIZE" link NORMALSIZE} command.
  591. @{defterm}ACTIVATE @{defdata}Activate the window. Same as @{"ACTIVATEWINDOW" link ACTIVATEWINDOW} command.
  592. @{defterm}FRONT    @{defdata}Brings the window in front of all other windows. Same as @{"WINDOWTOFRONT" link WINDOWTOFRONT} commad.
  593. @{defterm}BACK     @{defdata}Brings the window behind all other windows. Same as @{"WINDOWTOBACK" link WINDOWTOBACK} command.
  594. @{defterm}ZOOM     @{defdata}Changes the window to its minimal size state. Same as @{"ZOOMWINDOW" link ZOOMWINDOW} command.
  595. @{defterm}UNZOOM   @{defdata}Changes the window to its normal size state. Same as @{"UNZOOMWINDOW" link UNZOOMWINDOW} command.
  596. @{enddefinition}
  597.  
  598. @{m_name "SEE ALSO"}
  599. @{"ACTIVATEWINDOW" link ACTIVATEWINDOW},
  600. @{"MAXIMUMSIZE" link MAXIMUMSIZE},
  601. @{"MINIMUMSIZE" link MINIMUMSIZE},
  602. @{"NORMALSIZE" link NORMALSIZE},
  603. @{"UNZOOMWINDOW" link UNZOOMWINDOW},
  604. @{"WINDOWTOBACK" link WINDOWTOBACK},
  605. @{"WINDOWTOFRONT" link WINDOWTOFRONT},
  606. @{"ZOOMWINDOW" link ZOOMWINDOW}
  607. @endnode
  608. @node WINDOWTOBACK "DTWindow Class/ARexx/WINDOWTOBACK"
  609.  
  610. @{m_name NAME}
  611. WINDOWTOBACK -- bring the window to back
  612.  
  613. @{m_name TEMPLATE}
  614. ,
  615.  
  616. @{m_name COMMAND}
  617. The datatype window will be send behind other windows.
  618.  
  619. @{m_name "SEE ALSO"}
  620. @{"WINDOW" link WINDOW},
  621. @{"WINDOWTOFRONT" link WINDOWTOBACK}
  622. @endnode
  623. @node WINDOWTOFRONT "DTWindow Class/ARexx/WINDOWTOFRONT"
  624.  
  625. @{m_name NAME}
  626. WINDOWTOFRONT -- bring the window to front
  627.  
  628. @{m_name TEMPLATE}
  629. ,
  630.  
  631. @{m_name COMMAND}
  632. The datatype window will be brought to the front.
  633.  
  634. @{m_name "SEE ALSO"}
  635. @{"WINDOW" link WINDOW},
  636. @{"WINDOWTOBACK" link WINDOWTOBACK}
  637.  
  638. @endnode
  639. @node ZOOMWINDOW "DTWindow Class/ARexx/ZOOMWINDOW"
  640.  
  641. @{m_name NAME}
  642. ZOOMWINDOW -- shrink the window
  643.  
  644. @{m_name TEMPLATE}
  645. ,
  646.  
  647. @{m_name COMMAND}
  648. This command is used to make the window small.
  649.  
  650. @{m_name "SEE ALSO"}
  651. @{"UNZOOMWINDOW" link UNZOOMWINDOW},
  652. @{"WINDOW" link WINDOW}
  653. @endnode
  654.  
  655.