SpinBoxD.sgm 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!-- $XConsortium: SpinBoxD.sgm /main/10 1996/08/30 13:13:15 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.MAN51.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN51.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtSpinBoxDeletePos</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtSpinBoxDeletePos</Function></RefName>
  17. <RefPurpose>delete a DtSpinBox item
  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/SpinBox.h>
  29. </FuncSynopsisInfo>
  30. <FuncDef>void <Function>DtSpinBoxDeletePos</Function></FuncDef>
  31. <ParamDef>Widget <Parameter>w</Parameter></ParamDef>
  32. <ParamDef>int <Parameter>pos</Parameter></ParamDef>
  33. </FuncSynopsis>
  34. </RefSynopsisDiv>
  35. <RefSect1>
  36. <Title>DESCRIPTION</Title>
  37. <note><para>This function has been superseded by the equivalent
  38. Motif function <function>XmSimpleSpinBoxDeletePos</function>. Please refer to the
  39. <![ %CDE.C.CDE; [<emphasis>Motif Programmer's Reference</emphasis>]]><![ %CDE.C.XO; [&str-ZM;]]> for more information.
  40. </para>
  41. </note>
  42. <Para>The
  43. <Function>DtSpinBoxDeletePos</Function> function deletes a specified item from a DtSpinBox widget.
  44. </Para>
  45. <Para>The
  46. <Symbol Role="Variable">w</Symbol> argument specifies the widget ID.
  47. </Para>
  48. <Para>The
  49. <Emphasis>pos</Emphasis> argument specifies the position of the item to be deleted.
  50. A value of 1 means the first item in the list; zero means the last item.
  51. </Para>
  52. </RefSect1>
  53. <RefSect1>
  54. <Title>RETURN VALUE</Title>
  55. <Para>The
  56. <Function>DtSpinBoxDeletePos</Function> function returns no value.
  57. </Para>
  58. </RefSect1>
  59. <RefSect1>
  60. <Title>SEE ALSO</Title>
  61. <Para>&cdeman.DtSpinBox;,
  62. &cdeman.DtSpinBoxAddItem;, &cdeman.DtSpinBoxSetItem;.</Para>
  63. </RefSect1>
  64. </RefEntry>
  65. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->