home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rexxmd11.zip / vxrexx-doc.el < prev    next >
Lisp/Scheme  |  1994-07-11  |  19KB  |  361 lines

  1. ;;; vxrexx-doc.el --- VXREXX completion and docs for use with rexx-mode.el
  2. ;; Copyright (C) 1994 Scott Maxwell
  3.  
  4. ;; Maintainer: Scott Maxwell - scottmax@netcom.com
  5. ;; Keywords: rexx vxrexx
  6.  
  7. ;; To add VX-Rexx commands to your completion and documentation table, add
  8. ;; vxrexx-doc to your rexx-additional-doc-files line in your .emacs.  If
  9. ;; you only have completion/doc files for VX-Rexx and OS/2 external commands,
  10. ;; the line should look like this:
  11. ;;    (setq rexx-additional-doc-files '("rexx-os2"
  12. ;;                      "vxrexx-doc"))
  13. ;;
  14. ;; If you have other packages as well, just add them to the list like this:
  15. ;;    (setq rexx-additional-doc-files '("rexx-os2"
  16. ;;                      "rexxbase-doc"
  17. ;;                      "vxrexx-doc"))
  18. ;; You may have to reload Emacs for your changes to take affect.
  19. ;;
  20. ;; This package adds all VX-Rexx external function, method and property
  21. ;; names as of the VX-Rexx 2.0b release.  The method and property names
  22. ;; will only appear in quotes (single or double).  If you type "a" followed
  23. ;; by [Ctrl-Tab] outside of quotes you will probably see the following list:
  24. ;;   abbrev abs address arg
  25. ;;
  26. ;; Now type the same thing right after a double quote(") and you
  27. ;; will probably see:
  28. ;;   accept activate addfield addrecord addsharedrecord
  29. ;;   addstring addstringlist arrange
  30.  
  31. ;; Finally, after a single quote(') you should see everything, i.e.:
  32. ;;   abbrev abs accept activate addfield addrecord address
  33. ;;   addsharedrecord addstring addstringlist arg arrange
  34.  
  35.  
  36.  
  37. (setq rexx-external-function-table
  38.       (append
  39.        '(
  40.      ("accelerator" . ("Accelerator" "VX-Rexx property" nil t))
  41.      ("accept" . (nil "VX-Rexx method for DDEClient" "Syntax:
  42.   ok=VRMethod( object, \"Accept\", [conversation])
  43.  
  44. Description:
  45.   Establishes a conversation with a DDE server.
  46.  
  47. Arguments:
  48.   conversation    The conversation number to accept, as returned by the Initiate
  49.         method.  If ommitted, the first conversation is accepted.
  50.  
  51. Returns:
  52.   1 if successful; 0 if not
  53.  
  54. See also:
  55.   Initiate, Terminate" t))
  56.      ("activate" . (nil "VX-Rexx method" "ok=VRMethod(window,\"Activate\")" t))
  57.      ("addfield" . ("AddField" "VX-Rexx method" nil t))
  58.      ("addrecord" . ("AddRecord" "VX-Rexx method" nil t))
  59.      ("addrecordlist" . ("AddRecordList" "VX-Rexx method" nil t))
  60.      ("addsharedrecord" . ("AddSharedRecord" "VX-Rexx method" nil t))
  61.      ("addstring" . ("AddString" "VX-Rexx method" nil t))
  62.      ("addstringlist" . ("AddStringList" "VX-Rexx method" nil t))
  63.      ("adjustheight" . ("AdjustHeight" "VX-Rexx property" nil t))
  64.      ("allowdrag" . ("AllowDrag" "VX-Rexx property" nil t))
  65.      ("alwaysupdate" . ("AlwaysUpdate" "VX-Rexx property" nil t))
  66.      ("arrange" . (nil "VX-Rexx method" nil t))
  67.      ("autoposition" . ("AutoPosition" "VX-Rexx property" nil t))
  68.      ("autoscroll" . ("AutoScroll" "VX-Rexx property" nil t))
  69.      ("autosize" . ("AutoSize" "VX-Rexx property" nil t))
  70.      ("autosort" . ("AutoSort" "VX-Rexx property" nil t))
  71.      ("autotab" . ("AutoTab" "VX-Rexx property" nil t))
  72.      ("backcolor" . ("BackColor" "VX-Rexx property" nil t))
  73.      ("backpages" . ("BackPages" "VX-Rexx property" nil t))
  74.      ("binding" . (nil "VX-Rexx property" nil t))
  75.      ("border" . (nil "VX-Rexx property" nil t))
  76.      ("bordercolor" . ("BorderColor" "VX-Rexx property" nil t))
  77.      ("bordersize" . ("BorderSize" "VX-Rexx property" nil t))
  78.      ("bordertype" . ("BorderType" "VX-Rexx property" nil t))
  79.      ("cancel" . (nil "VX-Rexx property" nil t))
  80.      ("caption" . (nil "VX-Rexx property" nil t))
  81.      ("captionseparator" . ("CaptionSeparator" "VX-Rexx property" nil t))
  82.      ("centerwindow" . ("CenterWindow" "VX-Rexx method" nil t))
  83.      ("checked" . (nil "VX-Rexx property" nil t))
  84.      ("checkhandles" . ("CheckHandles" "VX-Rexx property" nil t))
  85.      ("clear" . (nil "VX-Rexx method" nil t))
  86.      ("columns" . (nil "VX-Rexx property" nil t))
  87.      ("commandline" . ("CommandLine" "VX-Rexx property" nil t))
  88.      ("copy" . (nil "VX-Rexx method" nil t))
  89.      ("count" . (nil "VX-Rexx property" nil t))
  90.      ("cut" . (nil "VX-Rexx method" nil t))
  91.      ("dbcsconversionbar" . ("DBCSConversionBar" "VX-Rexx property" nil t))
  92.      ("default" . (nil "VX-Rexx property" nil t))
  93.      ("defaultitem" . ("DefaultItem" "VX-Rexx property" nil t))
  94.      ("delay" . (nil "VX-Rexx property" nil t))
  95.      ("delete" . (nil "VX-Rexx method" nil t))
  96.      ("deletelist" . ("DeleteList" "VX-Rexx method" nil t))
  97.      ("deletepage" . ("DeletePage" "VX-Rexx method" nil t))
  98.      ("deletestring" . ("DeleteString" "VX-Rexx method" nil t))
  99.      ("deselect" . (nil "VX-Rexx method" nil t))
  100.      ("deselectlist" . ("DeselectList" "VX-Rexx method" nil t))
  101.      ("detailsort" . ("DetailSort" "VX-Rexx property" nil t))
  102.      ("disableundo" . ("DisableUndo" "VX-Rexx property" nil t))
  103.      ("dragtarget" . ("DragTarget" "VX-Rexx property" nil t))
  104.      ("enabled" . (nil "VX-Rexx property" nil t))
  105.      ("execute" . (nil "VX-Rexx method" nil t))
  106.      ("extendselect" . ("ExtendSelect" "VX-Rexx property" nil t))
  107.      ("fastspin" . ("FastSpin" "VX-Rexx property" nil t))
  108.      ("fillfromdir" . ("FillFromDir" "VX-Rexx method" nil t))
  109.      ("findrecord" . ("FindRecord" "VX-Rexx method" nil t))
  110.      ("findstring" . ("FindString" "VX-Rexx method" nil t))
  111.      ("firstchild" . ("FirstChild" "VX-Rexx property" nil t))
  112.      ("firstrecord" . ("FirstRecord" "VX-Rexx property" nil t))
  113.      ("flowed" . (nil "VX-Rexx property" nil t))
  114.      ("font" . (nil "VX-Rexx property" nil t))
  115.      ("forecolor" . ("ForeColor" "VX-Rexx property" nil t))
  116.      ("frameowner" . ("FrameOwner" "VX-Rexx property" nil t))
  117.      ("getactivewindow" . ("GetActiveWindow" "VX-Rexx method" nil t))
  118.      ("getattributes" . ("GetAttributes" "VX-Rexx method" nil t))
  119.      ("getclipboard" . ("GetClipboard" "VX-Rexx method" nil t))
  120.      ("getfieldattr" . ("GetFieldAttr" "VX-Rexx method" nil t))
  121.      ("getfielddata" . ("GetFieldData" "VX-Rexx method" nil t))
  122.      ("getfocuswindow" . ("GetFocusWindow" "VX-Rexx method" nil t))
  123.      ("getitemdata" . ("GetItemData" "VX-Rexx method" nil t))
  124.      ("getitemdatalist" . ("GetItemDataList" "VX-Rexx method" nil t))
  125.      ("getpagenumber" . ("GetPageNumber" "VX-Rexx method" nil t))
  126.      ("getpagewindow" . ("GetPageWindow" "VX-Rexx method" nil t))
  127.      ("getprocessid" . ("GetProcessID" "VX-Rexx method" nil t))
  128.      ("getrecordattr" . ("GetRecordAttr" "VX-Rexx method" nil t))
  129.      ("getrecordlist" . ("GetRecordList" "VX-Rexx method" nil t))
  130.      ("getselectedlist" . ("GetSelectedList" "VX-Rexx method" nil t))
  131.      ("getselectedstringlist" . ("GetSelectedStringList" "VX-Rexx method" nil t))
  132.      ("getstatustext" . ("GetStatusText" "VX-Rexx method" nil t))
  133.      ("getstring" . ("GetString" "VX-Rexx method" nil t))
  134.      ("getstringlist" . ("GetStringList" "VX-Rexx method" nil t))
  135.      ("gettabtext" . ("GetTabText" "VX-Rexx method" nil t))
  136.      ("getthreadid" . ("GetThreadID" "VX-Rexx method" nil t))
  137.      ("getticklabels" . ("GetTickLabels" "VX-Rexx method" nil t))
  138.      ("getticksizes" . ("GetTickSizes" "VX-Rexx method" nil t))
  139.      ("getvar" . ("GetVar" "VX-Rexx method" nil t))
  140.      ("haltthread" . ("HaltThread" "VX-Rexx method" nil t))
  141.      ("height" . (nil "VX-Rexx property" nil t))
  142.      ("helpfile" . ("HelpFile" "VX-Rexx property" nil t))
  143.      ("helptag" . ("HelpTag" "VX-Rexx property" nil t))
  144.      ("helptext" . ("HelpText" "VX-Rexx property" nil t))
  145.      ("helptitle" . ("HelpTitle" "VX-Rexx property" nil t))
  146.      ("hidebutton" . ("HideButton" "VX-Rexx property" nil t))
  147.      ("hilitecolor" . ("HiliteColor" "VX-Rexx property" nil t))
  148.      ("hinttext" . ("HintText" "VX-Rexx property" nil t))
  149.      ("homeposition" . ("HomePosition" "VX-Rexx property" nil t))
  150.      ("horizscroll" . ("HorizScroll" "VX-Rexx property" nil t))
  151.      ("hwnd" . ("HWnd" "VX-Rexx property" nil t))
  152.      ("iconheight" . ("IconHeight" "VX-Rexx property" nil t))
  153.      ("iconwidth" . ("IconWidth" "VX-Rexx property" nil t))
  154.      ("ignoretab" . ("IgnoreTab" "VX-Rexx property" nil t))
  155.      ("imagepushbutton" . ("ImagePushButton" "VX-Rexx property" nil t))
  156.      ("imageradiobutton" . ("ImageRadioButton" "VX-Rexx property" nil t))
  157.      ("index" . (nil "VX-Rexx property" nil t))
  158.      ("initiallist" . ("InitialList" "VX-Rexx property" nil t))
  159.      ("initialpagelist" . ("InitialPageList" "VX-Rexx property" nil t))
  160.      ("initiate" . (nil "VX-Rexx method" nil t))
  161.      ("insert" . (nil "VX-Rexx method" nil t))
  162.      ("insertblankpage" . ("InsertBlankPage" "VX-Rexx method" nil t))
  163.      ("insertpage" . ("InsertPage" "VX-Rexx method" nil t))
  164.      ("installaccelerators" . ("InstallAccelerators" "VX-Rexx method" nil t))
  165.      ("interiorheight" . ("InteriorHeight" "VX-Rexx property" nil t))
  166.      ("interiorleft" . ("InteriorLeft" "VX-Rexx property" nil t))
  167.      ("interiortop" . ("InteriorTop" "VX-Rexx property" nil t))
  168.      ("interiorwidth" . ("InteriorWidth" "VX-Rexx property" nil t))
  169.      ("invokehelp" . ("InvokeHelp" "VX-Rexx method" nil t))
  170.      ("itemborder" . ("ItemBorder" "VX-Rexx property" nil t))
  171.      ("itemheight" . ("ItemHeight" "VX-Rexx property" nil t))
  172.      ("itemtype" . ("ItemType" "VX-Rexx property" nil t))
  173.      ("itemwidth" . ("ItemWidth" "VX-Rexx property" nil t))
  174.      ("justification" . (nil "VX-Rexx property" nil t))
  175.      ("keystring" . ("KeyString" "VX-Rexx property" nil t))
  176.      ("lastrecord" . ("LastRecord" "VX-Rexx property" nil t))
  177.      ("lastsplitfield" . ("LastSplitField" "VX-Rexx property" nil t))
  178.      ("layoutstyle" . ("LayoutStyle" "VX-Rexx property" nil t))
  179.      ("left" . (nil "VX-Rexx property" nil t))
  180.      ("listchildren" . ("ListChildren" "VX-Rexx method" nil t))
  181.      ("listclasses" . ("ListClasses" "VX-Rexx method" nil t))
  182.      ("listmethods" . ("ListMethods" "VX-Rexx method" nil t))
  183.      ("listprinters" . ("ListPrinters" "VX-Rexx method" nil t))
  184.      ("listproperties" . ("ListProperties" "VX-Rexx method" nil t))
  185.      ("listthreads" . ("ListThreads" "VX-Rexx method" nil t))
  186.      ("listvars" . ("ListVars" "VX-Rexx method" nil t))
  187.      ("listwindows" . ("ListWindows" "VX-Rexx method" nil t))
  188.      ("loadclassfile" . ("LoadClassFile" "VX-Rexx method" nil t))
  189.      ("majortabpos" . ("MajorTabPos" "VX-Rexx property" nil t))
  190.      ("margin" . (nil "VX-Rexx property" nil t))
  191.      ("masked" . (nil "VX-Rexx property" nil t))
  192.      ("maximize" . (nil "VX-Rexx method" nil t))
  193.      ("maximizebutton" . ("MaximizeButton" "VX-Rexx property" nil t))
  194.      ("miniicons" . ("MiniIcons" "VX-Rexx property" nil t))
  195.      ("minimize" . (nil "VX-Rexx method" nil t))
  196.      ("minimizebutton" . ("MinimizeButton" "VX-Rexx property" nil t))
  197.      ("movewithparent" . ("MoveWithParent" "VX-Rexx property" nil t))
  198.      ("multiselect" . ("MultiSelect" "VX-Rexx property" nil t))
  199.      ("name" . (nil "VX-Rexx property" nil t))
  200.      ("numericonly" . ("NumericOnly" "VX-Rexx property" nil t))
  201.      ("orientation" . (nil "VX-Rexx property" nil t))
  202.      ("padwithzeros" . ("PadWithZeros" "VX-Rexx property" nil t))
  203.      ("pagecount" . ("PageCount" "VX-Rexx property" nil t))
  204.      ("painting" . (nil "VX-Rexx property" nil t))
  205.      ("parent" . (nil "VX-Rexx property" nil t))
  206.      ("paste" . (nil "VX-Rexx method" nil t))
  207.      ("percentile" . (nil "VX-Rexx property" nil t))
  208.      ("picturepath" . ("PicturePath" "VX-Rexx property" nil t))
  209.      ("pointer" . (nil "VX-Rexx property" nil t))
  210.      ("poke" . (nil "VX-Rexx method" nil t))
  211.      ("popup" . (nil "VX-Rexx method" nil t))
  212.      ("post" . (nil "VX-Rexx method" nil t))
  213.      ("postkeystring" . ("PostKeyString" "VX-Rexx method" nil t))
  214.      ("postqueue" . ("PostQueue" "VX-Rexx method" nil t))
  215.      ("preloadpages" . ("PreloadPages" "VX-Rexx property" nil t))
  216.      ("program" . (nil "VX-Rexx property" nil t))
  217.      ("putclipboard" . ("PutClipboard" "VX-Rexx method" nil t))
  218.      ("putvar" . ("PutVar" "VX-Rexx method" nil t))
  219.      ("readonly" . ("ReadOnly" "VX-Rexx property" nil t))
  220.      ("removerecord" . ("RemoveRecord" "VX-Rexx method" nil t))
  221.      ("request" . (nil "VX-Rexx method" nil t))
  222.      ("requestlist" . ("RequestList" "VX-Rexx method" nil t))
  223.      ("reset" . (nil "VX-Rexx method" nil t))
  224.      ("resizepicture" . ("ResizePicture" "VX-Rexx property" nil t))
  225.      ("restore" . (nil "VX-Rexx method" nil t))
  226.      ("ribboncolor" . ("RibbonColor" "VX-Rexx property" nil t))
  227.      ("ribbonstrip" . ("RibbonStrip" "VX-Rexx property" nil t))
  228.      ("rows" . (nil "VX-Rexx property" nil t))
  229.      ("selected" . (nil "VX-Rexx property" nil t))
  230.      ("selectedend" . ("SelectedEnd" "VX-Rexx property" nil t))
  231.      ("selectedstart" . ("SelectedStart" "VX-Rexx property" nil t))
  232.      ("selectedstring" . ("SelectedString" "VX-Rexx property" nil t))
  233.      ("selectedtext" . ("SelectedText" "VX-Rexx property" nil t))
  234.      ("self" . (nil "VX-Rexx property" nil t))
  235.      ("sendkeystring" . ("SendKeyString" "VX-Rexx method" nil t))
  236.      ("server" . (nil "VX-Rexx property" nil t))
  237.      ("serverhwnd" . ("ServerHWnd" "VX-Rexx property" nil t))
  238.      ("set" . (nil "VX-Rexx property" nil t))
  239.      ("setattributes" . ("SetAttributes" "VX-Rexx method" nil t))
  240.      ("setfieldattr" . ("SetFieldAttr" "VX-Rexx method" nil t))
  241.      ("setfielddata" . ("SetFieldData" "VX-Rexx method" nil t))
  242.      ("setfocus" . ("SetFocus" "VX-Rexx method" nil t))
  243.      ("setitemdata" . ("SetItemData" "VX-Rexx method" nil t))
  244.      ("setitemdatalist" . ("SetItemDataList" "VX-Rexx method" nil t))
  245.      ("setpagewindow" . ("SetPageWindow" "VX-Rexx method" nil t))
  246.      ("setrecordattr" . ("SetRecordAttr" "VX-Rexx method" nil t))
  247.      ("setselectedlist" . ("SetSelectedList" "VX-Rexx method" nil t))
  248.      ("setstatustext" . ("SetStatusText" "VX-Rexx method" nil t))
  249.      ("setstringlist" . ("SetStringList" "VX-Rexx method" nil t))
  250.      ("settabtext" . ("SetTabText" "VX-Rexx method" nil t))
  251.      ("setticklabels" . ("SetTickLabels" "VX-Rexx method" nil t))
  252.      ("setticksizes" . ("SetTickSizes" "VX-Rexx method" nil t))
  253.      ("showcaption" . ("ShowCaption" "VX-Rexx property" nil t))
  254.      ("showhints" . ("ShowHints" "VX-Rexx property" nil t))
  255.      ("showtitles" . ("ShowTitles" "VX-Rexx property" nil t))
  256.      ("showtreeline" . ("ShowTreeLine" "VX-Rexx property" nil t))
  257.      ("shutdown" . ("ShutDown" "VX-Rexx property" nil t))
  258.      ("sibling" . (nil "VX-Rexx property" nil t))
  259.      ("siblingorder" . ("SiblingOrder" "VX-Rexx property" nil t))
  260.      ("sliderbuttons" . ("SliderButtons" "VX-Rexx property" nil t))
  261.      ("snaptotick" . ("SnapToTick" "VX-Rexx property" nil t))
  262.      ("sort" . (nil "VX-Rexx property" nil t))
  263.      ("sortrecords" . ("SortRecords" "VX-Rexx method" nil t))
  264.      ("source" . (nil "VX-Rexx property" nil t))
  265.      ("splitbarleft" . ("SplitBarLeft" "VX-Rexx property" nil t))
  266.      ("startdrag" . ("StartDrag" "VX-Rexx method" nil t))
  267.      ("startthread" . ("StartThread" "VX-Rexx method" nil t))
  268.      ("status" . (nil "VX-Rexx property" nil t))
  269.      ("statusarea" . ("StatusArea" "VX-Rexx property" nil t))
  270.      ("statustext" . ("StatusText" "VX-Rexx property" nil t))
  271.      ("statustextalignment" . ("StatusTextAlignment" "VX-Rexx property" nil t))
  272.      ("supportsmethod" . ("SupportsMethod" "VX-Rexx method" nil t))
  273.      ("supportsproperty" . ("SupportsProperty" "VX-Rexx method" nil t))
  274.      ("systemmenu" . ("SystemMenu" "VX-Rexx property" nil t))
  275.      ("tabgroup" . ("TabGroup" "VX-Rexx property" nil t))
  276.      ("tabindex" . ("TabIndex" "VX-Rexx property" nil t))
  277.      ("tabshape" . ("TabShape" "VX-Rexx property" nil t))
  278.      ("tabstop" . ("TabStop" "VX-Rexx property" nil t))
  279.      ("tabtextalignment" . ("TabTextAlignment" "VX-Rexx property" nil t))
  280.      ("terminate" . (nil "VX-Rexx method" nil t))
  281.      ("textlimit" . ("TextLimit" "VX-Rexx property" nil t))
  282.      ("tickindex" . ("TickIndex" "VX-Rexx property" nil t))
  283.      ("ticklist" . ("TickList" "VX-Rexx property" nil t))
  284.      ("tickposition" . ("TickPosition" "VX-Rexx property" nil t))
  285.      ("ticks" . (nil "VX-Rexx property" nil t))
  286.      ("ticksize" . ("TickSize" "VX-Rexx property" nil t))
  287.      ("titlebar" . ("TitleBar" "VX-Rexx property" nil t))
  288.      ("top" . (nil "VX-Rexx property" nil t))
  289.      ("topic" . (nil "VX-Rexx property" nil t))
  290.      ("treeindent" . ("TreeIndent" "VX-Rexx property" nil t))
  291.      ("treeline" . ("TreeLine" "VX-Rexx property" nil t))
  292.      ("undo" . (nil "VX-Rexx method" nil t))
  293.      ("userdata" . ("UserData" "VX-Rexx property" nil t))
  294.      ("validaterecord" . ("ValidateRecord" "VX-Rexx method" nil t))
  295.      ("value" . (nil "VX-Rexx property" nil t))
  296.      ("vertjustification" . ("VertJustification" "VX-Rexx property" nil t))
  297.      ("vertscroll" . ("VertScroll" "VX-Rexx property" nil t))
  298.      ("view" . (nil "VX-Rexx property" nil t))
  299.      ("visible" . (nil "VX-Rexx property" nil t))
  300.      ("vrchattr" . ("VRChAttr" "VX-Rexx" "ok=VRChAttr(file-spec,[set-on],[set-off])"))
  301.      ("vrchdir" . ("VRChDir" "VX-Rexx"))
  302.      ("vrchdrive" . ("VRChDrive" "VX-Rexx"))
  303.      ("vrcopyfile" . ("VRCopyFile" "VX-Rexx"))
  304.      ("vrcreate" . ("VRCreate" "VX-Rexx"))
  305.      ("vrcreatefile" . ("VRCreateFile" "VX-Rexx"))
  306.      ("vrcreatestem" . ("VRCreateStem" "VX-Rexx"))
  307.      ("vrcurrdir" . ("VRCurrDir" "VX-Rexx"))
  308.      ("vrcurrdrive" . ("VRCurrDrive" "VX-Rexx"))
  309.      ("vrdeletefile" . ("VRDeleteFile" "VX-Rexx"))
  310.      ("vrdelini" . ("VRDelIni" "VX-Rexx"))
  311.      ("vrdestroy" . ("VRDestroy" "VX-Rexx"))
  312.      ("vrdir" . ("VRDir" "VX-Rexx"))
  313.      ("vrdiskinfo" . ("VRDiskInfo" "VX-Rexx"))
  314.      ("vrdisklabel" . ("VRDiskLabel" "VX-Rexx"))
  315.      ("vrerror" . ("VRError" "VX-Rexx"))
  316.      ("vrevent" . ("VREvent" "VX-Rexx"))
  317.      ("vrxpandfilename" . ("VRExpandFileName" "VX-Rexx"))
  318.      ("vrfiledate" . ("VRFileDate" "VX-Rexx"))
  319.      ("vrfiledialog" . ("VRFileDialog" "VX-Rexx"))
  320.      ("vrfileexists" . ("VRFileExists" "VX-Rexx"))
  321.      ("vrfindfile" . ("VRFindFile" "VX-Rexx"))
  322.      ("vrfini" . ("VRFini" "VX-Rexx"))
  323.      ("vrget" . ("VRGet" "VX-Rexx"))
  324.      ("vrgetfiletype" . ("VRGetFileType" "VX-Rexx"))
  325.      ("vrgetini" . ("VRGetIni" "VX-Rexx"))
  326.      ("vrinfo" . ("VRInfo" "VX-Rexx"))
  327.      ("vrinidir" . ("VRIniDir" "VX-Rexx"))
  328.      ("vrinit" . ("VRInit" "VX-Rexx"))
  329.      ("vrisdir" . ("VRIsDir" "VX-Rexx"))
  330.      ("vrisvalidobject" . ("VRIsValidObject" "VX-Rexx"))
  331.      ("vrlistfiletypes" . ("VRListFileTypes" "VX-Rexx"))
  332.      ("vrload" . ("VRLoad" "VX-Rexx"))
  333.      ("vrloadsecondary" . ("VRLoadSecondary" "VX-Rexx"))
  334.      ("vrmessage" . ("VRMessage" "VX-Rexx"))
  335.      ("vrmessagestem" . ("VRMessageStem" "VX-Rexx"))
  336.      ("vrmethod" . ("VRMethod" "VX-Rexx"))
  337.      ("vrmkdir" . ("VRMkDir" "VX-Rexx"))
  338.      ("vroptions" . ("VROptions" "VX-Rexx"))
  339.      ("vrparsefilename" . ("VRParseFileName" "VX-Rexx"))
  340.      ("vrparsefilepath" . ("VRParseFilePath" "VX-Rexx"))
  341.      ("vrprintfile" . ("VRPrintFile" "VX-Rexx"))
  342.      ("vrprintjobdialog" . ("VRPrintJobDialog" "VX-Rexx"))
  343.      ("vrprompt" . ("VRPrompt" "VX-Rexx"))
  344.      ("vrredirectstdio" . ("VRRedirectStdIO" "VX-Rexx"))
  345.      ("vrrenamefile" . ("VRRenameFile" "VX-Rexx"))
  346.      ("vrrmdir" . ("VRRmDir" "VX-Rexx"))
  347.      ("vrset" . ("VRSet" "VX-Rexx"))
  348.      ("vrsetfiletype" . ("VRSetFileType" "VX-Rexx"))
  349.      ("vrsetini" . ("VRSetIni" "VX-Rexx"))
  350.      ("vrsortstem" . ("VRSortStem" "VX-Rexx"))
  351.      ("vrversion" . ("VRVersion" "VX-Rexx"))
  352.      ("vrwindow" . ("VRWindow" "VX-Rexx"))
  353.      ("vrwindowpath" . ("VRWindowPath" "VX-Rexx"))
  354.      ("width" . (nil "VX-Rexx property" nil t))
  355.      ("windowmode" . ("WindowMode" "VX-Rexx property" nil t))
  356.      ("windowstate" . ("WindowState" "VX-Rexx property" nil t))
  357.      ("wordbreak" . ("WordBreak" "VX-Rexx property" nil t))
  358.      ("wordwrap" . ("WordWrap" "VX-Rexx property" nil t))
  359.      ("workingdirectory" . ("WorkingDirectory" "VX-Rexx property" nil t)))
  360.        rexx-external-function-table))
  361.