XvhCreateQuickHelpDialog(3X)
NAME
XvhCreateQuickHelpDialog − a QuickHelpDialog convenience creation function.
SYNOPSIS
#include <Xvh/QuickHelpDialog.h>
#include <Xvh/Xvh.h> Widget XvhCreateQuickHelpDialog (parent, name, arglist, argcount)
Widgetparent;
Stringname;
ArgListarglist;
Cardinalargcount;
DESCRIPTION
XvhCreateQuickHelpDialog is a convenience function that creates a quick 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 the QuickHelpDialog and its associated resources, see XvhQuickHelpDialog(3X).
RETURN VALUE
Returns the QuickHelpDialog widget id.
RELATED INFORMATION
The HP Help Developer’s Guide
Hewlett-Packard Company — August 02, 1995