Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ VCreaPopShl(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XtVaCreatePopupShell − create a popup shell, specifying resources with a varargs list. 

SYNOPSIS

Widget XtVaCreatePopupShell(name, widget_class, parent, ..., NULL)
      String name;
      WidgetClass widget_class;
      Widget parent;

Inputs

nameSpecifies the resource name for the created shell widget. 

widget_class
Specifies the widget class pointer for the created shell widget.

parentSpecifies the parent widget.  Must be of class Core or any subclass thereof. 

..., NULLA NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications. 

Returns

A shell widget of the specified class. 

AVAILABILITY

Release 4 and later. 

DESCRIPTION

XtVaCreatePopupShell() creates and returns a shell widget of class widget_class and named name, as a popup child of parent.  It is identical to XtCreatePopupShell() except that the args array of resource names and values and the num_args argument of that function are replaced with a NULL-terminated variable-length argument list. 

See XtCreatePopupShell() for more information on this function.  See XtVaSetValues() for more information on using variable-length argument lists to specify resources. 

SEE ALSO

XtCreatePopupShellUNIX SYSTEM V/68, XtVaSetValuesUNIX SYSTEM V/68. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026