XvhCreateHelpDialog(3X)
NAME
XvhCreateHelpDialog − a HelpDialog convenience creation function.
SYNOPSIS
#include <Xvh/HelpDialog.h>
#include <Xvh/Xvh.h> Widget XvhCreateHelpDialog (parent, name, arglist, argcount)
Widgetparent;
Stringname;
ArgListarglist;
Cardinalargcount;
DESCRIPTION
XvhCreateHelpDialog is a convenience function that creates a help dialog widget hierarchy.
parentSpecifies the parent widget ID
nameSpecifies the name of the created widget
arglistSpecifies the argument list
argcountSpecifies the number of attribute/value pairs in the argument list (arglist)
For a complete definition of HelpDialog and its associated resources, see XvhHelpDialog(3X).
RETURN VALUE
Returns the HelpDialog widget ID.
RELATED INFORMATION
The HP Help Developer’s Guide
Hewlett-Packard Company — September 09, 1992