home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Warp Uncensored
/
OS2_WARP_UNCENSORED.ISO
/
objtool
/
objtool.hlp
(
.txt
)
< prev
Wrap
OS/2 Help File
|
1995-05-29
|
7KB
|
229 lines
ΓòÉΓòÉΓòÉ 1. General Help for Object Tool ΓòÉΓòÉΓòÉ
The Workplace Shell Object Tool is a utility to assist you in working with
Workplace Shell objects. To use the tool, drag any Workplace Shell object and
drop it onto the Object Tool.
ΓòÉΓòÉΓòÉ 2. Setting the Object ID ΓòÉΓòÉΓòÉ
A Workplace Shell Object ID must begin with the less than character ('<') and
end with the greater than character ('>').
ΓòÉΓòÉΓòÉ 3. Specify an Object ID ΓòÉΓòÉΓòÉ
This field allows you to specify a new object ID for the object. The Object ID
can be any ASCII string, as long as it begins with a less than character ('<')
and ends with a greater than character ('>').
ΓòÉΓòÉΓòÉ 4. Class Name ΓòÉΓòÉΓòÉ
This is the name of the SOM/WPS class of which the object is an instance.
ΓòÉΓòÉΓòÉ 5. Class Information ΓòÉΓòÉΓòÉ
Click on this pushbutton to display a second panel with information about the
class.
ΓòÉΓòÉΓòÉ 6. Template ΓòÉΓòÉΓòÉ
This style flag controls whether an object is a template. The Workplace Shell
displays templates as "sticky pad" icons with the original icon displayed
within.
Note: This style flag corresponds to the OBJSTYLE_TEMPLATE style bit.
ΓòÉΓòÉΓòÉ 7. Copyable ΓòÉΓòÉΓòÉ
This style flag controls whether or not an object can be copied.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NOCOPY style
bit. That is, if the checkbox is checked, the OBJSTYLE_NOCOPY style is off.
ΓòÉΓòÉΓòÉ 8. Moveable ΓòÉΓòÉΓòÉ
This style flag controls whether or not an object can be moved.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NOMOVE style
bit. That is, if the checkbox is checked, the OBJSTYLE_NOMOVE style is off.
ΓòÉΓòÉΓòÉ 9. Linkable ΓòÉΓòÉΓòÉ
This style flag controls whether or not an object can be moved.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NOLINK style
bit. That is, if the checkbox is checked, the OBJSTYLE_NOLINK style is off.
ΓòÉΓòÉΓòÉ 10. Deleteable ΓòÉΓòÉΓòÉ
This style flag controls whether or not an object can be deleted.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NODELETE style
bit. That is, if the checkbox is checked, the OBJSTYLE_NODELETE style is off.
ΓòÉΓòÉΓòÉ 11. Printable ΓòÉΓòÉΓòÉ
This style flag controls whether or not an object can be printed.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NOPRINT style
bit. That is, if the checkbox is checked, the OBJSTYLE_NOPRINT style is off.
ΓòÉΓòÉΓòÉ 12. Draggable ΓòÉΓòÉΓòÉ
This style flag controls whether or not the object can be dragged. If set, you
can initiate a drag operation by clicking and holding the drag mouse button
(usually button 2), and moving the mouse.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NODRAG style
bit. That is, if the checkbox is checked, the OBJSTYLE_NODRAG style is off.
ΓòÉΓòÉΓòÉ 13. Droppable ΓòÉΓòÉΓòÉ
This style flag controls whether or not you can drop other objects onto this
object.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NODROP style
bit. That is, if the checkbox is checked, the OBJSTYLE_NODROP style is off.
ΓòÉΓòÉΓòÉ 14. Visible ΓòÉΓòÉΓòÉ
This style flag controls whether or not the object is visible.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NOTVISIBLE
style bit. That is, if the checkbox is checked, the OBJSTYLE_NOTVISIBLE style
is off.
ΓòÉΓòÉΓòÉ 15. Renameable ΓòÉΓòÉΓòÉ
This style flag controls whether or not the object can be renamed.
Note: This checkbox corresponds to the negation of the OBJSTYLE_NORENAME style
bit. That is, if the checkbox is checked, the OBJSTYLE_NORENAME style is off.
ΓòÉΓòÉΓòÉ 16. Templateable ΓòÉΓòÉΓòÉ
This style flag controls whether objects of this class can become templates.
The Workplace Shell displays templates as "sticky pad" icons with the original
icon displayed within.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERTEMPLATE
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERTEMPLATE
style is off.
ΓòÉΓòÉΓòÉ 17. Copyable ΓòÉΓòÉΓòÉ
This style flag controls whether objects of this class can be copied.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERCOPY
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERCOPY style
is off.
ΓòÉΓòÉΓòÉ 18. Moveable ΓòÉΓòÉΓòÉ
This style flag controls whether objects of this class can be moved.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERMOVE
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERMOVE style
is off.
ΓòÉΓòÉΓòÉ 19. Linkable ΓòÉΓòÉΓòÉ
This style flag controls whether or not you can make shadows of objects of this
class.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERLINK
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERLINK style
is off.
ΓòÉΓòÉΓòÉ 20. Deleteable ΓòÉΓòÉΓòÉ
This style flag controls whether objects of this class can be deleted.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERDELETE
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERDELETE style
is off.
ΓòÉΓòÉΓòÉ 21. Printable ΓòÉΓòÉΓòÉ
This style flag controls whether objects of this class can be printed.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERPRINT
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERPRINT style
is off.
ΓòÉΓòÉΓòÉ 22. Renameable ΓòÉΓòÉΓòÉ
This style flag controls whether objects of this class can be renamed.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERRENAME
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERRENAME style
is off.
ΓòÉΓòÉΓòÉ 23. Droppable ΓòÉΓòÉΓòÉ
This style flag controls whether or not you can drop other objects onto objects
of this class.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERDROPON
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERDROPON style
is off.
ΓòÉΓòÉΓòÉ 24. Visible ΓòÉΓòÉΓòÉ
This style flag controls whether or not objects of this class are visible.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERVISIBLE
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERVISIBLE
style is off.
ΓòÉΓòÉΓòÉ 25. Settings available ΓòÉΓòÉΓòÉ
This style flag controls whether you can bring up Settings notebooks for
objects of this class.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERSETTINGS
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERSETTINGS
style is off.
ΓòÉΓòÉΓòÉ 26. Draggable ΓòÉΓòÉΓòÉ
This style flag controls whether or not objects of this class can be dragged.
If set, you can initiate a drag operation by clicking and holding the drag
mouse button (usually button 2), and moving the mouse.
Note: This checkbox corresponds to the negation of the CLSSTYLE_NEVERDRAG
style bit. That is, if the checkbox is checked, the CLSSTYLE_NEVERDRAG style
is off.
ΓòÉΓòÉΓòÉ 27. Hideable ΓòÉΓòÉΓòÉ
This style flag controls whether or not objects of this class can be hidden.
Note: This checkbox corresponds to the negation of the CLSSTYLE_HIDDEN style
bit. That is, if the checkbox is checked, the CLSSTYLE_HIDDEN style is off.