home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vrextras.zip / vrextras.VRY (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1995-08-25  |  4KB  |  155 lines

  1. VRX   OS/2 v2.13
  2. VRWindow
  3. sizeable
  4. Modal
  5. CALL Window1_Close
  6. CALL Window1_Resize
  7. VRExtras - Demo
  8. Window1
  9. VRGroupBox
  10. <default>
  11. <default>
  12. VRPictureBox
  13. White
  14. Black
  15. Pict_1
  16. VRLine    Thickness
  17.     Direction
  18. Horizontal
  19. DarkRed
  20. CALL LI_4_Click
  21. Click-me to  move
  22. VRLine    Thickness
  23.     Direction
  24. Horizontal
  25. CALL LI_3_Click
  26. Click-me to  move
  27. VRPushButton
  28. NoPointerFocus
  29. Cancel
  30. CALL PB_1_Click
  31. ContextMenu
  32. CALL PB_1_ContextMenu
  33. Leave the dome...
  34. VRLine    Thickness
  35.     Direction
  36. Vertical
  37. CALL LI_2_Click
  38. Click-me to  move
  39. VRLine    Thickness
  40.     Direction
  41. Vertical
  42. DarkGreen
  43. CALL LI_2_Click
  44. Click-me to  move
  45. VRLine    Thickness
  46.     Direction
  47. Horizontal
  48. Black
  49. CALL LI_1_Click
  50. Click-me to  move
  51. VRTransparentText
  52. Centered
  53. WrapText
  54. SizeToText
  55. This is an example of transparent text with word wrap switched on
  56. ClipSiblings
  57. 16.Helv Bold Italic
  58. CALL TT_3_Click
  59. ContextMenu
  60. CALL TT_3_ContextMenu
  61. Click-me to  move, I have a context menu too
  62. VRTransparentText
  63. Centered
  64. Centered
  65. WrapText
  66. SizeToText
  67. Starfield bitmap
  68. White
  69. ClipSiblings
  70. 12.Helv
  71. CALL TT_2_Click
  72. ContextMenu
  73. CALL TT_2_ContextMenu
  74. Click-me to  move, I have a context menu too
  75. VRScroll
  76. Orientation
  77. Vertical
  78. StandardSize
  79. FrameControl
  80. MinimumValue
  81. MaximumValue
  82.     ThumbSize
  83. CALL SCR_3_Change
  84. LineIncrement
  85. PageIncrement
  86. Track
  87. CALL SCR_3_Track
  88. ClipSiblings
  89. SCR_3
  90. Move selected object up or down
  91. VRScroll
  92. Orientation
  93. Horizontal
  94. StandardSize
  95. FrameControl
  96. MinimumValue
  97. MaximumValue
  98.     ThumbSize
  99. CALL SCR_4_Change
  100. LineIncrement
  101. PageIncrement
  102. Track
  103. CALL SCR_4_Track
  104. ClipSiblings
  105. SCR_4
  106. Move selected object left or right
  107. VRScroll
  108. Orientation
  109. Vertical
  110. StandardSize
  111. FrameControl
  112. MinimumValue
  113. MaximumValue
  114.     ThumbSize
  115. CALL SCR_1_Change
  116. LineIncrement
  117. PageIncrement
  118. Track
  119. CALL SCR_1_Track
  120. ClipSiblings
  121. SCR_1
  122. Move the window contents up or down
  123. VRScroll
  124. Orientation
  125. Horizontal
  126. StandardSize
  127. FrameControl
  128. MinimumValue
  129. MaximumValue
  130.     ThumbSize
  131. CALL SCR_2_Change
  132. LineIncrement
  133. PageIncrement
  134. Track
  135. CALL SCR_2_Track
  136. ClipSiblings
  137. SCR_2
  138. Move the window contents left or right
  139.     VRMenuBar
  140. VRMenu
  141. Menu1
  142. VRMenuItem
  143. ~Left justify
  144. CALL idm_left_Click
  145. idm_left
  146. VRMenuItem
  147. ~Center
  148. CALL idm_center_Click
  149. idm_center
  150. VRMenuItem
  151. ~Right justify
  152. CALL idm_right_Click
  153. idm_right
  154. Window1
  155.