76 lines
2.7 KiB
Plaintext
76 lines
2.7 KiB
Plaintext
<!-- $XConsortium: ComboDel.sgm /main/10 1996/08/30 12:54:28 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.MAN16.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN16.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>DtComboBoxDeletePos</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>DtComboBoxDeletePos</Function></RefName>
|
|
<RefPurpose>delete a DtComboBox 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 <Dt/ComboBox.h>
|
|
</FuncSynopsisInfo>
|
|
<FuncDef>void <Function>DtComboBoxDeletePos</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>XmComboBoxDeletePos</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>DtComboBoxDeletePos</Function> function deletes a specified item from a DtComboBox widget.
|
|
</Para>
|
|
<Para>The
|
|
<Symbol Role="Variable">w</Symbol> argument specifies the DtComboBox widget ID.
|
|
</Para>
|
|
<Para>The
|
|
<Emphasis>pos</Emphasis> argument specifies the position of the item to be deleted.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>RETURN VALUE</Title>
|
|
<Para>The
|
|
<Function>DtComboBoxDeletePos</Function> function returns no value.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>APPLICATION USAGE</Title>
|
|
<Para>The functions
|
|
<Function>DtComboBoxAddItem</Function> and
|
|
<Function>DtComboBoxDeletePos</Function> have different naming conventions (Item versus Pos)
|
|
because of the objects they are manipulating.
|
|
The Item is a string to be added,
|
|
the Pos is a numeric position number.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.DtComboBox;,
|
|
&cdeman.DtComboBoxAddItem;, &cdeman.DtComboBoxSetItem;, &cdeman.DtComboBoxSelectItem;.</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|