home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rexxtr.zip / rxextras.mtc < prev    next >
Text File  |  1996-04-04  |  8KB  |  87 lines

  1. RxExtras-Extra functions for REXX!
  2. RxExtras;Add an item to a list box at an index;RxAddItemAtIndex_result_HWnd_Id_Index_Item_rxextras.inf;RF4Parm
  3. RxExtras;Append text to the clipboard;RxAppendClipboardText_result_TextToAppend_rxextras.inf;RF1Parm
  4. RxExtras;Change a text button to an icon button;RxMorphButtonToIcon_result_HWnd_Id_DLLName_ResIndex_rxextras.inf;RF4Parm
  5. RxExtras;Change the priority of a running thread;RxChangeThreadPriority_result_ThreadId_PriorityChange_rxextras.inf;RF2Parm
  6. RxExtras;Check if a file exists;RxFileExists_exists_File_rxextras.inf;RF1Parm
  7. RxExtras;Close a window;RxWindowClose_result_Hwnd_rxextras.inf;RF1Parm
  8. RxExtras;Copy a stemmed variable;RxStemCopy_result_SourceStem_TargetStem_rxextras.inf;RF2Parm
  9. RxExtras;Create a resource;RxResourceCreate_handle_ResourceName_rxextras.inf;RF1Parm
  10. RxExtras;Create an event;RxEventCreate_handle_EventName_rxextras.inf;RF1Parm
  11. RxExtras;Destroy a resource;RxResourceDestroy_result_handle_rxextras.inf;RF1Parm
  12. RxExtras;Destroy an event;RxEventDestroy_result_handle_rxextras.inf;RF1Parm
  13. RxExtras;Draw a bitmap in a window;RxDrawBitmap_result_HWnd_Id_DLLName_ResIndex_rxextras.inf;RF4Parm
  14. RxExtras;Expand all trees in a container;RxContainerExpandTree_result_Hwnd_Id_rxextras.inf;RF2Parm
  15. RxExtras;Get a list box item's handle;RxListBoxItemHandle_text_HWnd_Id_item_rxextras.inf;RF3Parm
  16. RxExtras;Get a list of all local variables and values;RxVarDump_result_StemName_rxextras.inf;RF1Parm
  17. RxExtras;Get a list of all running applications;RxQuerySwitchList_result_StemName_rxextras.inf;RF1Parm
  18. RxExtras;Get a list of installed printer queues;RxQueueList_result_StemName_rxextras.inf;RF1Parm
  19. RxExtras;Get a system-wide global variable;RxGetGlobal_value_VarName_rxextras.inf;RF1Parm
  20. RxExtras;Get an item from a list box at an index;RxGetItemFromListBoxAtIndex_value_Hwnd_Id_row_rxextras.inf;RF3Parm
  21. RxExtras;Get country specific data;RxQueryCountryInfo_value_StemName_rxextras.inf;RF1Parm
  22. RxExtras;Get resource status;RxResourceQuery_status_ResName_rxextras.inf;RF1Parm
  23. RxExtras;Get system values;RxSysValues_value_StemName_rxextras.inf;RF1Parm
  24. RxExtras;Get the amount of free memory;RxMemAvail_bytes;RF0Parm
  25. RxExtras;Get the clipboard text;RxQueryClipboardText_text;RF0Parm
  26. RxExtras;Get the current executable program;RxGetEXEName_exename;RF0Parm
  27. RxExtras;Get the drive OS/2 was booted from;RxBootDrive_drive;RF0Parm
  28. RxExtras;Get the number of lines in a file;RxLineCount_count_File_rxextras.inf;RF1Parm
  29. RxExtras;Get the number of lines in a list box;RxGetListBoxCount_lines_HWnd_rxextras.inf;RF1Parm
  30. RxExtras;Get the selected item from a list box;RxGetItemFromListBox_Firstvalue_HWnd_rxextras.inf;RF1Parm
  31. RxExtras;Get the text of a window;RxWindowQueryText_text_HWnd_rxextras.inf;RF1Parm
  32. RxExtras;Get the type of drive;RxQueryDriveType_driveType_Drive_rxextras.inf;RF1Parm
  33. RxExtras;Get the volume label of a drive;RxVolumeLabel_label_Drive_rxextras.inf;RF1Parm
  34. RxExtras;Get window class name;RxQueryClassName_class_HWnd_rxextras.inf;RF1Parm
  35. RxExtras;Get window relations;RxQueryWindow_HWnd_HWnd_Relation_rxextras.inf;RF2Parm
  36. RxExtras;Increment the number of available file handles;RxAddFileHandles_NumHandles_NumToAdd_rxextras.inf;RF1Parm
  37. RxExtras;Insert an item into a stem;RxStemInsert_dummy_StemName_Index_Text_rxextras.inf;RF3Parm
  38. RxExtras;Kill a running thread;RxKillThread_result_ThreadId_rxextras.inf;RF1Parm
  39. RxExtras;Load or Drop RxExtras;RxExtra_version_LoadOrDrop_rxextras.inf;RF1Parm
  40. RxExtras;Mark an event as occurred;RxEventOccurred_result_EventName_rxextras.inf;RF1Parm
  41. RxExtras;Match a file name to a file specification;RxMatchWildCard_EditedName_File_WildCard_rxextras.inf;RF2Parm
  42. RxExtras;Print a stem;RxQueueWriteStem_result_QueueAndDriver_StemName_rxextras.inf;RF2Parm
  43. RxExtras;Query an event;RxEventQuery_result_EventName_rxextras.inf;RF1Parm
  44. RxExtras;Read a file into a stem;RxRead_result_StemName_File_rxextras.inf;RF2Parm
  45. RxExtras;Read a list box from a file;RxListBoxFromFile_result_HWnd_Id_File_rxextras.inf;RF3Parm
  46. RxExtras;Read a list box from a stem;RxListBoxFromStem_result_HWnd_Id_StemName_rxextras.inf;RF3Parm
  47. RxExtras;Release a serial resource;RxResourceRelease_result_ResName_rxextras.inf;RF1Parm
  48. RxExtras;Remove the splitbar from a container;RxContainerSplitBarRemove_result_Hwnd_id_rxextras.inf;RF2Parm
  49. RxExtras;Remove an item from a stem;RxStemRemove_dummy_StemName_Index_rxextras.inf;RF2Parm
  50. RxExtras;Request a serial resource;RxResourceRequest_result_ResName_rxextras.inf;RF1Parm
  51. RxExtras;Reset an event;RxEventReset_result_EventName_rxextras.inf;RF1Parm
  52. RxExtras;Resume a suspended thread;RxResumeThread_result_ThreadId_rxextras.inf;RF1Parm
  53. RxExtras;Scroll a list box;RxScrollListBox_result_HWnd_Id_NumToScroll_rxextras.inf;RF3Parm
  54. RxExtras;Search a list box for text;RxSearchItem_line_HWnd_Id_Text_StartRow_ForwardOrBack_rxextras.inf;RF5Parm
  55. RxExtras;Search a list of directories for a file;RxSearchPath_fullname_DirList_File_rxextras.inf;RF2Parm
  56. RxExtras;Search a stem for a string;RxStemSearch_result_StringToFind_FindStem_ResultStem_Options_rxextras.inf;RF4Parm
  57. RxExtras;Set a spinbutton from a stem;RxSetSpinButtonRangeFromStem_result_HWnd_Id_StemName_rxextras.inf;RF3Parm
  58. RxExtras;Set a spinbutton to a range of characters;RxSetSpinButtonCharRange_result_HWnd_Id_StartChar_EndChar_rxextras.inf;RF4Parm
  59. RxExtras;Set a spinbuttons' start, end and increment;RxSetSpinButtonRangeWithIncrement_result_HWnd_Id_Start_End_Increment_rxextras.inf;RF5Parm
  60. RxExtras;Set a system-wide global variable;RxSetGlobal_value_VarName_VarValue_rxextras.inf;RF2Parm
  61. RxExtras;Set an entry field's read only status;RxEntryFieldReadOnly_result_Hwnd_Id_state_rxextras.inf;RF3Parm
  62. RxExtras;Set focus to a window;RxWindowSetFocus_result_HWnd_rxextras.inf;RF1Parm
  63. RxExtras;Set the background colour for a notebook's major tabs;RxNotebookMajorTabSetBackColour_result_Hwnd_red_green_blue_rxextras.inf;RF4Parm
  64. RxExtras;Set the class for a thread;RxSetThreadClass_result_ThreadId_Class_rxextras.inf;RF2Parm
  65. RxExtras;Set the clipboard text;RxSetClipboardText_result_Text_rxextras.inf;RF1Parm
  66. RxExtras;Set the default printer queue;RxQueueSetDefault_result_QueueAndDriver_rxextras.inf;RF1Parm
  67. RxExtras;Set the icon for a window;RxSetIcon_result_HWnd_DLLName_ResIndex_rxextras.inf;RF3Parm
  68. RxExtras;Set the number of available file handles;RxSetFileHandles_result_NewNumber_rxextras.inf;RF1Parm
  69. RxExtras;Set the owner of a window;RxWindowSetOwner_result_HWnd_HwndOwner_rxextras.inf;RF2Parm
  70. RxExtras;Set the parent of a window;RxWindowSetParent_result_HWnd_HwndParent_rxextras.inf;RF2Parm
  71. RxExtras;Set the position of the splitbar for a container;RxContainerSetSplitBarPosition_result_Hwnd_Id_Position_rxextras.inf;RF3Parm
  72. RxExtras;Set the title attributes for a container in details view;RxContainerTitleAttributes_value_Hwnd_Id_Horizontal_Vertical_rxextras.inf;RF4Parm
  73. RxExtras;Show a printer queues' job properties;RxQueueJobProperties_result_QueueAndDriver_rxextras.inf;RF1Parm
  74. RxExtras;Sleep for 'n' milliseconds;RxNap_result_MilliSeconds_rxextras.inf;RF1Parm
  75. RxExtras;Sort a stemmed variable;RxSort_result_StemName_AscOrDesc_StartPos_EndPos_rxextras.inf;RF4Parm
  76. RxExtras;Start a CMD file on a separate thread;RxThread_threadId_CMDFile_args_rxextras.inf;RF2Parm
  77. RxExtras;Stop a running application;RxKillProcess_result_ProcessNum_rxextras.inf;RF1Parm
  78. RxExtras;Suspend a running thread;RxSuspendThread_result_ThreadId_rxextras.inf;RF1Parm
  79. RxExtras;Switch focus to a running application;RxSwitchTo_result_AppTitle_rxextras.inf;RF1Parm
  80. RxExtras;Wait for an event to occur;RxEventWaitFor_result_EventName_Timeout_rxextras.inf;RF2Parm
  81. RxExtras;Window maximize;RxMaximize_result_HWnd_rxextras.inf;RF1Parm
  82. RxExtras;Window minimize;RxMinimize_result_HWnd_rxextras.inf;RF1Parm
  83. RxExtras;Window restore;RxRestore_result_HWnd_rxextras.inf;RF1Parm
  84. RxExtras;Write a list box to a file;RxListBoxToFile_result_HWnd_Id_File_rxextras.inf;RF3Parm
  85. RxExtras;Write a list box to a stem;RxListBoxToStem_result_HWnd_Id_StemName_rxextras.inf;RF3Parm
  86. RxExtras;Write a stem to a file;RxWrite_result_StemName_File_rxextras.inf;RF2Parm
  87.