1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!-- $XConsortium: CreEdito.sgm /main/5 1996/08/30 12:55:06 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.XCSA.MAN9.rsml.1">]]>
- <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN9.rsml.1">]]>
- <RefMeta>
- <RefEntryTitle>DtCreateEditor</RefEntryTitle>
- <ManVolNum>library call</ManVolNum>
- </RefMeta>
- <RefNameDiv>
- <RefName><Function>DtCreateEditor</Function></RefName>
- <RefPurpose>create a new instance of a DtEditor widget
- </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.-->
- <!-- *************************************************************************-->
- <RefSynopsisDiv>
- <FuncSynopsis Remap="ANSI">
- <FuncSynopsisInfo>#include <Dt/Editor.h>
- </FuncSynopsisInfo>
- <FuncDef>Widget <Function>DtCreateEditor</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>
- <Para>The
- <Function>DtEditorCreate</Function> function creates an instance of a DtEditor
- 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 and value pairs in the argument list
- (
- <Symbol Role="Variable">arglist</Symbol>). <![ %CDE.C.CDE; [</Para>
- <Para>For a complete definition of the DtEditor widget
- and its associated resources, see
- &cdeman.DtEditor;. ]]></Para>
- </RefSect1>
- <RefSect1>
- <Title>RETURN VALUE</Title>
- <Para>Upon successful completion, the
- <Function>DtEditorCreate</Function> function
- returns the DtEditor widget ID; otherwise, it returns
- <SystemItem Class="Constant">NULL</SystemItem>.</Para>
- </RefSect1>
- <RefSect1>
- <Title>SEE ALSO</Title>
- <Para>&cdeman.Dt.Editor.h;, &cdeman.DtEditor;.</Para>
- </RefSect1>
- </RefEntry>
- <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->
|