Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
71
cde/doc/C/guides/man/m3_Dt/EdInvFin.sgm
Normal file
71
cde/doc/C/guides/man/m3_Dt/EdInvFin.sgm
Normal file
@@ -0,0 +1,71 @@
|
||||
<!-- $XConsortium: EdInvFin.sgm /main/5 1996/08/30 13:00:40 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. -->
|
||||
|
||||
<![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCSA.MAN32.rsml.1">]]>
|
||||
<![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN32.rsml.1">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>DtEditorInvokeFindChangeDialog</RefEntryTitle>
|
||||
<ManVolNum>library call</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><Function>DtEditorInvokeFindChangeDialog</Function></RefName>
|
||||
<RefPurpose>display the DtEditor widget dialog for searching and replacing text
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<!-- CDE Common Source Format, Version 1.0.0-->
|
||||
<!-- *************************************************************************-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
||||
<!-- ** (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
||||
<!-- *************************************************************************-->
|
||||
<RefSynopsisDiv>
|
||||
<FuncSynopsis Remap="ANSI">
|
||||
<FuncSynopsisInfo>#include <Dt/Editor.h>
|
||||
</FuncSynopsisInfo>
|
||||
<FuncDef>void <Function>DtEditorInvokeFindChangeDialog</Function></FuncDef>
|
||||
<ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
|
||||
</FuncSynopsis>
|
||||
</RefSynopsisDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<Para>The
|
||||
<Function>DtEditorInvokeFindChangeDialog</Function> function displays the Find/Change dialog for the DtEditor widget.
|
||||
This dialog enables a
|
||||
user to search for, and optionally replace, a string in the
|
||||
text for the DtEditor widget.
|
||||
It also allows the user to specify a replacement
|
||||
string, which can be substituted for either the next occurrence of the
|
||||
search string or all occurrences.
|
||||
The Find/Change dialog remains displayed until the user closes it.
|
||||
For a complete description of the Find/Change dialog see
|
||||
<Classname>DtEditor</Classname>.</Para>
|
||||
<Para>Subsequent searches for the last search string entered can be made by
|
||||
calling
|
||||
&cdeman.DtEditorFind;. Subsequent substitutions can be made with
|
||||
&cdeman.DtEditorChange;.</Para>
|
||||
<Para>The
|
||||
<Symbol Role="Variable">widget</Symbol> argument specifies the DtEditor widget ID.
|
||||
<![ %CDE.C.CDE; [</Para>
|
||||
<Para>For a complete definition of the DtEditor widget
|
||||
and its associated resources, see
|
||||
&cdeman.DtEditor;. ]]></Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
<Para>The
|
||||
<Function>DtEditorInvokeFindChangeDialog</Function> function returns no value.
|
||||
</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;, &cdeman.DtEditorChange;, &cdeman.DtEditorFind;.</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->
|
||||
Reference in New Issue
Block a user