hpux man page for xtcreateapb

Query: xtcreateapb

OS: hpux

Section: 3

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

XtCreateApplicationShell()												XtCreateApplicationShell()

Name
  XtCreateApplicationShell - create an additional top-level widget.

Synopsis
  Widget XtCreateApplicationShell(application_name, widget_class, args, num_args)
	 String application_name; /*unused*/
	 WidgetClass widget_class;
	 ArgList args;
	 Cardinal num_args;

Inputs
  application_name
	    This argument is unused.

  widget_class
	    Specifies the widget class for the shell widget to be created.

  args	    Specifies an argument list to override any other resource specifications.

  num_args  Specifies the number of elements in args.

Returns
  A newly created shell widget of class widget_class.

Availability
  Superseded by XtAppCreateShell().

Description
  XtCreateApplicationShell() creates and returns a shell widget of class widget_class.	The created widget has no parent-it is at the root of
  a widget tree and at the top of the resource name hierarchy.

  XtCreateApplicationShell() creates the widget by calling XtAppCreateShell() passing a NULL application_name, the application_class that was
  passed to XtInitialize(), the display that was opened by XtInitialize() and the widget_class, args, and num_args arguments.

Usage
  XtCreateApplicationShell() has been superseded by XtAppCreateShell(), which is substantially more flexible.  You can continue to use XtCre-
  ateApplicationShell() only if you initialize your application with XtInitialize().  We recommend that you use XtAppInitialize(),  XtAppCre-
  ateShell(), and the other XtApp*() application context specific functions.

  See XtAppCreateShell() for more information.

See Also
  XtAppCreateShell(1).

Xt - Initialization													XtCreateApplicationShell()
Related Man Pages
xtvaappcreateshell(3xt) - redhat
xtvaappcreateshell(3) - centos
xtappcreateshell(3) - suse
xtvaappcreateshell(3) - suse
xtappcreateshell(3) - linux
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
PHP Man Pages Now Available (Over 10,000)
How to extract every repeated string between two specific string?
Tar Command
Shopt -s histappend