XvhQuickHelpDialogGetChild(3X)
NAME
XvhQuickHelpDialogGetChild − A QuickHelpDialog function used to access a component.
SYNOPSIS
#include <Xvh/QuickHelpD.h> Widget XvhQuickHelpDialogGetChild (widget, child)
Widgetwidget;
unsigned char child;
DESCRIPTION
XvhQuickHelpDialogGetChild is used to access a component within a QuickHelpDialog. The parameters given to the function are the QuickHelpDialog widget and a value indicating which child to access.
widgetSpecifies the QuickHelpDialog widget ID.
childSpecifies a component within the QuickHelpDialog. The following are legal values for this parameter:
•XvhDIALOG_OK_BUTTON
•XvhDIALOG_PRINT_BUTTON
•XvhDIALOG_HELP_BUTTON
•XvhDIALOG_MORE_BUTTON
•XvhDIALOG_BACK_BUTTON
•XvhDIALOG_SEPARATOR
The widget id returned for each of the ...BUTTON values is a XmPushButtonGadget. The widget id returned for XvhDIALOG_SEPARATOR is a XmSeparatorGadget.
For a complete definition of QuickHelpDialog and its associated resources, see XvhQuickHelpDialog(3X).
RETURN VALUE
Returns the widget ID of the specified QuickHelpDialog child.
RELATED INFORMATION
XvhQuickHelpDialog(3X), XmPushButtonGadget(3X), XmSeparatorGadget(3X)
The HP Help Developer’s Guide
Hewlett-Packard Company — August 02, 1995