hpux man page for xtvacreatewidget

Query: xtvacreatewidget

OS: hpux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XtVaCreateWidget()														XtVaCreateWidget()

Name
  XtVaCreateWidget - create a widget, specifying resources with a varargs list.

Synopsis
  Widget XtVaCreateWidget(name, object_class, parent, ..., NULL)
	   String name;
	   WidgetClass object_class;
	   Widget parent;

Inputs
  name	    Specifies the resource name for the created widget.

  object_class
	    Specifies the widget class pointer for the created object; may be objectClass or any subclass.

  parent    Specifies the parent widget.  May be of class Object or any subclass thereof.

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

Returns
  A widget of the specified class.

Availability
  Release 4 and later.

Description
  XtVaCreateWidget()  creates  and returns a widget or object of class widget_class with name name, as a child of parent.  It is identical to
  XtCreateWidget() 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  XtCreateWidget()  for  more  information on this function.  See XtVaSetValues() for more information on using variable-length argument
  lists to specify resources.

See Also
  XtCreateManagedWidget(1), XtCreateWidget(1), XtVaCreateManagedWidget(1), XtVaSetValues(1).

Xt - Widget Lifecycle														XtVaCreateWidget()
Related Man Pages
xtvacreatemanagedwidget(3xt) - osf1
xtcreatewidget(3xt) - redhat
xtcreatewidget(3) - hpux
xtcreatewidget(1) - hpux
xtvacreatemanagedwidget(1) - hpux
Similar Topics in the Unix Linux Community
Unix File Permissions
PHP Man Pages Now Available (Over 10,000)
Is UNIX an open source OS ?
Hpux 11iV3 administration document
awk - Multi-line data to be stored in variable