Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
<!-- $XConsortium: CreSpinB.sgm /main/9 1996/08/30 12:55:45 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.MAN21.rsml.1">]]>
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN21.rsml.1">]]>
<RefMeta>
<RefEntryTitle>DtCreateSpinBox</RefEntryTitle>
<ManVolNum>library call</ManVolNum>
</RefMeta>
<RefNameDiv>
<RefName><Function>DtCreateSpinBox</Function></RefName>
<RefPurpose>the SpinBox 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 &lt;Dt/SpinBox.h>
</FuncSynopsisInfo>
<FuncDef>Widget <Function>DtCreateSpinBox</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>XmCreateSimpleSpinBox</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>DtCreateSpinBox</Function> function creates an instance of a SpinBox
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>DtCreateSpinBox</Function> function returns the SpinBox widget ID.
</Para>
</RefSect1>
<RefSect1>
<Title>SEE ALSO</Title>
<![ %CDE.C.CDE; [
<Para>&cdeman.DtSpinBox;.</Para>
]]>
<![ %CDE.C.XO; [
<Para><Classname>DtSpinBox</Classname>.</Para>
]]>
</RefSect1>
</RefEntry>
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->