CreEdito.sgm 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!-- $XConsortium: CreEdito.sgm /main/5 1996/08/30 12:55:06 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.MAN9.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN9.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtCreateEditor</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtCreateEditor</Function></RefName>
  17. <RefPurpose>create a new instance of a DtEditor widget
  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>Widget <Function>DtCreateEditor</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>parent</Parameter></ParamDef>
  33. <ParamDef>String <Parameter>name</Parameter></ParamDef>
  34. <ParamDef>ArgList <Parameter>arglist</Parameter></ParamDef>
  35. <ParamDef>Cardinal <Parameter>argcount</Parameter></ParamDef>
  36. </FuncSynopsis>
  37. </RefSynopsisDiv>
  38. <RefSect1>
  39. <Title>DESCRIPTION</Title>
  40. <Para>The
  41. <Function>DtEditorCreate</Function> function creates an instance of a DtEditor
  42. widget and returns the associated widget ID.
  43. </Para>
  44. <Para>The
  45. <Symbol Role="Variable">parent</Symbol> argument specifies the parent widget ID.
  46. </Para>
  47. <Para>The
  48. <Symbol Role="Variable">name</Symbol> argument specifies the name of the created widget.
  49. </Para>
  50. <Para>The
  51. <Symbol Role="Variable">arglist</Symbol> argument specifies the argument list.
  52. </Para>
  53. <Para>The
  54. <Symbol Role="Variable">argcount</Symbol> argument specifies the number of attribute and value pairs in the argument list
  55. (
  56. <Symbol Role="Variable">arglist</Symbol>). <![ %CDE.C.CDE; [</Para>
  57. <Para>For a complete definition of the DtEditor widget
  58. and its associated resources, see
  59. &cdeman.DtEditor;. ]]></Para>
  60. </RefSect1>
  61. <RefSect1>
  62. <Title>RETURN VALUE</Title>
  63. <Para>Upon successful completion, the
  64. <Function>DtEditorCreate</Function> function
  65. returns the DtEditor widget ID; otherwise, it returns
  66. <SystemItem Class="Constant">NULL</SystemItem>.</Para>
  67. </RefSect1>
  68. <RefSect1>
  69. <Title>SEE ALSO</Title>
  70. <Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;.</Para>
  71. </RefSect1>
  72. </RefEntry>
  73. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->