home *** CD-ROM | disk | FTP | other *** search
- C- ClipIconImage |clipiconimage|
- F- DefaultTool |defaulttool|
- F- IconHighlight |iconhighlight|
- F- IconType |icontype|
- C- InsertToolTypeList |inserttooltypelist|
- C- LoadIcon |loadicon|
- C- MakeIcon |makeicon|
- C- SaveIcon |saveicon|
- C- SetDefaultTool |setdefaulttool|
- C- SetIconHighlight |seticonhighlight|
- C- SetIconImage |seticonimage|
- C- SetToolTypeList |settooltypelist|
- [E]
-
- |clipiconimage|
- WT ClipIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
- PL Extracts the image or images used in an
- PL icon, storing them as brushes so you can
- PL show them or save them within your
- PL application.
- PL
- PT SEE ALSO:
- BS SetIconImage
- PT .
- ED
-
- |defaulttool|
- WT {FilePath}=DefaultTool({IconBufferName})
- PL Returns the default tool of "Icon Name".
- PL This is the program to be run if a user
- PL double-clicks on the icon from the
- PL Workbench.
- PL
- PT SEE ALSO:
- BS SetDefaultTool
- PT .
- ED
-
- |iconhighlight|
- WT {String}=IconHighlight({IconBufferName})
- PL Returns the highlight style used by the
- PL icon, either "COMPLEMENT", "BACKFILL", or
- PL "ALTIMAGE".
- PL
- PT SEE ALSO:
- BS SetIconHighlight
- PT .
- ED
-
- |icontype|
- WT {String}=IconType({IconBufferName})
- PL Returns the icontype which can be one
- PL of the following:
- PL "Project", "Disk", "Drawer", "Tool",
- PL "NDOS", "Device", "KickStart", or
- PL "Unknown"
- ED
-
- |inserttooltypelist|
- WT InsertToolTypeList {IconBufferName}
- PL Types the ToolTypes of the icon into the
- PL current document. See the manual for a
- PL full description of this command.
- PL
- PT SEE ALSO:
- BS SetToolTypeList
- PT .
- ED
-
- |loadicon|
- WT LoadIcon {FilePath} [,{IconBufferName} [,<loadflags>]]
- PL Loads an icon into a buffer. See the
- PL manual for a full description of this
- PL command.
- PL
- PT SEE ALSO:
- BS SaveIcon
- PT and
- BS MakeIcon
- PT .
- ED
-
- |makeicon|
- WT MakeIcon {IconBufferName}, <flags>, {BrushBufferName} [,{AltBrushBufferName}]
- PL Creates an Icon buffer. See the manual
- PL for a full description of this command.
- PL
- PT SEE ALSO:
- BS SaveIcon
- PT and
- BS LoadIcon
- PT .
- ED
-
- |saveicon|
- WT SaveIcon {IconBufferName} [,{SaveFilePath}]
- PL Saves an Icon buffer. See the manual
- PL for a full description of this command.
- PL
- PT SEE ALSO:
- BS MakeIcon
- PT and
- BS LoadIcon
- PT .
- ED
-
- |setdefaulttool|
- WT SetDefaultTool {IconBufferName}, {ToolString}
- PL Sets the Default tool used by the given
- PL Icon. The default tool is the program to
- PL be run if a user double-clicks on the icon
- PL from the Workbench.
- PL
- PT SEE ALSO:
- BS TheDefaultTool
- PT .
- ED
-
- |seticonhighlight|
- WT SetIconHighlight {IconBufferName}, <flags> [,{AltBrushBufferName}]
- PL This changes the highlight style of the
- PL icon buffer. See the manual for a full
- PL description of this command.
- PL
- PT SEE ALSO:
- BS IconHighlight
- PT .
- ED
-
- |seticonimage|
- WT SetIconImage {IconBufferName}, {BrushBufferName} [,{AltBrushBufferName}]
- PL This command sets the icon's image and
- PL optionally its alternate image. See the
- PL manual for a full description of this
- PL command.
- PL
- PT SEE ALSO:
- BS ClipIconImage
- PT .
- ED
-
- |settooltypelist|
- WT SetToolTypeList {IconBufferName}, {DocumentBufferName}
- PL This commands sets the tooltype list of the
- PL given icon buffer to the contents of the
- PL given document buffer. See the manual for
- PL a full description of this command.
- PL
- PT SEE ALSO:
- BS InsertToolTypeList
- PT .
- ED
-