This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



XtAppCreateShell(3)                             XT FUNCTIONS                             XtAppCreateShell(3)



NAME
       XtAppCreateShell, XtVaAppCreateShell - create top-level widget instance

SYNTAX
       Widget XtAppCreateShell(String application_name, String application_class, WidgetClass widget_class,
              Display *display, ArgList args, Cardinal num_args);

       Widget XtVaAppCreateShell(String application_name, String application_class, WidgetClass wid-get_class, widget_class,
              get_class, Display *display, ...);

ARGUMENTS
       application_name
                 Specifies the name of the application instance.

       application_class
                 Specifies the class name of this application.

       widget_class
                 Specifies the widget class that the application top-level widget should be.

       display   Specifies the display from which to get the resources.

       args      Specifies the argument list from which to get the resources.

       num_args  Specifies the number of arguments in the argument list.

       ...       Specifies the variable argument list from which to get the resources.

DESCRIPTION
       The XtAppCreateShell function saves the specified application name and application class for qualify-ing qualifying
       ing all widget resource specifiers.  The application name and application class are used as the left-most leftmost
       most components in all widget resource names for this application.  XtAppCreateShell should be used
       to create a new logical application within a program or to create a shell on another display.  In the
       first case, it allows the specification of a new root in the resource hierarchy.  In the second case,
       it uses the resource database associated with the other display.

       Note that the widget returned by XtAppCreateShell has the WM_COMMAND property set for session man-agers managers
       agers (see Chapter 4).

SEE ALSO
       XtCreateWidget(3Xt)
       X Toolkit Intrinsics - C Language Interface
       Xlib - C Language X Interface



X Version 11                                     libXt 1.0.5                             XtAppCreateShell(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...