SpinBoxA.sgm 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!-- $XConsortium: SpinBoxA.sgm /main/10 1996/08/30 13:13:04 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.MAN50.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN50.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtSpinBoxAddItem</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtSpinBoxAddItem</Function></RefName>
  17. <RefPurpose>add an item to the DtSpinBox
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <RefSynopsisDiv>
  21. <FuncSynopsis Remap="ANSI">
  22. <FuncSynopsisInfo>#include &lt;Dt/SpinBox.h>
  23. </FuncSynopsisInfo>
  24. <FuncDef>void <Function>DtSpinBoxAddItem</Function></FuncDef>
  25. <ParamDef>Widget <Parameter>w</Parameter></ParamDef>
  26. <ParamDef>XmString <Parameter>item</Parameter></ParamDef>
  27. <ParamDef>int <Parameter>pos</Parameter></ParamDef>
  28. </FuncSynopsis>
  29. </RefSynopsisDiv>
  30. <RefSect1>
  31. <Title>DESCRIPTION</Title>
  32. <note><para>This function has been superseded by the equivalent
  33. Motif function <function>XmSimpleSpinBoxAddItem</function>. Please refer to the
  34. <![ %CDE.C.CDE; [<emphasis>Motif Programmer's Reference</emphasis>]]><![ %CDE.C.XO; [&str-ZM;]]> for more information.
  35. </para>
  36. </note>
  37. <Para>The
  38. <Function>DtSpinBoxAddItem</Function> function adds the given item to the DtSpinBox at the given
  39. position.
  40. </Para>
  41. <Para>The
  42. <Symbol Role="Variable">w</Symbol> argument specifies the widget ID.
  43. </Para>
  44. <Para>The
  45. <Symbol Role="Variable">item</Symbol> argument specifies the
  46. <StructName Role="typedef">XmString</StructName> for the new item.
  47. </Para>
  48. <Para>The
  49. <Emphasis>pos</Emphasis> argument specifies the position of the new item.
  50. </Para>
  51. </RefSect1>
  52. <RefSect1>
  53. <Title>RETURN VALUE</Title>
  54. <Para>The
  55. <Function>DtSpinBoxAddItem</Function> function returns no value.
  56. </Para>
  57. </RefSect1>
  58. <RefSect1>
  59. <Title>SEE ALSO</Title>
  60. <Para>&cdeman.DtSpinBox;,
  61. &cdeman.DtSpinBoxDeletePos;, &cdeman.DtSpinBoxSetItem;.</Para>
  62. </RefSect1>
  63. </RefEntry>
  64. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->