Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
79
cde/doc/C/guides/man/m3_Dt/CreSpinB.sgm
Normal file
79
cde/doc/C/guides/man/m3_Dt/CreSpinB.sgm
Normal 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 <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-->
|
||||
Reference in New Issue
Block a user