Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
319
cde/doc/C/help/Iconed/Concepts.sgm
Normal file
319
cde/doc/C/help/Iconed/Concepts.sgm
Normal file
@@ -0,0 +1,319 @@
|
||||
<!-- $XConsortium: Concepts.sgm /main/8 1996/09/08 22:26:48 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Iconed -->
|
||||
<!-- File name: Concepts -->
|
||||
<Chapter Id="Concepts">
|
||||
<Title>Icon Editor Concepts</Title>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.CNCP.item.1">
|
||||
<Para><XRef Linkend="UsingIconEditorSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.2">
|
||||
<Para><XRef Linkend="IconDesignRecommendationsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.3">
|
||||
<Para><XRef Linkend="IconFileNameConventionsSI"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Sect1 Id="UsingIconEditorSI">
|
||||
<Title>Getting Started with Icon Editor</Title>
|
||||
<IndexTerm>
|
||||
<Primary>using: Icon Editor</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Icon Editor: using</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>editing: icons</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>icons: editing</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Icon Editor enables you to create and edit images in two formats:
|
||||
</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HICND.CNCP.item.4">
|
||||
<Para><Emphasis>X pixmap (XPM format)</Emphasis> -- Multicolor images that include static
|
||||
and dynamic colors. Pixmap files are normally identified by a <ComputerOutput>.pm</ComputerOutput>
|
||||
file-name extension.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.5">
|
||||
<Para><Emphasis>X bitmap (XBM format)</Emphasis> -- Black-and-white images. Bitmap files
|
||||
are normally identified by a <ComputerOutput>.bm</ComputerOutput> file-name extension.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para>You draw images by selecting a tool and a color, and then drawing in the work
|
||||
area. As you draw, Icon Editor displays an actual-size copy of your icon
|
||||
in both formats. Even if you are drawing an image for use on color
|
||||
systems, you should be sure the black and white version is legible because
|
||||
icons may revert to the bitmap format if there are not enough free colors
|
||||
to display the full color version.</Para>
|
||||
</Sect1>
|
||||
<Sect1 Id="IconDesignRecommendationsSI">
|
||||
<Title>Icon Design Recommendations</Title>
|
||||
<Para>Try to use a common theme among related icons. For example, if you are
|
||||
designing icons for an application, have purposeful similarities between
|
||||
the application's icon and icons for related data files.</Para>
|
||||
<Para>Be sure the black-and-white version of any color icon you design is acceptable.
|
||||
If the icon is displayed on a monochrome or grayscale display (or if there
|
||||
are not enough colors available), the icon is automatically displayed in
|
||||
its black-and-white form.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.CNCP.item.6">
|
||||
<Para><XRef Linkend="ColorManagementAndUsageSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.7">
|
||||
<Para><XRef Linkend="IconSizeRecommendationsSI"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Sect2 Id="ColorManagementAndUsageSI">
|
||||
<Title>Color Usage</Title>
|
||||
<IndexTerm>
|
||||
<Primary>color: usage in icons</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>icons: color usage</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Icons in the desktop use a palette of 22 colors:
|
||||
</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HICND.CNCP.item.8">
|
||||
<Para>Eight static grays
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.9">
|
||||
<Para>Eight static colors: red, blue, green, cyan, magenta, yellow, black,
|
||||
and white
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.10">
|
||||
<Para>Six dynamic colors: foreground, background, top shadow, bottom shadow,
|
||||
select, and transparent
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para>This palette is rich enough to create attractive, easy-to-read icons
|
||||
without taking too many color resources that may be needed by other
|
||||
applications.
|
||||
Icons provided with the desktop use mostly grays with color for accent.</Para>
|
||||
<Para>The dynamic colors are useful for icons that change color as different
|
||||
color palettes are selected in Style Manager.</Para>
|
||||
<Para>The transparent color is useful for creating icons that have the
|
||||
illusion of being nonrectangular, since it allows the color behind
|
||||
the icon to show through.</Para>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconSizeRecommendationsSI">
|
||||
<Title>Icon Size Recommendations</Title>
|
||||
<IndexTerm>
|
||||
<Primary>icons: size recommendations</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>size: icons</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Following are the recommended sizes -- in pixels, width×height -- for
|
||||
creating new icons.</Para>
|
||||
<Para>File Manager (Large):
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 32×32&newline;Medium resolution:32×32&newline;Low resolution: 32×32</Para>
|
||||
<Para>File Manager (Small):
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 16×16&newline;Medium resolution:16×16&newline;Low resolution: 16×16</Para>
|
||||
<Para>Application Manager (Large):
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 32×32&newline;Medium resolution:32×32&newline;Low resolution: 32×32</Para>
|
||||
<Para>Application Manager (Small):
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 16×16&newline;Medium resolution:16×16&newline;Low resolution: 16×16</Para>
|
||||
<Para>Front Panel:
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 48×48&newline;Medium resolution:48×48&newline;Low resolution: 32×32</Para>
|
||||
<Para>Front Panel Subpanels:
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 32×32&newline;Medium resolution:32×32&newline;Low resolution: 16×16</Para>
|
||||
<Para>Minimized Windows:
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 48×48&newline;Medium resolution:48×48&newline;Low resolution: 32×32</Para>
|
||||
<Para>Desktop:
|
||||
</Para>
|
||||
<Para Role="indent">High resolution: 32×32&newline;Medium resolution:32×32&newline;Low resolution: 32×32</Para>
|
||||
<Para>Backdrop images can be any size. The pattern is repeated to fill the
|
||||
entire workspace.</Para>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.CNCP.item.11">
|
||||
<Para><XRef Linkend="ToResizeTheCurrentIconTA"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect2>
|
||||
</Sect1>
|
||||
<Sect1 Id="IconFileNameConventionsSI">
|
||||
<Title>Icon File-Name Conventions</Title>
|
||||
<IndexTerm>
|
||||
<Primary>icons: how files are found</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>image files: see icons</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>icons: naming conventions</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary><ComputerOutput>.pm</ComputerOutput> file-name</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary><ComputerOutput>.bm</ComputerOutput> file-name</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>bitmaps: how files are found</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>pixmaps: how files are found</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>conventions, image file naming</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Each icon and backdrop image is stored as a separate file.
|
||||
Typically, an
|
||||
icon is specified with just the base part of its file name. For example,
|
||||
an icon might be referenced with just the name <ComputerOutput>mail</ComputerOutput> when the file is
|
||||
actually stored as:</Para>
|
||||
<ProgramListing>/usr/dt/appconfig/icons/<Symbol Role="Variable">language</Symbol>/mail.l.pm</ProgramListing>
|
||||
<Para>The file-naming convention of adding suffixes helps group icons by size and
|
||||
type. For desktop components, many icon names are in these general
|
||||
formats:</Para>
|
||||
<ProgramListing><Symbol Role="Variable">basename</Symbol>.<Symbol Role="Variable">size</Symbol>.<Symbol Role="Variable">format</Symbol>
|
||||
<Symbol Role="Variable">basename</Symbol>.<Symbol Role="Variable">format</Symbol>
|
||||
</ProgramListing>
|
||||
<Para>where <Symbol Role="Variable">basename</Symbol> is the image name used to reference the image, <Symbol Role="Variable">size</Symbol>
|
||||
is a single letter indicating the icon size, and
|
||||
<Symbol Role="Variable">format</Symbol> is <ComputerOutput>pm</ComputerOutput> for X pixmaps or <ComputerOutput>bm</ComputerOutput> for X bitmaps.</Para>
|
||||
<Para>The valid icon sizes are:</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Name</Term>
|
||||
<ListItem>
|
||||
<Para>Size Suffix
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Tiny</Term>
|
||||
<ListItem>
|
||||
<Para>16×16 <Symbol Role="Variable">t</Symbol>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Small</Term>
|
||||
<ListItem>
|
||||
<Para>24×24 <Symbol Role="Variable">s</Symbol>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Medium</Term>
|
||||
<ListItem>
|
||||
<Para>32×32 <Symbol Role="Variable">m</Symbol>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Large</Term>
|
||||
<ListItem>
|
||||
<Para>48×48 <Symbol Role="Variable">l</Symbol>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Para>For example, suppose you specify an icon named <ComputerOutput>mail</ComputerOutput> for a file type
|
||||
you've written. If you have a color display and have set the File Manager
|
||||
preferences to use small icons, the assumed icon name is <ComputerOutput>mail.s.pm</ComputerOutput>
|
||||
(the <ComputerOutput>s</ComputerOutput> represents small, and <ComputerOutput>pm</ComputerOutput> is for <Symbol Role="Variable">pixmap</Symbol>, the color
|
||||
icon format).</Para>
|
||||
<Procedure>
|
||||
<Title>Search Paths</Title>
|
||||
<Step>
|
||||
<Para>The directory where an image is stored is determined by searching for the
|
||||
file in a list of directories. This list of directories is defined
|
||||
by a "search path" for icons.</Para>
|
||||
<Para>If you are using a color display, the desktop searches for files ending
|
||||
in <ComputerOutput>.pm</ComputerOutput> first. Otherwise, it looks for files ending in <ComputerOutput>.bm</ComputerOutput>.</Para>
|
||||
<Para>If an image is specified with a complete path name, the search
|
||||
path is not used.</Para>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.CNCP.item.12">
|
||||
<Para><XRef Linkend="IconSearchPathsSI"> lists the search path specifications.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Sect2 Id="StoringIconFilesTO">
|
||||
<Title>Storing Icon Files</Title>
|
||||
<IndexTerm>
|
||||
<Primary>storing icon files</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>icon file: storing</Primary>
|
||||
</IndexTerm>
|
||||
<Para>By default, the desktop components look in these directories for icon files:
|
||||
</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HICND.CNCP.item.13">
|
||||
<Para>Personal icons: <ComputerOutput>/<Symbol Role="Variable">HomeDirectory</Symbol>/.dt/icons</ComputerOutput></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.14">
|
||||
<Para>System-wide icons: <ComputerOutput>/etc/dt/appconfig/icons/<Symbol Role="Variable">language</Symbol></ComputerOutput></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.15">
|
||||
<Para>Built-in icons: <ComputerOutput>/usr/dt/appconfig/icons/<Symbol Role="Variable">language</Symbol></ComputerOutput></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para>For English icons, use <ComputerOutput>C</ComputerOutput> for <Symbol Role="Variable">language</Symbol>.</Para>
|
||||
</Sect2>
|
||||
<Sect2 Id="StoringBackdropImageFilesTO">
|
||||
<Title>Storing Backdrop Image Files</Title>
|
||||
<IndexTerm>
|
||||
<Primary>backdrop: storing backdrop image files</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>image file: storing backdrop</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Each backdrop listed in the Style Manager Backdrop dialog box represents
|
||||
an image file. By default, Style Manager looks for backdrops in these
|
||||
directories:
|
||||
</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HICND.CNCP.item.16">
|
||||
<Para>System-wide images: <ComputerOutput>/etc/dt/appconfig/backdrops/<Symbol Role="Variable">language</Symbol></ComputerOutput></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.CNCP.item.17">
|
||||
<Para>Built-in images: <ComputerOutput>/usr/dt/backdrops/<Symbol Role="Variable">language</Symbol></ComputerOutput></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para>If you create a new backdrop image that you want all system users to
|
||||
be able to access,
|
||||
place the backdrop image in <ComputerOutput>/etc/dt/appconfig/backdrops/<Symbol Role="Variable">language</Symbol></ComputerOutput>.
|
||||
To restrict access to a backdrop image to particular users, put the
|
||||
backdrop image in a different directory and add that directory to
|
||||
the <ComputerOutput>*backdropDirectories</ComputerOutput> resource for those users.</Para>
|
||||
<!-- EOF: Concepts -->
|
||||
</Sect2>
|
||||
</Sect1>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:36:17-->
|
||||
13
cde/doc/C/help/Iconed/GEntity.sgm
Normal file
13
cde/doc/C/help/Iconed/GEntity.sgm
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- $XConsortium: GEntity.sgm /main/7 1996/06/19 16:14:34 drk $ -->
|
||||
<!entity IconEditorCircleTool SYSTEM "./Iconed/graphics/circle.pm" NDATA XPM>
|
||||
<!entity IconEditorEllipseTool SYSTEM "./Iconed/graphics/ellipse.pm" NDATA XPM>
|
||||
<!entity IconEditorEraserTool SYSTEM "./Iconed/graphics/erase.pm" NDATA XPM>
|
||||
<!entity IconEditorFloodTool SYSTEM "./Iconed/graphics/flood.pm" NDATA XPM>
|
||||
<!entity IconEditorLineTool SYSTEM "./Iconed/graphics/line.pm" NDATA XPM>
|
||||
<!entity IconEditorOverview SYSTEM "./Iconed/graphics/main.tif" NDATA TIFF>
|
||||
<!entity IconEditorPencilTool SYSTEM "./Iconed/graphics/pencil.pm" NDATA XPM>
|
||||
<!entity IconEditorPolygonClosedTool SYSTEM "./Iconed/graphics/polygon.pm" NDATA XPM>
|
||||
<!entity IconEditorPolygonOpenTool SYSTEM "./Iconed/graphics/polyline.pm" NDATA XPM>
|
||||
<!entity IconEditorRectangleTool SYSTEM "./Iconed/graphics/rectang.pm" NDATA XPM>
|
||||
<!entity IconEditorSelectionTool SYSTEM "./Iconed/graphics/select.pm" NDATA XPM>
|
||||
|
||||
50
cde/doc/C/help/Iconed/Home.sgm
Normal file
50
cde/doc/C/help/Iconed/Home.sgm
Normal file
@@ -0,0 +1,50 @@
|
||||
<!-- $XConsortium: Home.sgm /main/5 1996/09/08 22:26:57 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help Volume: Iconed -->
|
||||
<!-- File name: HomeTopic -->
|
||||
<PartIntro Id="SDL-RESERVED-hometopic">
|
||||
<Title>Icon Editor Help</Title>
|
||||
<TitleAbbrev>Icon Editor Help</TitleAbbrev>
|
||||
<Para>Icon Editor is a simple drawing program designed especially for
|
||||
creating icons and backdrop images. Use Icon Editor to create
|
||||
multicolor icons or traditional black-and-white bitmaps.
|
||||
</Para>
|
||||
<Graphic Entityref="IconEditorOverview" Id="HICND.HTOP.fig.1"></Graphic>
|
||||
<Procedure>
|
||||
<Title>To Start Icon Editor</Title>
|
||||
<Step>
|
||||
<OrderedList>
|
||||
<ListItem Id="HICND.HTOP.item.1">
|
||||
<Para>Click the arrow control above the Front Panel Text Editor control.
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.HTOP.item.2">
|
||||
<Para>In the Personal Applications subpanel, click the Icon Editor control.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</OrderedList>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.HTOP.item.3">
|
||||
<Para><XRef Linkend="TOC"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.HTOP.item.4">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.HTOP.item.5">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.HTOP.item.6">
|
||||
<Para><XRef Linkend="Reference"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<!-- EOF: HomeTopic -->
|
||||
</Step>
|
||||
</Procedure>
|
||||
</PartIntro>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:36:17-->
|
||||
27
cde/doc/C/help/Iconed/MetaInfo.sgm
Normal file
27
cde/doc/C/help/Iconed/MetaInfo.sgm
Normal file
@@ -0,0 +1,27 @@
|
||||
<!-- $XConsortium: MetaInfo.sgm /main/3 1996/09/08 22:27:04 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<DocInfo>
|
||||
<Title>Icon Editor Help</Title>
|
||||
<AuthorGroup>
|
||||
<CorpAuthor>X Consortium</CorpAuthor>
|
||||
</AuthorGroup>
|
||||
<Abstract Id="SDL-RESERVED-abstract">
|
||||
<Para>Creating and Editing Icons
|
||||
* Color Usage in Icons
|
||||
* How Icons are Found
|
||||
* Icon Editor Reference</Para>
|
||||
</Abstract>
|
||||
<LegalNotice Id="SDL-RESERVED-copyright">
|
||||
<BlockQuote>
|
||||
<Para>&CDEcopyright;</Para>
|
||||
</BlockQuote>
|
||||
</LegalNotice>
|
||||
</DocInfo>
|
||||
<Title>Icon Editor Help</Title>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:36:17-->
|
||||
691
cde/doc/C/help/Iconed/Ref.sgm
Normal file
691
cde/doc/C/help/Iconed/Ref.sgm
Normal file
@@ -0,0 +1,691 @@
|
||||
<!-- $XConsortium: Ref.sgm /main/9 1996/09/08 22:27:12 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Iconed -->
|
||||
<!-- File name: Reference -->
|
||||
<Chapter Id="Reference">
|
||||
<Title>Icon Editor Reference</Title>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.REF.item.1">
|
||||
<Para><XRef Linkend="IconSearchPathsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.2">
|
||||
<Para><XRef Linkend="IconEditorToolsPanelSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.3">
|
||||
<Para><XRef Linkend="IconEditorMenusSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.4">
|
||||
<Para><XRef Linkend="IEWindowsAndDialogsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.5">
|
||||
<Para><XRef Linkend="IEopenDB"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Sect1 Id="IconSearchPathsSI">
|
||||
<Title>Icon Search Paths</Title>
|
||||
<IndexTerm>
|
||||
<Primary>search paths: for icons</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>icons: search paths</Primary>
|
||||
</IndexTerm>
|
||||
<Para>The search path for image files is defined by two environment variables:</Para>
|
||||
<Para>The system uses DTUSERAPPSEARCHPATH and DTAPPSEARCHPATH unless
|
||||
the following variables exist:</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>DTUSERICONSEARCHPATH</Term>
|
||||
<ListItem>
|
||||
<Para>A personal variable. If used, it
|
||||
should be defined in <ComputerOutput>/<Symbol Role="Variable">HomeDirectory</Symbol>/.dtprofile</ComputerOutput>.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>DTICONSEARCHPATH</Term>
|
||||
<ListItem>
|
||||
<Para>A system-wide variable.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Sect2 Id="DefaultIconSearchPath">
|
||||
<Title>Default Search Path</Title>
|
||||
<Para>The default value for DTICONSEARCHPATH is:
|
||||
</Para>
|
||||
<ProgramListing><ComputerOutput>/<Symbol Role="Variable">HomeDirectory</Symbol>/.dt/icons</ComputerOutput>
|
||||
<ComputerOutput>/etc/dt/appconfig/icons/C</ComputerOutput>
|
||||
<ComputerOutput>/usr/dt/appconfig/icons/C</ComputerOutput>
|
||||
</ProgramListing>
|
||||
</Sect2>
|
||||
<Sect2 Id="AddDirectorytoPersonalSearchPathDE">
|
||||
<Title>To Modify the Personal Icon Search Path</Title>
|
||||
<IndexTerm>
|
||||
<Primary>adding: directory to actions search path</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>directory: adding to actions search path</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>action: search path, adding directory</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>search path, actions</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>path: actions search path</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>DTACTIONSEARCHPATH environment variable</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>environment variable: DTACTIONSEARCHPATH</Primary>
|
||||
</IndexTerm>
|
||||
<Para>To add a directory to the search path,
|
||||
edit <ComputerOutput>/<Symbol Role="Variable">HomeDirectory</Symbol>/.dtprofile</ComputerOutput>. Add a line defining a value for
|
||||
the DTUSERICONSEARCHPATH:</Para>
|
||||
<ProgramListing>DTUSERICONSEARCHPATH=<Symbol Role="Variable">path</Symbol> [,<Symbol Role="Variable">path</Symbol> ...]
|
||||
</ProgramListing>
|
||||
</Sect2>
|
||||
<Sect2 Id="AddDirectorytoSystemSearchPathDE">
|
||||
<Title>To Modify the System-wide Icon Search Path</Title>
|
||||
<Para>System-wide search path variables are defined in files located in
|
||||
the <ComputerOutput>/etc/dt/Xsession.d</ComputerOutput> directory.</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HICND.REF.item.6">
|
||||
<Para>If DTICONSEARCHPATH is already defined in a file in this directory,
|
||||
edit the value to add the new directory on the search path.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.7">
|
||||
<Para>If DTICONSEARCHPATH is not already defined in this directory, define
|
||||
it to include the default search path plus others you want to add.
|
||||
(The default search path is listed in comments in the file
|
||||
<ComputerOutput>/usr/dt/bin/dtsearchpath</ComputerOutput>.)
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Sect2>
|
||||
</Sect1>
|
||||
<Sect1 Id="IconEditorToolsPanelSI">
|
||||
<Title>Icon Editor Tools</Title>
|
||||
<IndexTerm>
|
||||
<Primary>tools: Icon Editor</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Icon Editor: tools</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>tools: drawing</Primary>
|
||||
</IndexTerm>
|
||||
<Para>When you select one of Icon Editor's tools, it remains selected until you
|
||||
select another one. The tools are listed and described below:</Para>
|
||||
<Para Id="point-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorPencilTool"></InlineGraphic><GlossTerm Role="nogloss">Pencil</GlossTerm>&newline;For drawing freehand lines and individual pixels.</Para>
|
||||
<Para Id="line-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorLineTool"></InlineGraphic><GlossTerm Role="nogloss">Line</GlossTerm>&newline;For drawing straight lines.</Para>
|
||||
<Para Id="rectangle-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorRectangleTool"></InlineGraphic><GlossTerm Role="nogloss">Rectangle</GlossTerm>&newline;For drawing solid or outlined rectangles.</Para>
|
||||
<Para Id="circle-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorCircleTool"></InlineGraphic><GlossTerm Role="nogloss">Circle</GlossTerm>&newline;For drawing solid or outlined circles.</Para>
|
||||
<Para Id="eraser-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorEraserTool"></InlineGraphic><GlossTerm Role="nogloss">Eraser</GlossTerm>&newline;For erasing large areas of the image.</Para>
|
||||
<Para Id="flood-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorFloodTool"></InlineGraphic><GlossTerm Role="nogloss">Flood</GlossTerm>&newline;For flooding a region of one color with the
|
||||
selected color.</Para>
|
||||
<Para Id="polygon-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorPolygonOpenTool"></InlineGraphic><GlossTerm Role="nogloss">Open Polygon</GlossTerm>&newline;For drawing connected straight lines.</Para>
|
||||
<Para Id="polyline-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorPolygonClosedTool"></InlineGraphic><GlossTerm Role="nogloss">Closed Polygon</GlossTerm>&newline;For drawing connected straight lines,
|
||||
where the first line and last line are connected to form a closed polygon.</Para>
|
||||
<Para Id="ellipse-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorEllipseTool"></InlineGraphic><GlossTerm Role="nogloss">Ellipse</GlossTerm>&newline;For drawing solid or outlined ellipses.</Para>
|
||||
<Para Id="select-tool"><InlineGraphic Remap="graphic" Entityref="IconEditorSelectionTool"></InlineGraphic><GlossTerm Role="nogloss">Selection</GlossTerm>&newline;For making a primary selection. Several
|
||||
commands in the Edit menu require a primary selection first.
|
||||
<Anchor Id="fill-tool">
|
||||
</Para>
|
||||
<Procedure>
|
||||
<Title>Fill Solids</Title>
|
||||
<Step>
|
||||
<Para>Select the Fill Solids check box
|
||||
below the tool palette to change the rectangle, polygon,
|
||||
circle, and ellipse tools from outlines to solids in the tool palette.
|
||||
(See also <XRef Linkend="ToDrawAFilledImageTA">).</Para>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
<Sect1 Id="IconEditorMenusSI">
|
||||
<Title>Icon Editor Menus</Title>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.REF.item.8">
|
||||
<Para><XRef Linkend="IconEditorFileMenuDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.9">
|
||||
<Para><XRef Linkend="IconEditorEditMenuDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.10">
|
||||
<Para><XRef Linkend="IconEditorOptionsMenuDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.11">
|
||||
<Para><XRef Linkend="IconEditorHelpMenuDE"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para><Anchor Id="menubar">
|
||||
</Para>
|
||||
<Sect2 Id="IconEditorFileMenuDE">
|
||||
<Title>Icon Editor File Menu</Title>
|
||||
<Para><Anchor Id="file-menu">
|
||||
<Anchor Id="newIcon">
|
||||
<Anchor Id="new">
|
||||
<Anchor Id="open">
|
||||
<Anchor Id="save">
|
||||
<Anchor Id="save-as">
|
||||
<Anchor Id="quit">
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>New</Term>
|
||||
<ListItem>
|
||||
<Para>Prompts for a size (width and height, in pixels), and then
|
||||
creates a blank drawing area of that size.
|
||||
(See <XRef Linkend="ToStartANewIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Open</Term>
|
||||
<ListItem>
|
||||
<Para>Opens an existing bitmap or pixmap file.
|
||||
(See <XRef Linkend="ToOpenAnExistingIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Save</Term>
|
||||
<ListItem>
|
||||
<Para>Saves the current icon using its existing name. If the
|
||||
icon is unnamed, Icon Editor prompts you for a name.
|
||||
(See <XRef Linkend="ToSaveAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Save As</Term>
|
||||
<ListItem>
|
||||
<Para>Prompts for a new name, and then saves the current icon.
|
||||
(See <XRef Linkend="ToSaveAnIconAsTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Exit</Term>
|
||||
<ListItem>
|
||||
<Para>Closes Icon Editor. If you have unsaved changes, Icon
|
||||
Editor warns you that the changes will be lost if you
|
||||
continue and exit. To save the changes, choose
|
||||
Cancel, and then save your icon.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconEditorEditMenuDE">
|
||||
<Title>Icon Editor Edit Menu</Title>
|
||||
<Para><Anchor Id="edit-menu">
|
||||
<Anchor Id="edit-temp">
|
||||
<Anchor Id="editextra">
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Undo</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="undo">
|
||||
Cancels the most recent drawing operation, returning the
|
||||
icon to its previous state. Most operations within Icon
|
||||
Editor can be undone.
|
||||
(See <XRef Linkend="ToUndoADrawingOperationTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Cut Area</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="cut">
|
||||
Cuts the selected area from the icon. The region removed
|
||||
is filled with the transparent color. The cut region is
|
||||
saved in the Icon Editor clipboard.
|
||||
(See <XRef Linkend="ToCutPartOfAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Copy Area</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="copy">
|
||||
Copies the selected area into Icon Editor's clipboard.
|
||||
(See <XRef Linkend="ToCopyPartOfAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Paste Area</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="paste">
|
||||
Pastes the contents of the clipboard into the icon.
|
||||
(See <XRef Linkend="ToCopyPartOfAnIconTA">or <XRef Linkend="ToMovePartOfAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Rotate Area</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="rotate">
|
||||
Rotates the selected area to the left or right 90
|
||||
degrees. Choose the direction from the submenu.
|
||||
(See <XRef Linkend="ToRotatePartOfAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Flip Area</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="flip">
|
||||
Creates a mirror image of the selected area by flipping it
|
||||
vertically or horizontally. Choose the direction
|
||||
from the submenu.
|
||||
(See <XRef Linkend="ToRotatePartOfAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Scale Area</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="scale">
|
||||
Enables you to resize (or "scale") the selected area.
|
||||
(See <XRef Linkend="ToResizePartOfAnIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Resize Icon</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="resize">
|
||||
Prompts for a new size for the current icon.
|
||||
(See <XRef Linkend="ToResizeTheCurrentIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Add Hotspot</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="add-hotspot">
|
||||
Enables you to indicate a single pixel in the current
|
||||
icon as the "hotspot." After choosing Add Hotspot,
|
||||
click the pixel you want to be the hotspot.</Para>
|
||||
<Para>Hotspots are used when
|
||||
creating images for mouse pointers -- the hotspot
|
||||
represents the <Emphasis>actual</Emphasis> location of the pointer.
|
||||
(See <XRef Linkend="ToAddAHotSpotTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Delete Hotspot</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="delete-hotspot">
|
||||
Removes the hotspot from the current icon.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Grab Screen Image</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="grab-image">
|
||||
Grabs an area of the screen and loads it
|
||||
into the drawing area.
|
||||
(See <XRef Linkend="ToCopyPartOfTheDisplayTA">.)
|
||||
The X-Y Size display above the work area shows the size
|
||||
in pixels of the area being grabbed.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Clear Icon</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="clear-icon">
|
||||
Clears the current drawing area.
|
||||
(See <XRef Linkend="ToStartANewIconTA">.)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconEditorOptionsMenuDE">
|
||||
<Title>Icon Editor Options Menu</Title>
|
||||
<Para><Anchor Id="options-menu">
|
||||
<Anchor Id="magnification">
|
||||
<Anchor Id="output-format">
|
||||
<Anchor Id="visible-grid">
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Visible Grid</Term>
|
||||
<ListItem>
|
||||
<Para>Toggles the grid lines on and off. The default is
|
||||
on.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Output Format</Term>
|
||||
<ListItem>
|
||||
<Para>Determines the output format in which the icon will be saved:</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.REF.item.12">
|
||||
<Para>XBM for two-color X bitmap format. Bitmap files
|
||||
are normally identified by a <ComputerOutput>.bm</ComputerOutput> file-name
|
||||
suffix.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.13">
|
||||
<Para>XPM for multicolor X pixmap format (the
|
||||
default). Pixmap files are normally identified
|
||||
by a <ComputerOutput>.pm</ComputerOutput> file-name suffix.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para>See <XRef Linkend="ToSaveAnIconTA">.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Magnification</Term>
|
||||
<ListItem>
|
||||
<Para>Changes the viewing size of the image in the
|
||||
drawing area. You can choose magnification
|
||||
factors from 2x (twice normal size) to 12x (twelve
|
||||
times normal size).</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconEditorHelpMenuDE">
|
||||
<Title>Icon Editor Help Menu</Title>
|
||||
<Para><Anchor Id="help-menu">
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Overview</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="help-menu-introduction">
|
||||
Displays the introduction help topic for Icon Editor</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Tasks</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="help-menu-tasks">
|
||||
Displays task instructions for most Icon Editor
|
||||
operations</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Reference</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="help-menu-reference">
|
||||
Displays reference summaries for various Icon Editor
|
||||
features such as windows and dialog boxes, menus, and
|
||||
resources</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>On Item</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="help-menu-onItem">
|
||||
Presents a description of the item in an Icon Editor
|
||||
window you have selected</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Using Help</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="help-menu-usingHelp">
|
||||
Provides help on using the help windows</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>About the Icon Editor</Term>
|
||||
<ListItem>
|
||||
<Para><Anchor Id="help-menu-version">
|
||||
Displays the version and copyright information for
|
||||
Icon Editor</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</Sect2>
|
||||
</Sect1>
|
||||
<Sect1 Id="IEWindowsAndDialogsSI">
|
||||
<Title>Icon Editor Windows and Dialog Boxes</Title>
|
||||
<Procedure>
|
||||
<Title>Subtopics</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.REF.item.14">
|
||||
<Para><XRef Linkend="IconEditorMainWindowDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.15">
|
||||
<Para><XRef Linkend="IconEditorColorPalettesPanelDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.16">
|
||||
<Para><XRef Linkend="IconEditorConfirmationDialogDE"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Sect2 Id="IconEditorMainWindowDE">
|
||||
<Title>Icon Editor Main Window</Title>
|
||||
<Para><Anchor Id="main">
|
||||
<Anchor Id="viewport">
|
||||
The Icon Editor main window has five important areas:</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HICND.REF.item.17">
|
||||
<Para>The <GlossTerm Role="nogloss">status line</GlossTerm> just below the menu bar describes the
|
||||
tool that is currently selected and the coordinates of the pixel
|
||||
currently pointed to by the pointer.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.18">
|
||||
<Para>The <GlossTerm Role="nogloss">drawing area</GlossTerm> is where you draw the icon image.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.19">
|
||||
<Para>The <GlossTerm Role="nogloss">tool palette</GlossTerm> provides several drawing
|
||||
tools, including an eraser and a selection tool.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.20">
|
||||
<Para>The <GlossTerm Role="nogloss">color palette</GlossTerm> provides drawing colors:
|
||||
eight static colors, eight static grays, and six dynamic colors.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.21">
|
||||
<Para>The <GlossTerm Role="nogloss">actual size icons area</GlossTerm> show what your icon looks like
|
||||
in actual size. It shows both the full-color and the two-color versions.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Graphic Entityref="IconEditorOverview" Id="HICND.REF.fig.1"></Graphic>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconEditorColorPalettesPanelDE">
|
||||
<Title>Icon Editor Color Palettes</Title>
|
||||
<Para><Anchor Id="dymanic-colors">
|
||||
<Anchor Id="dynamic-colors">
|
||||
<Anchor Id="static-colors">
|
||||
<Anchor Id="static-greys">
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><GlossTerm Role="nogloss"> Static Colors</GlossTerm></Term>
|
||||
<ListItem>
|
||||
<Para>Eight standard colors; black,
|
||||
white, the three primary colors,
|
||||
and the three secondary colors</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><GlossTerm Role="nogloss"> Static Grays</GlossTerm></Term>
|
||||
<ListItem>
|
||||
<Para>Eight shades of gray (from
|
||||
10% to 90% gray)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><GlossTerm Role="nogloss"> Dynamic Colors</GlossTerm></Term>
|
||||
<ListItem>
|
||||
<Para>Six dynamic colors that respond
|
||||
when you change colors using
|
||||
Style Manager
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Para>You may also want to refer to these topics in the Style Manager Help Viewer:</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.REF.item.22">
|
||||
<Para><OLink Type="JumpNewView" LocalInfo="Stylemgr SelectPaletteTA">To
|
||||
Select a Palette</OLink>
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.REF.item.23">
|
||||
<Para><OLink Type="JumpNewView" LocalInfo="Stylemgr LimitColorUseTA">To
|
||||
Change the Number of Colors Used by the Desktop.</OLink>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Sect2>
|
||||
<Sect2 Id="IEopenDB">
|
||||
<Title>Icon Editor Open and Save As Dialog Boxes</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Enter path or folder name:</Term>
|
||||
<ListItem>
|
||||
<Para>Type the full path name of the folder
|
||||
containing the icon you want to open or the folder
|
||||
where you want to save the icon.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Folders</Term>
|
||||
<ListItem>
|
||||
<Para>Displays a list of the folders that are inside the folder shown
|
||||
in the "Enter path or folder name" text field.
|
||||
If you double-click on a folder in this list, the Folder and Files lists will
|
||||
change to show the contents of that folder. Or you can select a folder in the
|
||||
Folder list and then click on the Update button.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Files</Term>
|
||||
<ListItem>
|
||||
<Para>Displays a list of the files contained in the folder that is shown
|
||||
in the "Enter path or folder name" field. If you change the name in the Enter
|
||||
path or folder name field, you must click the Update button to get the Files
|
||||
list to show the new list of files.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Enter file name:</Term>
|
||||
<ListItem>
|
||||
<Para>Displays the name of the icon that will be loaded or saved.
|
||||
The easiest way to specify the icon you want is to double-click on the
|
||||
icon name in the Files list. Or, you can type in the name for the icon you want
|
||||
and then click on the Open button.</Para>
|
||||
<Para>Note that
|
||||
the correct format for icon names is name.size.format. The size and format
|
||||
information must be in the icon name to make icons work properly. Icon editor
|
||||
should automatically fill in the correct size and format values based on the
|
||||
size and output format you chose from the menu bar in the editor.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Open or Save</Term>
|
||||
<ListItem>
|
||||
<Para>Opens or Saves the file and closes the dialog box.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Update</Term>
|
||||
<ListItem>
|
||||
<Para>Changes the Folders and Files lists to show the contents of
|
||||
the folder the is shown in the Enter path or folder name field. You can type
|
||||
the folder name in the field and then click the Update button. Or, if the
|
||||
folder you want to open is shown in the Folders list, just double-click on its
|
||||
name.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Cancel</Term>
|
||||
<ListItem>
|
||||
<Para>Cancels the open or save and closes the dialog box.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Help</Term>
|
||||
<ListItem>
|
||||
<Para>Displays help about this dialog box.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconEditorSaveAsDialogDE">
|
||||
<Title>Icon Editor save As Dialog Box</Title>
|
||||
<Para><Anchor Id="IEsaveasDB">
|
||||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Enter path or folder name:</Term>
|
||||
<ListItem>
|
||||
<Para>Type the full path name of the folder
|
||||
where you want to save the icon.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Folders</Term>
|
||||
<ListItem>
|
||||
<Para>Displays a list of the folders that are inside the folder shown
|
||||
in the "Enter path or folder name" text field.
|
||||
If you double-click on a folder in this list, the Folder and Files lists will
|
||||
change to show the contents of that folder. Or you can select a folder in the
|
||||
Folder list and then click on the Update button.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Files</Term>
|
||||
<ListItem>
|
||||
<Para>Displays a list of the files contained in the folder that is shown
|
||||
in the "Enter path or folder name" field. If you change the name in the Enter
|
||||
path or folder name field, you must click the Update button to get the Files
|
||||
list to show the new list of files.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Enter file name:</Term>
|
||||
<ListItem>
|
||||
<Para>Type the name for the icon you want to save. Note that
|
||||
the correct format for icon names is name.size.format. The size and format
|
||||
information must be in the icon name to make icons work properly. Icon editor
|
||||
should automatically fill in the correct size and format values based on the
|
||||
size and output format you chose from the menu bar in the editor.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Save</Term>
|
||||
<ListItem>
|
||||
<Para>Saves the file and closes the dialog box.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Update</Term>
|
||||
<ListItem>
|
||||
<Para>Changes the Folders and Files lists to show the contents of
|
||||
the folder the is shown in the Enter path or folder name field. You can type
|
||||
the folder name in the field and then click the Update button. Or, if the
|
||||
folder you want to open is shown in the Folders list, just double-click on its
|
||||
name.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Cancel</Term>
|
||||
<ListItem>
|
||||
<Para>Cancels the save and closes the dialog box.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Help</Term>
|
||||
<ListItem>
|
||||
<Para>Displays help about this dialog box.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</Sect2>
|
||||
<Sect2 Id="IconEditorConfirmationDialogDE">
|
||||
<Title>Icon Editor Confirmation Dialog Box</Title>
|
||||
<Para><Anchor Id="error">
|
||||
<Anchor Id="query">
|
||||
The confirmation dialog box protects you from inadvertently losing data by
|
||||
verifying that you want to perform the command (such as exiting
|
||||
Icon Editor without saving your icon).</Para>
|
||||
<Para>Click OK to continue, or Cancel to cancel the command.</Para>
|
||||
<!-- EOF: Reference -->
|
||||
</Sect2>
|
||||
</Sect1>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:36:17-->
|
||||
187
cde/doc/C/help/Iconed/TOC.sgm
Normal file
187
cde/doc/C/help/Iconed/TOC.sgm
Normal file
@@ -0,0 +1,187 @@
|
||||
<!-- $XConsortium: TOC.sgm /main/5 1996/09/08 22:27:21 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Iconed -->
|
||||
<!-- File name: TOC -->
|
||||
<Chapter Id="TOC">
|
||||
<Title>Table of Contents</Title>
|
||||
<Procedure>
|
||||
<Title>Icon Editor Tasks</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.TOC.item.1">
|
||||
<Para><XRef Linkend="ToStartIconEditorTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.2">
|
||||
<Para><XRef Linkend="ToDrawAnImageTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.3">
|
||||
<Para><XRef Linkend="ToDrawAFilledImageTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.4">
|
||||
<Para><XRef Linkend="ToDrawFreehandTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.5">
|
||||
<Para><XRef Linkend="ToDrawAStraightLineTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.6">
|
||||
<Para><XRef Linkend="ToDrawARectangleTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.7">
|
||||
<Para><XRef Linkend="ToDrawACircleTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.8">
|
||||
<Para><XRef Linkend="ToEraseAnAreaTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.9">
|
||||
<Para><XRef Linkend="ToFloodAnAreaTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.10">
|
||||
<Para><XRef Linkend="ToDrawConnectedLinesTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.11">
|
||||
<Para><XRef Linkend="ToDrawAPolygonTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.12">
|
||||
<Para><XRef Linkend="ToDrawAnEllipseTA">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.13">
|
||||
<Para><XRef Linkend="ToUndoADrawingOperationTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.14">
|
||||
<Para><XRef Linkend="ToOpenAnExistingIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.15">
|
||||
<Para><XRef Linkend="ToSaveAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.16">
|
||||
<Para><XRef Linkend="ToSaveAnIconAsTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.17">
|
||||
<Para><XRef Linkend="ToStartANewIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.18">
|
||||
<Para><XRef Linkend="ToResizeTheCurrentIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.19">
|
||||
<Para><XRef Linkend="ToSelectAnAreaOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.20">
|
||||
<Para><XRef Linkend="ToCopyPartOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.21">
|
||||
<Para><XRef Linkend="ToCutPartOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.22">
|
||||
<Para><XRef Linkend="ToMovePartOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.23">
|
||||
<Para><XRef Linkend="ToResizePartOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.24">
|
||||
<Para><XRef Linkend="ToRotatePartOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.25">
|
||||
<Para><XRef Linkend="ToFlipPartOfAnIconTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.26">
|
||||
<Para><XRef Linkend="ToAddAHotSpotTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.27">
|
||||
<Para><XRef Linkend="ToDeleteAHotSpotTA"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.28">
|
||||
<Para><XRef Linkend="ToCopyPartOfTheDisplayTA"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>Icon Editor Concepts</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.TOC.item.29">
|
||||
<Para><XRef Linkend="UsingIconEditorSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.30">
|
||||
<Para><XRef Linkend="IconDesignRecommendationsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.31">
|
||||
<Para><XRef Linkend="ColorManagementAndUsageSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.32">
|
||||
<Para><XRef Linkend="IconSizeRecommendationsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.33">
|
||||
<Para><XRef Linkend="IconFileNameConventionsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.34">
|
||||
<Para><XRef Linkend="StoringIconFilesTO"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.35">
|
||||
<Para><XRef Linkend="StoringBackdropImageFilesTO"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>Icon Editor Reference</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HICND.TOC.item.36">
|
||||
<Para><XRef Linkend="IconSearchPathsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.37">
|
||||
<Para><XRef Linkend="IconEditorToolsPanelSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.38">
|
||||
<Para><XRef Linkend="IconEditorMenusSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.39">
|
||||
<Para><XRef Linkend="IconEditorFileMenuDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.40">
|
||||
<Para><XRef Linkend="IconEditorEditMenuDE">
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.41">
|
||||
<Para><XRef Linkend="IconEditorOptionsMenuDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.42">
|
||||
<Para><XRef Linkend="IconEditorHelpMenuDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.43">
|
||||
<Para><XRef Linkend="IEWindowsAndDialogsSI"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.44">
|
||||
<Para><XRef Linkend="IconEditorMainWindowDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.45">
|
||||
<Para><XRef Linkend="IconEditorColorPalettesPanelDE"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.46">
|
||||
<Para><XRef Linkend="IEopenDB"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HICND.TOC.item.47">
|
||||
<Para><XRef Linkend="IconEditorConfirmationDialogDE"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<!-- EOF: TOC -->
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:36:17-->
|
||||
1065
cde/doc/C/help/Iconed/Tasks.sgm
Normal file
1065
cde/doc/C/help/Iconed/Tasks.sgm
Normal file
File diff suppressed because it is too large
Load Diff
91
cde/doc/C/help/Iconed/adbook.sgm
Normal file
91
cde/doc/C/help/Iconed/adbook.sgm
Normal file
@@ -0,0 +1,91 @@
|
||||
<!-- $XConsortium: adbook.sgm /main/6 1996/09/08 22:27:39 rws $ -->
|
||||
<!DOCTYPE DocBook PUBLIC "-//HaL and O'Reilly//DTD DocBook V2.2.1//EN" [
|
||||
|
||||
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 1.x Internal Release</GlossTerm>
|
||||
© Copyright 1996 Digital Equipment Corp.
|
||||
© Copyright 1996 Fujitsu Limited
|
||||
© Copyright 1996 Hewlett-Packard Company
|
||||
© Copyright 1996 Hitachi, Ltd.
|
||||
© Copyright 1996 International Business Machines Corp.
|
||||
© Copyright 1996 Novell, Inc.
|
||||
© Copyright 1996 Sun Microsystems, Inc.">
|
||||
|
||||
<!ENTITY headerFix "∅">
|
||||
<!ENTITY AbstractBullet "•">
|
||||
<!ENTITY empty "">
|
||||
<!ENTITY newline SDATA "[newlin]">
|
||||
<!ENTITY emdash "—">
|
||||
<!ENTITY bullet "•">
|
||||
<!ENTITY dquote "”">
|
||||
<!ENTITY sigspace " ">
|
||||
<!ENTITY vellipsis "⋮">
|
||||
<!ENTITY tm "™">
|
||||
<!ENTITY a.m. "AM">
|
||||
<!ENTITY cents "¢">
|
||||
<!ENTITY date SDATA "[date]">
|
||||
<!ENTITY div "÷">
|
||||
<!ENTITY ellipsis "…">
|
||||
<!ENTITY endash "–">
|
||||
<!ENTITY geq "≥">
|
||||
<!ENTITY leq "≤">
|
||||
<!ENTITY minutes "′">
|
||||
<!ENTITY neq "≠">
|
||||
<!ENTITY p.m. "PM">
|
||||
<!ENTITY pellipsis "....">
|
||||
<!ENTITY pm "±">
|
||||
<!ENTITY seconds "″">
|
||||
<!ENTITY squote "’">
|
||||
<!ENTITY sterling "£">
|
||||
<!ENTITY time SDATA "[time]">
|
||||
<!ENTITY vblank SDATA "[vblank]">
|
||||
|
||||
<!ENTITY ProductName "CDE Desktop">
|
||||
|
||||
<!entity IconEditorCircleTool SYSTEM "./graphics/circle.pm" NDATA XPM>
|
||||
<!entity IconEditorEllipseTool SYSTEM "./graphics/ellipse.pm" NDATA XPM>
|
||||
<!entity IconEditorEraserTool SYSTEM "./graphics/erase.pm" NDATA XPM>
|
||||
<!entity IconEditorFloodTool SYSTEM "./graphics/flood.pm" NDATA XPM>
|
||||
<!entity IconEditorLineTool SYSTEM "./graphics/line.pm" NDATA XPM>
|
||||
<!entity IconEditorOverview SYSTEM "./graphics/main.tif" NDATA TIFF>
|
||||
<!entity IconEditorPencilTool SYSTEM "./graphics/pencil.pm" NDATA XPM>
|
||||
<!entity IconEditorPolygonClosedTool SYSTEM "./graphics/polygon.pm" NDATA XPM>
|
||||
<!entity IconEditorPolygonOpenTool SYSTEM "./graphics/polyline.pm" NDATA XPM>
|
||||
<!entity IconEditorRectangleTool SYSTEM "./graphics/rectang.pm" NDATA XPM>
|
||||
<!entity IconEditorSelectionTool SYSTEM "./graphics/select.pm" NDATA XPM>
|
||||
|
||||
|
||||
|
||||
<!ENTITY % local.notations "| XPM | XBM | XWD">
|
||||
<!NOTATION XPM SYSTEM "XPM">
|
||||
<!NOTATION XBM SYSTEM "XBM">
|
||||
<!NOTATION XWD SYSTEM "XWD">
|
||||
|
||||
|
||||
<!entity Concepts SYSTEM "./Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Home.sgm">
|
||||
<!entity TOC SYSTEM "./TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Tasks.sgm">
|
||||
<!entity Glossary SYSTEM "../common/glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<!-- __________________________________________________________________ -->
|
||||
|
||||
|
||||
<DocBook>
|
||||
<Book>
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&TOC;
|
||||
&Tasks;
|
||||
&Concepts;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
</Book>
|
||||
</DocBook>
|
||||
68
cde/doc/C/help/Iconed/book.sgm
Normal file
68
cde/doc/C/help/Iconed/book.sgm
Normal file
@@ -0,0 +1,68 @@
|
||||
<!-- $XConsortium: book.sgm /main/6 1996/06/19 16:14:57 drk $ -->
|
||||
<!DOCTYPE Part PUBLIC "-//HaL and O'Reilly//DTD DocBook//EN" [
|
||||
|
||||
|
||||
<!ENTITY % ISOpublishing PUBLIC "ISO 8879-1986//ENTITIES Publishing//EN">
|
||||
%ISOpublishing;
|
||||
|
||||
<!ENTITY % ISOnumeric PUBLIC "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN">
|
||||
%ISOnumeric;
|
||||
|
||||
<!ENTITY % ISOdiacritical PUBLIC "ISO 8879-1986//ENTITIES Diacritical Marks//EN">
|
||||
%ISOdiacritical;
|
||||
|
||||
<!ENTITY % ISOgeneraltech PUBLIC "ISO 8879-1986//ENTITIES General Technical//EN">
|
||||
%ISOgeneraltech;
|
||||
|
||||
<!ENTITY % ISOalatin1 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN">
|
||||
%ISOalatin1;
|
||||
|
||||
<!ENTITY % ISOalatin2 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 2//EN">
|
||||
%ISOalatin2;
|
||||
|
||||
<!ENTITY % ISOgreek PUBLIC "ISO 8879-1986//ENTITIES Greek Symbols//EN">
|
||||
%ISOgreek;
|
||||
|
||||
<!ENTITY % ISOboxandline PUBLIC "ISO 8879-1986//ENTITIES Box and Line Drawing//EN">
|
||||
%ISOboxandline;
|
||||
|
||||
|
||||
<!ENTITY % HEntities SYSTEM "../../common/help/HELPEnt.sgm">
|
||||
%HEntities;
|
||||
<!ENTITY % PEntities SYSTEM "./common/ProdEnt.sgm">
|
||||
%PEntities;
|
||||
|
||||
<!ENTITY % Graphics SYSTEM "./Iconed/GEntity.sgm">
|
||||
%Graphics;
|
||||
|
||||
|
||||
<!ENTITY % local.notations "| XPM | XBM | XWD">
|
||||
<!NOTATION XPM SYSTEM "XPM">
|
||||
<!NOTATION XBM SYSTEM "XBM">
|
||||
<!NOTATION XWD SYSTEM "XWD">
|
||||
|
||||
|
||||
<!entity Concepts SYSTEM "./Iconed/Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Iconed/Home.sgm">
|
||||
<!entity TOC SYSTEM "./Iconed/TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./Iconed/MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Iconed/Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Iconed/Tasks.sgm">
|
||||
<!entity Glossary SYSTEM "./common/glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<!-- __________________________________________________________________ -->
|
||||
|
||||
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&TOC;
|
||||
&Tasks;
|
||||
&Concepts;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
47
cde/doc/C/help/Iconed/graphics/circle.pm
Normal file
47
cde/doc/C/help/Iconed/graphics/circle.pm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtCircl.pm /main/3 1995/07/18 17:21:49 drk $ */
|
||||
static char * IEtCircl [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 4 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXoooooooXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXoooXXXXXXXoooXXXXXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXoXXXXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXoXXXXXXX..",
|
||||
" XXXXXXXoXXXXXXXXXXXXXXXXXoXXXXXX..",
|
||||
" XXXXXXoXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXXoXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXoXXXXXXXXXXXXXXXXXoXXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXoXXXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXoXXXXXXXX..",
|
||||
" XXXXXXXXXXoooXXXXXXXoooXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXoooooooXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
47
cde/doc/C/help/Iconed/graphics/ellipse.pm
Normal file
47
cde/doc/C/help/Iconed/graphics/ellipse.pm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtEllip.pm /main/3 1995/07/18 17:21:57 drk $ */
|
||||
static char * IEtEllip [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 4 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXooooooooXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXoooXXXXXXXXoooXXXXXXXXX..",
|
||||
" XXXXXXXooXXXXXXXXXXXXXXooXXXXXXX..",
|
||||
" XXXXXXoXXXXXXXXXXXXXXXXXXoXXXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXoXXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXoXXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXoXXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXoXXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXoXXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXoXXXXXXXXXXXXXXXXXXXXXXXXXXoXX..",
|
||||
" XXXoXXXXXXXXXXXXXXXXXXXXXXXXoXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXoXXXXXXXXXXXXXXXXXXoXXXXXX..",
|
||||
" XXXXXXXooXXXXXXXXXXXXXXooXXXXXXX..",
|
||||
" XXXXXXXXXoooXXXXXXXXoooXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXooooooooXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
51
cde/doc/C/help/Iconed/graphics/erase.pm
Normal file
51
cde/doc/C/help/Iconed/graphics/erase.pm
Normal file
@@ -0,0 +1,51 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtErase.pm /main/3 1995/07/18 17:22:06 drk $ */
|
||||
static char * IEtErase [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 8 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconColor6 m white c yellow",
|
||||
"o s iconColor2 m white c white",
|
||||
"O s iconGray3 m white c #adadadadadad",
|
||||
"+ s iconGray5 m black c #737373737373",
|
||||
"@ s iconGray1 m white c #dededededede",
|
||||
"# s iconColor3 m black c red",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XoXoXOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" +XoXoXOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" X+XoXoXOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" +X+XoXoXOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" X+X+XoXoXOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" +X+X+XoXoXOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" O+X+X+XoXoXOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OO+X+X+XoXoXOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOO+X+X+XoXoXOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOO+X+X+XoXoXOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOO+X+X+XoXoXOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOO+X+X+Xooo@OOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOO+X+X+Oooo@OOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOO+X++OOooo@OOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOO+.++OOooo@OOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOO..++OOoo++OOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOO..++OO+#o#OOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOO..+++#o#@#OOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOO.++#O#@#@#OOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOO+#+#+#@#@#OOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOO+#+#+#@#@#ooooooo..",
|
||||
" OOOOOOOOOOOOOOOO+#+#+#@#oooooooo..",
|
||||
" OOOOOOOOOOOOOOOOO+#+#+#ooooooooo..",
|
||||
" OOOOOOOOOOOOOOOOOO+#+#oooooooooo..",
|
||||
" OOOOOOOOOOOOOOOOOOO+#ooooooooooo..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
56
cde/doc/C/help/Iconed/graphics/flood.pm
Normal file
56
cde/doc/C/help/Iconed/graphics/flood.pm
Normal file
@@ -0,0 +1,56 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtFlood.pm /main/3 1995/07/18 17:22:14 drk $ */
|
||||
static char * IEtFlood [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 13 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconGray1 m white c #dededededede",
|
||||
"O s iconColor1 m black c black",
|
||||
"+ s iconColor2 m white c white",
|
||||
"@ s iconGray7 m black c #424242424242",
|
||||
"# s iconGray8 m black c #212121212121",
|
||||
"$ s iconGray5 m black c #737373737373",
|
||||
"% s iconColor4 m black c green",
|
||||
"& s iconColor3 m black c red",
|
||||
"* s iconColor6 m white c yellow",
|
||||
"= s iconColor5 m black c blue",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXoooooooooooooXXXXXXXXX..",
|
||||
" XXXXXXXXXooOOOOOOOOOOOOoXXXXXXXX..",
|
||||
" XXXXXXXXooOOXXXXXXXXXoOOoXXXXXXX..",
|
||||
" XXXXXXXooOOXXXXXXXXXXXoOOXXXXXXX..",
|
||||
" XXXXXXXoOOXXXXXXXXXXXXXoOXXXXXXX..",
|
||||
" XXXXXXXoOXXXXXXXXXXXXXXoOXXXXXXX..",
|
||||
" XXXXXXXoOXXXXXoooooooXXoOXXXXXXX..",
|
||||
" XXXXXXXoOXXX+++@@@@oooXoOXXXXXXX..",
|
||||
" XXXXXXXoOXX+o@@@@@@@oooOOXXXXXXX..",
|
||||
" XXXXXXXoOX+oo@@@@@@@@oooOXXXXXXX..",
|
||||
" XXXXXXXo#+$ooo@@@@@@@ooOOXXXXXXX..",
|
||||
" XXXXXXXoo$$oooo@@@@@@oooOXXXXXXX..",
|
||||
" XXXXXXXoo$$$oooo@@@@@oo$OXXXXXXX..",
|
||||
" XXXXXXoo$$$$$ooo@o@oooo$O+XXXXXX..",
|
||||
" XXXXXXoo%%%%&&&***==ooXXOO+XXXXX..",
|
||||
" XXXXXXoo%%&&&&****=oooO+O+O+XXXX..",
|
||||
" XXXXXXo%%&&&&****==oooO+O+O++XXX..",
|
||||
" XXXXXXo%%&&&****==oo$oOX++O+++XX..",
|
||||
" XXXXXXo%&&&****==oo$o$OOOOO++++X..",
|
||||
" XXXXXX%%&&****==oo@o$o$OOOoo++++..",
|
||||
" XXXXXX%%&&*+===oo@@@o$o$ooooo+++..",
|
||||
" XXXXXX%&&***=ooo@o@@@o$o$ooooo++..",
|
||||
" XXXXX%%&&**==o@@@@o@@@o$o$ooooo+..",
|
||||
" XXXXX%%&&*===o@@@@@o@@@o$o$ooooo..",
|
||||
" XXXXX%&&**===@o@@@@@o@@@o$o$oooo..",
|
||||
" XXXXX%&&*===oo@o@@@@@o@@@o$o$ooo..",
|
||||
" XXXX%%&**===ooo@o@@@@@o@@@o$o$oo..",
|
||||
" XXXX%&&**===Xooo@o@@@@@o@@@o$o$o..",
|
||||
" XXX%%&&**==XXXooo@o@@@@@o@@@o$o$..",
|
||||
" XXX%%&&**==XXXXooo@o@@@@@o@@@o$o..",
|
||||
" XXX%&&&**==XXXXXooo@o@@@@@o@@@o$..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
47
cde/doc/C/help/Iconed/graphics/line.pm
Normal file
47
cde/doc/C/help/Iconed/graphics/line.pm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtLine.pm /main/3 1995/07/18 17:22:23 drk $ */
|
||||
static char * IEtLine [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 4 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXoXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXoXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXoXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXoXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXoXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXoXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXoXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXoXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXoXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXoXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXoXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXoXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXoXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXoXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXoXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXoXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXoXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXoXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXoXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
BIN
cde/doc/C/help/Iconed/graphics/main.tif
Normal file
BIN
cde/doc/C/help/Iconed/graphics/main.tif
Normal file
Binary file not shown.
52
cde/doc/C/help/Iconed/graphics/pencil.pm
Normal file
52
cde/doc/C/help/Iconed/graphics/pencil.pm
Normal file
@@ -0,0 +1,52 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtPencl.pm /main/3 1995/07/18 17:22:31 drk $ */
|
||||
static char * IEtPencl [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 9 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor6 m white c yellow",
|
||||
"O s iconColor2 m white c white",
|
||||
"+ s iconGray5 m black c #737373737373",
|
||||
"@ s iconColor1 m black c black",
|
||||
"# s iconGray1 m white c #dededededede",
|
||||
"$ s iconGray7 m black c #424242424242",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXo..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXoO..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXoOo..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXoOoO..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXoOoOo..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXoOoOo+..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXoOoOo+o..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXoOoOo+o+..",
|
||||
" XX@@@@@XXXXXXXXXXXXXXXXoOoOo+o+o..",
|
||||
" XXXXXXX@@@XXXXXXXXXXXXoOoOo+o+o+..",
|
||||
" XXXXXXXXXX@XXXXXXXXXXoOoOo+o+o+X..",
|
||||
" XXXXXXXXXXX@XXXXXXXXoOoOo+o+o+XX..",
|
||||
" XXXXXXXXXXXX@XXXXXXoOoOo+o+o+XXX..",
|
||||
" XXXXXXXXXXXXX@XXXXoOoOo+o+o+XXXX..",
|
||||
" XXXXXXXXXXXXX@XXXoOoOo+o+o+XXXXX..",
|
||||
" XXXXXXXXXXXXX@XXX#OOo+o+o+XXXXXX..",
|
||||
" XXXXXXXXXXXX@XXXXOO#+o+o+XXXXXXX..",
|
||||
" XXXXXXXXXX@@XXXXOO#+++o+XXXXXXXX..",
|
||||
" XXXXXXX@@@XXXXXXO#+++o+XXXXXXXXX..",
|
||||
" XXXXXX@XXXXXXXXO#+++++XXXXXXXXXX..",
|
||||
" XXXXX@XXXXXXXXX#+++++XXXXXXXXXXX..",
|
||||
" XXXXX@XXXXXXXX$+++++XXXXXXXXXXXX..",
|
||||
" XXXXXX@XXXXXX$$$++XXXXXXXXXXXXXX..",
|
||||
" XXXXXXX@XXXXX$$+XXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXX@@XX$$XXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXX@$$XXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
47
cde/doc/C/help/Iconed/graphics/polygon.pm
Normal file
47
cde/doc/C/help/Iconed/graphics/polygon.pm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtPolyg.pm /main/3 1995/07/18 17:22:40 drk $ */
|
||||
static char * IEtPolyg [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 4 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXoooXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXoooooXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXXoooooXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXoooooXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXoooXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXoXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXoXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXoXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXoXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXoXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXXoXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXoXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXoXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXoXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXoXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXoXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXoXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXooooooooooooooooooooooooXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
47
cde/doc/C/help/Iconed/graphics/polyline.pm
Normal file
47
cde/doc/C/help/Iconed/graphics/polyline.pm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtPolyl.pm /main/3 1995/07/18 17:22:48 drk $ */
|
||||
static char * IEtPolyl [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 4 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXoooXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXoooooXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXXoooooXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXoooooXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXoooXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXoXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXoXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXoXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXoXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXoXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXXoXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXoXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXoXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXoXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXoXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXoXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXoXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXoXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXoXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXoXXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXoXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
47
cde/doc/C/help/Iconed/graphics/rectang.pm
Normal file
47
cde/doc/C/help/Iconed/graphics/rectang.pm
Normal file
@@ -0,0 +1,47 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtRecta.pm /main/3 1995/07/18 17:22:56 drk $ */
|
||||
static char * IEtRecta [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 4 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXoooooooooooooooooooooooXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoXXXXXXXXXXXXXXXXXXXXXoXXXX..",
|
||||
" XXXXXoooooooooooooooooooooooXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
48
cde/doc/C/help/Iconed/graphics/select.pm
Normal file
48
cde/doc/C/help/Iconed/graphics/select.pm
Normal file
@@ -0,0 +1,48 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: IEtSelec.pm /main/3 1995/07/18 17:23:02 drk $ */
|
||||
static char * IEtSelec [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 5 1 0 0",
|
||||
/* colors */
|
||||
" s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
". s iconGray4 m white c #949494949494",
|
||||
"X s iconGray3 m white c #adadadadadad",
|
||||
"o s iconColor1 m black c black",
|
||||
"O s iconColor2 m white c white",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXooooXXooXXooXXooXXooXXooooXXX..",
|
||||
" XXXooooOXooOXooOXooOXooOXooooXXX..",
|
||||
" XXXooOOOXXOOXXOOXXOOXXOOXXOooOXX..",
|
||||
" XXXooOXXXXXXXXXXXXXXXXXXXXXooOXX..",
|
||||
" XXXXOOXXXXXXXXXXXXXXXXXXXXXXOOXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXooXXXXXXXXXXXXXXXXXXXXXXooXXX..",
|
||||
" XXXooOXXXXXXXXXXXXXXXXXXXXXooOXX..",
|
||||
" XXXXOOXXXXXXXXXXXXXXXXXXXXXXOOXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXooXXXXXXXXXXXXXXXXXXXXXXooXXX..",
|
||||
" XXXooOXXXXXXXXXXXXXXXXXXXXXooOXX..",
|
||||
" XXXXOOXXXXXXXXXXXXXXXXXXXXXXOOXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXooXXXXXXXXXXXXXXXXXXXXXXooXXX..",
|
||||
" XXXooOXXXXXXXXXXXXXXXXXXXXXooOXX..",
|
||||
" XXXXOOXXXXXXXXXXXXXXXXXXXXXXOOXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXooXXXXXXXXXXXXXXXXXXXXXXooXXX..",
|
||||
" XXXooOXXXXXXXXXXXXXXXXXXXXXooOXX..",
|
||||
" XXXooooXXooXXooXXooXXooXXooooOXX..",
|
||||
" XXXooooOXooOXooOXooOXooOXooooOXX..",
|
||||
" XXXXOOOOXXOOXXOOXXOOXXOOXXOOOOXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..",
|
||||
" ..................................",
|
||||
" ..................................."};
|
||||
Reference in New Issue
Block a user