Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtVaCreateM(3x) — HP-UX ANSI C A.10.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtCreateWidget(1)

XtCreateManagedWidget(1)

XtManageChild(1)

XtVaCreateWidget(1)

XtVaSetValues(1)

 

NAME

XtVaCreateManagedWidget − create and manage a widget, specifying resources with a varargs list. 

Synopsis

Widget XtVaCreateManagedWidget(name, widget_class, parent, ..., NULL)

      String name;
      WidgetClass widget_class;
      Widget parent;

Inputs

nameSpecifies the resource name for the created widget. 

widget_class
Specifies the widget class pointer for the created widget. Must be rectObjClass or any subclass.

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

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

Returns

The created and managed widget. 

Availability

Release 4 and later. 

Description

XtVaCreateManagedWidget() creates a widget or object named name, of class widget_class, as a child of parent, and with resource values as specified in the remaining arguments.  It is identical to XtCreateManagedWidget() 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 XtCreateManagedWidget() for more information on this function.  See XtVaSetValues() for more information on using variable-length argument lists to specify resources. 

See Also

XtCreateWidget(1), XtCreateManagedWidget(1), XtManageChild(1), XtVaCreateWidget(1), XtVaSetValues(1). 

Copyright O’Reilly & Assoc.  —  X Toolkit Intrinsics Reference Manual © O’Reilly & Associates

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