73 lines
2.5 KiB
Plaintext
73 lines
2.5 KiB
Plaintext
<!-- $XConsortium: CreMenuB.sgm /main/5 1996/08/30 12:55:36 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.MAN20.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN20.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>DtCreateMenuButton</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>DtCreateMenuButton</Function></RefName>
|
|
<RefPurpose>the MenuButton 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.-->
|
|
<RefSynopsisDiv>
|
|
<FuncSynopsis Remap="ANSI">
|
|
<FuncSynopsisInfo>#include <Dt/MenuButton.h>
|
|
</FuncSynopsisInfo>
|
|
<FuncDef>Widget <Function>DtCreateMenuButton</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>DtCreateMenuButton</Function> function creates an instance of a MenuButton
|
|
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>DtCreateMenuButton</Function> function returns the MenuButton widget ID.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<![ %CDE.C.CDE; [
|
|
<Para>&cdeman.DtMenuButton;.</Para>
|
|
]]>
|
|
<![ %CDE.C.XO; [
|
|
<Para><Classname>DtMenuButton</Classname>.</Para>
|
|
]]>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|