Name
XtVaCreatePopupShell — create a pop-up shell, using varargs argument style.
Synopsis
Widget XtVaCreatePopupShell(name, widget_class, parent,
..., NULL)
String name;
WidgetClass widget_class;
Widget parent;
Arguments
nameSpecifies the text name for the created shell widget.
widget_class
Specifies the widget class pointer for the created shell widget.
parentSpecifies the parent widget.
..., NULLSpecifies the NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications.
Description
XtVaCreatePopupShell is identical in function to XtCreatePopupShell with the args and num_args arguments replaced by a varargs list.
See Also
XtCallbackExclusive(1), XtCallbackNone(1), XtCallbackNonexclusive(1), XtCallbackPopdown(1), XtCreatePopupShell(1), XtMenuPopdown,(1) XtMenuPopup,(1) XtPopdown(1), XtPopup(1), XtPopupSpringLoaded(1).