CreCombo.sgm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!-- $XConsortium: CreCombo.sgm /main/9 1996/08/30 12:54:57 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.XCDI.MAN19.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN19.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtCreateComboBox</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtCreateComboBox</Function></RefName>
  17. <RefPurpose>the ComboBox widget creation function
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- CDE Common Source Format, Version 1.0.0-->
  21. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  22. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  23. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  24. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  25. <!-- (c) Copyright 1993, 1994, 1995 Interleaf, Inc.-->
  26. <RefSynopsisDiv>
  27. <FuncSynopsis Remap="ANSI">
  28. <FuncSynopsisInfo>#include &lt;Dt/ComboBox.h>
  29. </FuncSynopsisInfo>
  30. <FuncDef>Widget <Function>DtCreateComboBox</Function></FuncDef>
  31. <ParamDef>Widget <Parameter>parent</Parameter></ParamDef>
  32. <ParamDef>String <Parameter>name</Parameter></ParamDef>
  33. <ParamDef>ArgList <Parameter>arglist</Parameter></ParamDef>
  34. <ParamDef>Cardinal <Parameter>argcount</Parameter></ParamDef>
  35. </FuncSynopsis>
  36. </RefSynopsisDiv>
  37. <RefSect1>
  38. <Title>DESCRIPTION</Title>
  39. <note><para>This function has been superseded by the equivalent
  40. Motif function, <function>XmCreateComboBox</function>. Please refer to the
  41. <![ %CDE.C.CDE; [<emphasis>Motif Programmer's Reference</emphasis>]]><![ %CDE.C.XO; [&str-ZM;]]> for more information.
  42. </para>
  43. </note>
  44. <Para>The
  45. <Function>DtCreateComboBox</Function> function creates an instance of a ComboBox
  46. widget and returns the associated widget ID.
  47. </Para>
  48. <Para>The
  49. <Symbol Role="Variable">parent</Symbol> argument specifies the parent widget ID.
  50. </Para>
  51. <Para>The
  52. <Symbol Role="Variable">name</Symbol> argument specifies the name of the created widget.
  53. </Para>
  54. <Para>The
  55. <Symbol Role="Variable">arglist</Symbol> argument specifies the argument list.
  56. </Para>
  57. <Para>The
  58. <Symbol Role="Variable">argcount</Symbol> argument specifies the number of attribute/value pairs in the argument list.
  59. </Para>
  60. </RefSect1>
  61. <RefSect1>
  62. <Title>RETURN VALUE</Title>
  63. <Para>Upon successful completion, the
  64. <Function>DtCreateComboBox</Function> function returns the ComboBox widget ID.
  65. </Para>
  66. </RefSect1>
  67. <RefSect1>
  68. <Title>SEE ALSO</Title>
  69. <![ %CDE.C.CDE; [
  70. <Para>&cdeman.DtComboBox;.</Para>
  71. ]]>
  72. <![ %CDE.C.XO; [
  73. <Para><Classname>DtComboBox</Classname>.</Para>
  74. ]]>
  75. </RefSect1>
  76. </RefEntry>
  77. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->