diff --git a/cde/doc/C/guides/bookcase.bc b/cde/doc/C/guides/bookcase.bc index fbab3a332..9014049c4 100644 --- a/cde/doc/C/guides/bookcase.bc +++ b/cde/doc/C/guides/bookcase.bc @@ -3,36 +3,36 @@ "-//Common Desktop Environment//DTD DtInfo Bookcase Description//EN" [ - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + ]> diff --git a/cde/doc/C/guides/builderGuide/ch04.sgm b/cde/doc/C/guides/builderGuide/ch04.sgm index 71e3c4839..6fe3b6b3f 100644 --- a/cde/doc/C/guides/builderGuide/ch04.sgm +++ b/cde/doc/C/guides/builderGuide/ch04.sgm @@ -7,8 +7,7 @@ -Editing Properties of Interface -Objects +Editing Properties of Interface Objects All objects dragged from the App Builder palettes have properties that can be edited. These properties include object name, color, and a variety of other characteristics, depending on the object type. Once you have dropped an object diff --git a/cde/doc/C/guides/docbookGuide/book.sgm b/cde/doc/C/guides/docbookGuide/book.sgm index e0899c511..a3d8a198a 100644 --- a/cde/doc/C/guides/docbookGuide/book.sgm +++ b/cde/doc/C/guides/docbookGuide/book.sgm @@ -1420,8 +1420,7 @@ An InformalExample is just the same, but without a Title. -LiteralLayouts, ProgramListings, Screens, -and ScreenShots +LiteralLayouts, ProgramListings, Screens, and ScreenShots The DocBook DTD provides three elements for material set off from the main text, in which white space and line breaks are to be considered diff --git a/cde/doc/C/guides/dtkshGuide/appb.sgm b/cde/doc/C/guides/dtkshGuide/appb.sgm index 7cd522781..96ee308ba 100644 --- a/cde/doc/C/guides/dtkshGuide/appb.sgm +++ b/cde/doc/C/guides/dtkshGuide/appb.sgm @@ -163,8 +163,7 @@ If an offset is not specified, then 0 is used. $(DtkshSpanWidth 1 1) -DtkshDisplayInformationDialog, DtkshDisplayQuestionDialog, DtDisplayWarningDialog, -DtkshDisplayWorkingDialog, and DtkshDisplayErrorDialog<indexterm><primary>DtkshDisplayInformationDialog</primary></indexterm><indexterm><primary>DtkshDisplayQuestionDialog</primary></indexterm><indexterm><primary>DtDisplayWarningDialog</primary> +<title>DtkshDisplayInformationDialog, DtkshDisplayQuestionDialog, DtDisplayWarningDialog, DtkshDisplayWorkingDialog, and DtkshDisplayErrorDialog<indexterm><primary>DtkshDisplayInformationDialog</primary></indexterm><indexterm><primary>DtkshDisplayQuestionDialog</primary></indexterm><indexterm><primary>DtDisplayWarningDialog</primary> </indexterm><indexterm><primary>DtkshDisplayWorkingDialog</primary></indexterm><indexterm> <primary>DtkshDisplayErrorDialog</primary></indexterm> These convenience functions create a single instance of each of the diff --git a/cde/doc/C/guides/helpGuide/ch02.sgm b/cde/doc/C/guides/helpGuide/ch02.sgm index c4abe79be..2d9605c1a 100644 --- a/cde/doc/C/guides/helpGuide/ch02.sgm +++ b/cde/doc/C/guides/helpGuide/ch02.sgm @@ -268,8 +268,7 @@ menu. -Writing Your First Help Volume: A Step-by-Step -Example +Writing Your First Help Volume: A Step-by-Step Example Typically you organize your help files in a help directory. This step-by-step example demonstrates how to create and view a standalone help volume. (As a standalone volume, it does not involve interaction diff --git a/cde/doc/C/guides/progGuide/ch02.sgm b/cde/doc/C/guides/progGuide/ch02.sgm index 1c5cb0f98..8d1a04328 100644 --- a/cde/doc/C/guides/progGuide/ch02.sgm +++ b/cde/doc/C/guides/progGuide/ch02.sgm @@ -207,8 +207,7 @@ page. configuration file fonts - -Fonts in CDE Configuration Files + Fonts in CDE Configuration Files CDE specifies a set of generic standard application font names, in several sizes, that can be used by applications running under CDE on all platforms. Each CDE vendor maps the standard set of font names to its available fonts. The diff --git a/cde/doc/C/guides/progGuide/ch05.sgm b/cde/doc/C/guides/progGuide/ch05.sgm index 4ca15c95d..fdfa7e21e 100644 --- a/cde/doc/C/guides/progGuide/ch05.sgm +++ b/cde/doc/C/guides/progGuide/ch05.sgm @@ -129,8 +129,7 @@ tables) and call DtDndDragStart. user model drag and drop - -Drop User Model +Drop User Model This section describes the user model behind drag and drop to help you design an application that is consistent with the rest of the desktop and users' expectations. diff --git a/cde/doc/C/guides/progGuide/ch06.sgm b/cde/doc/C/guides/progGuide/ch06.sgm index a893c1668..50671d709 100644 --- a/cde/doc/C/guides/progGuide/ch06.sgm +++ b/cde/doc/C/guides/progGuide/ch06.sgm @@ -7,8 +7,7 @@ -Integrating with the -Workspace Manager +Integrating with the Workspace Manager The Workspace Manager integrating with @@ -66,8 +65,7 @@ application-related information between sessions. Communicating with the<IndexTerm> <Primary>Workspace Manager</Primary> <Secondary>communicating with</Secondary> -</IndexTerm> -Workspace Manager + Workspace Manager An application communicates with the Workspace Manager by using functions provided by the desktop. These functions allow you to quickly and easily perform a variety of tasks associated with workspace management. The @@ -126,8 +124,7 @@ information on each function. Placing an Application Window in<IndexTerm> <Primary>workspace</Primary> <Secondary>placing application window in</Secondary> -</IndexTerm> -Workspaces + Workspaces An application can place its windows in any or all of the existing workspaces. DtWsmOccupyAllWorkspaces places the windows in all currently defined workspaces, while DtWsmSetWorkspacesOccupied places the windows in @@ -194,8 +191,7 @@ this function. Identifying<IndexTerm> <Primary>workspace</Primary> <Secondary>identifying</Secondary> -</IndexTerm> -Workspaces Containing the Application Windows + Workspaces Containing the Application Windows The function DtWsmGetWorkspacesOccupied returns a list of the workspaces in which a specified application window resides. In occupy.c, the procedure ShowWorkspaceOccupancy calls this function. Based on the results @@ -242,8 +238,7 @@ represents a workspace in which the application window resides. Preventing<IndexTerm> <Primary>workspace</Primary> <Secondary>preventing application movement</Secondary> -</IndexTerm> -Application Movement Among Workspaces + Application Movement Among Workspaces The function DtWsmRemoveWorkspaceFunctions DtWsmRemoveWorkspaceFunctions prevents an application @@ -295,8 +290,7 @@ to be prevented. Monitoring<IndexTerm> <Primary>workspace</Primary> <Secondary>monitoring changes</Secondary> -</IndexTerm> -Workspace Changes + Workspace Changes You can monitor workspace changes by using either or both of the following functions: diff --git a/cde/doc/C/guides/progGuide/ch09.sgm b/cde/doc/C/guides/progGuide/ch09.sgm index 04a48c7b9..81a227e31 100644 --- a/cde/doc/C/guides/progGuide/ch09.sgm +++ b/cde/doc/C/guides/progGuide/ch09.sgm @@ -7,8 +7,7 @@ -Accessing the Data-Typing -Database +Accessing the Data-Typing Database This chapter describes the data-typing functions and how to use the data- typing database. diff --git a/cde/doc/C/guides/progOview/ch04.sgm b/cde/doc/C/guides/progOview/ch04.sgm index e6bc09262..90b17cf6f 100644 --- a/cde/doc/C/guides/progOview/ch04.sgm +++ b/cde/doc/C/guides/progOview/ch04.sgm @@ -117,8 +117,7 @@ Color display.portability issues <$endrange> -Common Desktop Environment Motif Widget Binary -Compatibility Guidelines<indexterm><primary>guidelines</primary><secondary>Common Desktop Environment Motif widget binary compatibility</secondary> +<title id="RDMAP.port.mkr.4">Common Desktop Environment Motif Widget Binary Compatibility Guidelines<indexterm><primary>guidelines</primary><secondary>Common Desktop Environment Motif widget binary compatibility</secondary> </indexterm><indexterm><primary>compatibility</primary><secondary>guidelines, for Common Desktop Environment widgets</secondary></indexterm><indexterm> <primary>widget</primary><secondary>compatibility guidelines <$startrange></secondary></indexterm> diff --git a/cde/doc/C/guides/ttGuide/appd.sgm b/cde/doc/C/guides/ttGuide/appd.sgm index d0b52d723..69061f460 100644 --- a/cde/doc/C/guides/ttGuide/appd.sgm +++ b/cde/doc/C/guides/ttGuide/appd.sgm @@ -115,8 +115,7 @@ myContractCB( Example<IndexTerm> <Primary>Ttdt_file_cb</Primary> -</IndexTerm> -Ttdt_file_cb + Ttdt_file_cb is an example of a typical algorithm of this callback. Typical Algorithm of Ttdt_file_cb @@ -197,8 +196,7 @@ myFileCB( Example<IndexTerm> <Primary>Ttmedia_load_msg_cb</Primary> -</IndexTerm> -Ttmedia_load_msg_cb + Ttmedia_load_msg_cb is an example of a typical algorithm of this callback. Typical Algorithm of Ttmedia_load_msg_cb @@ -229,8 +227,7 @@ myLoadMsgCB( Example<IndexTerm> <Primary>Ttmedia_load_pat_cb</Primary> -</IndexTerm> -Ttmedia_load_pat_cb + Ttmedia_load_pat_cb is an example of a typical algorithm of this callback. Typical Algorithm of Ttmedia_load_pat_cb @@ -304,8 +301,7 @@ myAcmeSheetLoadCB( Example Ptype Signature for<IndexTerm> <Primary>Ttmedia_ptype_declare</Primary> -</IndexTerm> -Ttmedia_ptype_declare Function + Ttmedia_ptype_declare Function is an example of the signature layout of a media ptype. Example of Media Ptype Signature Layout diff --git a/cde/doc/C/guides/ttGuide/ch03.sgm b/cde/doc/C/guides/ttGuide/ch03.sgm index bde9ae419..f7eb1f66f 100644 --- a/cde/doc/C/guides/ttGuide/ch03.sgm +++ b/cde/doc/C/guides/ttGuide/ch03.sgm @@ -8,8 +8,7 @@ -Using TTSnoop to Debug -Messages and Patterns +Using TTSnoop to Debug Messages and Patterns TTSnoop TTSnoop is a tool provided to create and send custom‐constructed ToolTalk diff --git a/cde/doc/C/guides/usersGuide/ch06.sgm b/cde/doc/C/guides/usersGuide/ch06.sgm index b59bb84a3..abef5d9b9 100644 --- a/cde/doc/C/guides/usersGuide/ch06.sgm +++ b/cde/doc/C/guides/usersGuide/ch06.sgm @@ -378,8 +378,7 @@ menu. -Running and Organizing Applications Using the Front -Panel<indexterm><primary>Front Panel</primary><secondary>running applications +<title id="UG.UAppM.mkr.6">Running and Organizing Applications Using the Front Panel<indexterm><primary>Front Panel</primary><secondary>running applications from</secondary></indexterm><indexterm><primary>applications</primary><secondary>running from Front Panel</secondary></indexterm> The Personal Applications subpanel is a container for applications you use frequently.