79 lines
2.8 KiB
Plaintext
79 lines
2.8 KiB
Plaintext
<!-- $XConsortium: CreCombo.sgm /main/9 1996/08/30 12:54:57 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.MAN19.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN19.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>DtCreateComboBox</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>DtCreateComboBox</Function></RefName>
|
|
<RefPurpose>the ComboBox widget creation function
|
|
</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>Widget <Function>DtCreateComboBox</Function></FuncDef>
|
|
<ParamDef>Widget <Parameter>parent</Parameter></ParamDef>
|
|
<ParamDef>String <Parameter>name</Parameter></ParamDef>
|
|
<ParamDef>ArgList <Parameter>arglist</Parameter></ParamDef>
|
|
<ParamDef>Cardinal <Parameter>argcount</Parameter></ParamDef>
|
|
</FuncSynopsis>
|
|
</RefSynopsisDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<note><para>This function has been superseded by the equivalent
|
|
Motif function, <function>XmCreateComboBox</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>DtCreateComboBox</Function> function creates an instance of a ComboBox
|
|
widget and returns the associated widget ID.
|
|
</Para>
|
|
<Para>The
|
|
<Symbol Role="Variable">parent</Symbol> argument specifies the parent widget ID.
|
|
</Para>
|
|
<Para>The
|
|
<Symbol Role="Variable">name</Symbol> argument specifies the name of the created widget.
|
|
</Para>
|
|
<Para>The
|
|
<Symbol Role="Variable">arglist</Symbol> argument specifies the argument list.
|
|
</Para>
|
|
<Para>The
|
|
<Symbol Role="Variable">argcount</Symbol> argument specifies the number of attribute/value pairs in the argument list.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>RETURN VALUE</Title>
|
|
<Para>Upon successful completion, the
|
|
<Function>DtCreateComboBox</Function> function returns the ComboBox widget ID.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<![ %CDE.C.CDE; [
|
|
<Para>&cdeman.DtComboBox;.</Para>
|
|
]]>
|
|
<![ %CDE.C.XO; [
|
|
<Para><Classname>DtComboBox</Classname>.</Para>
|
|
]]>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|