EdInvFin.sgm 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!-- $XConsortium: EdInvFin.sgm /main/5 1996/08/30 13:00:40 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCSA.MAN32.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN32.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtEditorInvokeFindChangeDialog</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtEditorInvokeFindChangeDialog</Function></RefName>
  17. <RefPurpose>display the DtEditor widget dialog for searching and replacing text
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- CDE Common Source Format, Version 1.0.0-->
  21. <!-- *************************************************************************-->
  22. <!-- ** (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- ** (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- ** (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- ** (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <!-- *************************************************************************-->
  27. <RefSynopsisDiv>
  28. <FuncSynopsis Remap="ANSI">
  29. <FuncSynopsisInfo>#include &lt;Dt/Editor.h>
  30. </FuncSynopsisInfo>
  31. <FuncDef>void <Function>DtEditorInvokeFindChangeDialog</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
  33. </FuncSynopsis>
  34. </RefSynopsisDiv>
  35. <RefSect1>
  36. <Title>DESCRIPTION</Title>
  37. <Para>The
  38. <Function>DtEditorInvokeFindChangeDialog</Function> function displays the Find/Change dialog for the DtEditor widget.
  39. This dialog enables a
  40. user to search for, and optionally replace, a string in the
  41. text for the DtEditor widget.
  42. It also allows the user to specify a replacement
  43. string, which can be substituted for either the next occurrence of the
  44. search string or all occurrences.
  45. The Find/Change dialog remains displayed until the user closes it.
  46. For a complete description of the Find/Change dialog see
  47. <Classname>DtEditor</Classname>.</Para>
  48. <Para>Subsequent searches for the last search string entered can be made by
  49. calling
  50. &cdeman.DtEditorFind;. Subsequent substitutions can be made with
  51. &cdeman.DtEditorChange;.</Para>
  52. <Para>The
  53. <Symbol Role="Variable">widget</Symbol> argument specifies the DtEditor widget ID.
  54. <![ %CDE.C.CDE; [</Para>
  55. <Para>For a complete definition of the DtEditor widget
  56. and its associated resources, see
  57. &cdeman.DtEditor;. ]]></Para>
  58. </RefSect1>
  59. <RefSect1>
  60. <Title>RETURN VALUE</Title>
  61. <Para>The
  62. <Function>DtEditorInvokeFindChangeDialog</Function> function returns no value.
  63. </Para>
  64. </RefSect1>
  65. <RefSect1>
  66. <Title>SEE ALSO</Title>
  67. <Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;, &cdeman.DtEditorChange;, &cdeman.DtEditorFind;.</Para>
  68. </RefSect1>
  69. </RefEntry>
  70. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->