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

65 lines
2.2 KiB
Plaintext

<!-- $XConsortium: SpinBoxA.sgm /main/10 1996/08/30 13:13:04 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.MAN50.rsml.1">]]>
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN50.rsml.1">]]>
<RefMeta>
<RefEntryTitle>DtSpinBoxAddItem</RefEntryTitle>
<ManVolNum>library call</ManVolNum>
</RefMeta>
<RefNameDiv>
<RefName><Function>DtSpinBoxAddItem</Function></RefName>
<RefPurpose>add an item to the DtSpinBox
</RefPurpose>
</RefNameDiv>
<RefSynopsisDiv>
<FuncSynopsis Remap="ANSI">
<FuncSynopsisInfo>#include &lt;Dt/SpinBox.h>
</FuncSynopsisInfo>
<FuncDef>void <Function>DtSpinBoxAddItem</Function></FuncDef>
<ParamDef>Widget <Parameter>w</Parameter></ParamDef>
<ParamDef>XmString <Parameter>item</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>XmSimpleSpinBoxAddItem</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>DtSpinBoxAddItem</Function> function adds the given item to the DtSpinBox at the given
position.
</Para>
<Para>The
<Symbol Role="Variable">w</Symbol> argument specifies the widget ID.
</Para>
<Para>The
<Symbol Role="Variable">item</Symbol> argument specifies the
<StructName Role="typedef">XmString</StructName> for the new item.
</Para>
<Para>The
<Emphasis>pos</Emphasis> argument specifies the position of the new item.
</Para>
</RefSect1>
<RefSect1>
<Title>RETURN VALUE</Title>
<Para>The
<Function>DtSpinBoxAddItem</Function> function returns no value.
</Para>
</RefSect1>
<RefSect1>
<Title>SEE ALSO</Title>
<Para>&cdeman.DtSpinBox;,
&cdeman.DtSpinBoxDeletePos;, &cdeman.DtSpinBoxSetItem;.</Para>
</RefSect1>
</RefEntry>
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->