SgCreateDynaMenu(3X) UNIX System V SgCreateDynaMenu(3X)
NAME
SgCreateDynaMenu - The DynaMenu widget creation function
SYNOPSIS
#include <Sgm/DynaMenu.h>
Widget SgCreateDynaMenu (parent, name, arglist, argcount)
Widget parent;
String name;
ArgList arglist;
Cardinal argcount;
VERSION
This page documents the version of Sgm that accompanies
Motif 1.2.
DESCRIPTION
SgCreateDynaMenu creates an unmanaged DynaMenu.
parent Specifies the parent widget ID
name Specifies the name of the created widget
arglistSpecifies the argument list
argcount
Specifies the number of attribute/value pairs in the
argument list (arglist)
For a complete definition of DynaMenu and its associated
resources, see SgDynaMenu(3X).
RETURN VALUE
Returns the DynaMenu widget ID.
RELATED INFORMATION
SgDynaMenu(3X).
Page 1 (printed 4/30/98)