EdInvFor.sgm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!-- $XConsortium: EdInvFor.sgm /main/5 1996/08/30 13:00:50 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.MAN33.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN33.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtEditorInvokeFormatDialog</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtEditorInvokeFormatDialog</Function></RefName>
  17. <RefPurpose>display the DtEditor widget dialog for choosing formatting options
  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>DtEditorInvokeFormatDialog</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
  33. </FuncSynopsis>
  34. </RefSynopsisDiv>
  35. <RefSect1>
  36. <Title>DESCRIPTION</Title>
  37. <Para>The
  38. <Function>DtEditorInvokeFormatDialog</Function> function displays the Format Settings dialog of the DtEditor widget.
  39. This dialog
  40. enables a user to set the text formatting options:
  41. margins and
  42. text alignments (left aligned, right aligned, justified or centered).
  43. The dialog also provides the capability to format either the paragraph
  44. containing the insertion cursor or the entire contents of the DtEditor widget.
  45. The Format Settings dialog remains displayed until the user closes it.
  46. For a complete description of the Format Settings dialog, see
  47. <Classname>DtEditor</Classname>.</Para>
  48. <Para>Text can be formatted programmatically with
  49. &cdeman.DtEditorFormat;.</Para>
  50. <Para>The
  51. <Symbol Role="Variable">widget</Symbol> argument specifies the DtEditor widget ID.
  52. <![ %CDE.C.CDE; [</Para>
  53. <Para>For a complete definition of the DtEditor widget
  54. and its associated resources, see
  55. &cdeman.DtEditor;. ]]></Para>
  56. </RefSect1>
  57. <RefSect1>
  58. <Title>RETURN VALUE</Title>
  59. <Para>The
  60. <Function>DtEditorInvokeFormatDialog</Function> function returns no value.
  61. </Para>
  62. </RefSect1>
  63. <RefSect1>
  64. <Title>SEE ALSO</Title>
  65. <Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;, &cdeman.DtEditorFormat;.</Para>
  66. </RefSect1>
  67. </RefEntry>
  68. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->