home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Warp Uncensored / OS2_WARP_UNCENSORED.ISO / objtool / objtool.hlp (.txt) < prev   
OS/2 Help File  |  1995-05-29  |  7KB  |  229 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help for Object Tool ΓòÉΓòÉΓòÉ
  3.  
  4. The Workplace Shell Object Tool is a utility to assist you in working with 
  5. Workplace Shell objects.  To use the tool, drag any Workplace Shell object and 
  6. drop it onto the Object Tool. 
  7.  
  8.  
  9. ΓòÉΓòÉΓòÉ 2. Setting the Object ID ΓòÉΓòÉΓòÉ
  10.  
  11. A Workplace Shell Object ID must begin with the less than character ('<') and 
  12. end with the greater than character ('>'). 
  13.  
  14.  
  15. ΓòÉΓòÉΓòÉ 3. Specify an Object ID ΓòÉΓòÉΓòÉ
  16.  
  17. This field allows you to specify a new object ID for the object.  The Object ID 
  18. can be any ASCII string, as long as it begins with a less than character ('<') 
  19. and ends with a greater than character ('>'). 
  20.  
  21.  
  22. ΓòÉΓòÉΓòÉ 4. Class Name ΓòÉΓòÉΓòÉ
  23.  
  24. This is the name of the SOM/WPS class of which the object is an instance. 
  25.  
  26.  
  27. ΓòÉΓòÉΓòÉ 5. Class Information ΓòÉΓòÉΓòÉ
  28.  
  29. Click on this pushbutton to display a second panel with information about the 
  30. class. 
  31.  
  32.  
  33. ΓòÉΓòÉΓòÉ 6. Template ΓòÉΓòÉΓòÉ
  34.  
  35. This style flag controls whether an object is a template.  The Workplace Shell 
  36. displays templates as "sticky pad" icons with the original icon displayed 
  37. within. 
  38.  
  39. Note:  This style flag corresponds to the OBJSTYLE_TEMPLATE style bit. 
  40.  
  41.  
  42. ΓòÉΓòÉΓòÉ 7. Copyable ΓòÉΓòÉΓòÉ
  43.  
  44. This style flag controls whether or not an object can be copied. 
  45.  
  46. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NOCOPY style 
  47. bit.  That is, if the checkbox is checked, the OBJSTYLE_NOCOPY style is off. 
  48.  
  49.  
  50. ΓòÉΓòÉΓòÉ 8. Moveable ΓòÉΓòÉΓòÉ
  51.  
  52. This style flag controls whether or not an object can be moved. 
  53.  
  54. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NOMOVE style 
  55. bit.  That is, if the checkbox is checked, the OBJSTYLE_NOMOVE style is off. 
  56.  
  57.  
  58. ΓòÉΓòÉΓòÉ 9. Linkable ΓòÉΓòÉΓòÉ
  59.  
  60. This style flag controls whether or not an object can be moved. 
  61.  
  62. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NOLINK style 
  63. bit.  That is, if the checkbox is checked, the OBJSTYLE_NOLINK style is off. 
  64.  
  65.  
  66. ΓòÉΓòÉΓòÉ 10. Deleteable ΓòÉΓòÉΓòÉ
  67.  
  68. This style flag controls whether or not an object can be deleted. 
  69.  
  70. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NODELETE style 
  71. bit.  That is, if the checkbox is checked, the OBJSTYLE_NODELETE style is off. 
  72.  
  73.  
  74. ΓòÉΓòÉΓòÉ 11. Printable ΓòÉΓòÉΓòÉ
  75.  
  76. This style flag controls whether or not an object can be printed. 
  77.  
  78. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NOPRINT style 
  79. bit.  That is, if the checkbox is checked, the OBJSTYLE_NOPRINT style is off. 
  80.  
  81.  
  82. ΓòÉΓòÉΓòÉ 12. Draggable ΓòÉΓòÉΓòÉ
  83.  
  84. This style flag controls whether or not the object can be dragged.  If set, you 
  85. can initiate a drag operation by clicking and holding the drag mouse button 
  86. (usually button 2), and moving the mouse. 
  87.  
  88. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NODRAG style 
  89. bit.  That is, if the checkbox is checked, the OBJSTYLE_NODRAG style is off. 
  90.  
  91.  
  92. ΓòÉΓòÉΓòÉ 13. Droppable ΓòÉΓòÉΓòÉ
  93.  
  94. This style flag controls whether or not you can drop other objects onto this 
  95. object. 
  96.  
  97. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NODROP style 
  98. bit.  That is, if the checkbox is checked, the OBJSTYLE_NODROP style is off. 
  99.  
  100.  
  101. ΓòÉΓòÉΓòÉ 14. Visible ΓòÉΓòÉΓòÉ
  102.  
  103. This style flag controls whether or not the object is visible. 
  104.  
  105. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NOTVISIBLE 
  106. style bit.  That is, if the checkbox is checked, the OBJSTYLE_NOTVISIBLE style 
  107. is off. 
  108.  
  109.  
  110. ΓòÉΓòÉΓòÉ 15. Renameable ΓòÉΓòÉΓòÉ
  111.  
  112. This style flag controls whether or not the object can be renamed. 
  113.  
  114. Note:  This checkbox corresponds to the negation of the OBJSTYLE_NORENAME style 
  115. bit.  That is, if the checkbox is checked, the OBJSTYLE_NORENAME style is off. 
  116.  
  117.  
  118. ΓòÉΓòÉΓòÉ 16. Templateable ΓòÉΓòÉΓòÉ
  119.  
  120. This style flag controls whether objects of this class can become templates. 
  121. The Workplace Shell displays templates as "sticky pad" icons with the original 
  122. icon displayed within. 
  123.  
  124. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERTEMPLATE 
  125. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERTEMPLATE 
  126. style is off. 
  127.  
  128.  
  129. ΓòÉΓòÉΓòÉ 17. Copyable ΓòÉΓòÉΓòÉ
  130.  
  131. This style flag controls whether objects of this class can be copied. 
  132.  
  133. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERCOPY 
  134. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERCOPY style 
  135. is off. 
  136.  
  137.  
  138. ΓòÉΓòÉΓòÉ 18. Moveable ΓòÉΓòÉΓòÉ
  139.  
  140. This style flag controls whether objects of this class can be moved. 
  141.  
  142. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERMOVE 
  143. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERMOVE style 
  144. is off. 
  145.  
  146.  
  147. ΓòÉΓòÉΓòÉ 19. Linkable ΓòÉΓòÉΓòÉ
  148.  
  149. This style flag controls whether or not you can make shadows of objects of this 
  150. class. 
  151.  
  152. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERLINK 
  153. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERLINK style 
  154. is off. 
  155.  
  156.  
  157. ΓòÉΓòÉΓòÉ 20. Deleteable ΓòÉΓòÉΓòÉ
  158.  
  159. This style flag controls whether objects of this class can be deleted. 
  160.  
  161. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERDELETE 
  162. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERDELETE style 
  163. is off. 
  164.  
  165.  
  166. ΓòÉΓòÉΓòÉ 21. Printable ΓòÉΓòÉΓòÉ
  167.  
  168. This style flag controls whether objects of this class can be printed. 
  169.  
  170. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERPRINT 
  171. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERPRINT style 
  172. is off. 
  173.  
  174.  
  175. ΓòÉΓòÉΓòÉ 22. Renameable ΓòÉΓòÉΓòÉ
  176.  
  177. This style flag controls whether objects of this class can be renamed. 
  178.  
  179. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERRENAME 
  180. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERRENAME style 
  181. is off. 
  182.  
  183.  
  184. ΓòÉΓòÉΓòÉ 23. Droppable ΓòÉΓòÉΓòÉ
  185.  
  186. This style flag controls whether or not you can drop other objects onto objects 
  187. of this class. 
  188.  
  189. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERDROPON 
  190. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERDROPON style 
  191. is off. 
  192.  
  193.  
  194. ΓòÉΓòÉΓòÉ 24. Visible ΓòÉΓòÉΓòÉ
  195.  
  196. This style flag controls whether or not objects of this class are visible. 
  197.  
  198. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERVISIBLE 
  199. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERVISIBLE 
  200. style is off. 
  201.  
  202.  
  203. ΓòÉΓòÉΓòÉ 25. Settings available ΓòÉΓòÉΓòÉ
  204.  
  205. This style flag controls whether you can bring up Settings notebooks for 
  206. objects of this class. 
  207.  
  208. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERSETTINGS 
  209. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERSETTINGS 
  210. style is off. 
  211.  
  212.  
  213. ΓòÉΓòÉΓòÉ 26. Draggable ΓòÉΓòÉΓòÉ
  214.  
  215. This style flag controls whether or not objects of this class can be dragged. 
  216. If set, you can initiate a drag operation by clicking and holding the drag 
  217. mouse button (usually button 2), and moving the mouse. 
  218.  
  219. Note:  This checkbox corresponds to the negation of the CLSSTYLE_NEVERDRAG 
  220. style bit.  That is, if the checkbox is checked, the CLSSTYLE_NEVERDRAG style 
  221. is off. 
  222.  
  223.  
  224. ΓòÉΓòÉΓòÉ 27. Hideable ΓòÉΓòÉΓòÉ
  225.  
  226. This style flag controls whether or not objects of this class can be hidden. 
  227.  
  228. Note:  This checkbox corresponds to the negation of the CLSSTYLE_HIDDEN style 
  229. bit.  That is, if the checkbox is checked, the CLSSTYLE_HIDDEN style is off.