Files
cdesktop/cde/doc/C/guides/man/m3_Dt/SpinBoxD.sgm

66 lines
2.4 KiB
Plaintext

<!-- $XConsortium: SpinBoxD.sgm /main/10 1996/08/30 13:13:15 rws $ -->
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
<!-- (c) Copyright 1995 International Business Machines Corp. -->
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
<!-- (c) Copyright 1995 Novell, Inc. -->
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
<!-- (c) Copyright 1995 Hitachi. -->
<![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN51.rsml.1">]]>
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN51.rsml.1">]]>
<RefMeta>
<RefEntryTitle>DtSpinBoxDeletePos</RefEntryTitle>
<ManVolNum>library call</ManVolNum>
</RefMeta>
<RefNameDiv>
<RefName><Function>DtSpinBoxDeletePos</Function></RefName>
<RefPurpose>delete a DtSpinBox item
</RefPurpose>
</RefNameDiv>
<!-- CDE Common Source Format, Version 1.0.0-->
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
<!-- (c) Copyright 1993, 1994, 1995 Interleaf, Inc.-->
<RefSynopsisDiv>
<FuncSynopsis Remap="ANSI">
<FuncSynopsisInfo>#include &lt;Dt/SpinBox.h>
</FuncSynopsisInfo>
<FuncDef>void <Function>DtSpinBoxDeletePos</Function></FuncDef>
<ParamDef>Widget <Parameter>w</Parameter></ParamDef>
<ParamDef>int <Parameter>pos</Parameter></ParamDef>
</FuncSynopsis>
</RefSynopsisDiv>
<RefSect1>
<Title>DESCRIPTION</Title>
<note><para>This function has been superseded by the equivalent
Motif function <function>XmSimpleSpinBoxDeletePos</function>. Please refer to the
<![ %CDE.C.CDE; [<emphasis>Motif Programmer's Reference</emphasis>]]><![ %CDE.C.XO; [&str-ZM;]]> for more information.
</para>
</note>
<Para>The
<Function>DtSpinBoxDeletePos</Function> function deletes a specified item from a DtSpinBox widget.
</Para>
<Para>The
<Symbol Role="Variable">w</Symbol> argument specifies the widget ID.
</Para>
<Para>The
<Emphasis>pos</Emphasis> argument specifies the position of the item to be deleted.
A value of 1 means the first item in the list; zero means the last item.
</Para>
</RefSect1>
<RefSect1>
<Title>RETURN VALUE</Title>
<Para>The
<Function>DtSpinBoxDeletePos</Function> function returns no value.
</Para>
</RefSect1>
<RefSect1>
<Title>SEE ALSO</Title>
<Para>&cdeman.DtSpinBox;,
&cdeman.DtSpinBoxAddItem;, &cdeman.DtSpinBoxSetItem;.</Para>
</RefSect1>
</RefEntry>
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->