home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xtvaappcreateshell.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  3.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4. XtAppCreateShell(3Xt)       XT FUNCTIONS        XtAppCreateShell(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtAppCreateShell, XtVaAppCreateShell - create top-level
  9.        widget instance
  10.  
  11. SSYYNNTTAAXX
  12.        Widget XtAppCreateShell(_a_p_p_l_i_c_a_t_i_o_n___n_a_m_e, _a_p_p_l_i_c_a_-
  13.        _t_i_o_n___c_l_a_s_s, _w_i_d_g_e_t___c_l_a_s_s, _d_i_s_p_l_a_y, _a_r_g_s, _n_u_m___a_r_g_s)
  14.          String _a_p_p_l_i_c_a_t_i_o_n___n_a_m_e;
  15.          String _a_p_p_l_i_c_a_t_i_o_n___c_l_a_s_s;
  16.          WidgetClass _w_i_d_g_e_t___c_l_a_s_s;
  17.          Display *_d_i_s_p_l_a_y;
  18.          ArgList _a_r_g_s;
  19.          Cardinal _n_u_m___a_r_g_s;
  20.  
  21.        Widget XtVaAppCreateShell(_a_p_p_l_i_c_a_t_i_o_n___n_a_m_e, _a_p_p_l_i_c_a_-
  22.        _t_i_o_n___c_l_a_s_s, _w_i_d_g_e_t___c_l_a_s_s, _d_i_s_p_l_a_y, ...)
  23.          String _a_p_p_l_i_c_a_t_i_o_n___n_a_m_e;
  24.          String _a_p_p_l_i_c_a_t_i_o_n___c_l_a_s_s;
  25.          WidgetClass _w_i_d_g_e_t___c_l_a_s_s;
  26.          Display *_d_i_s_p_l_a_y;
  27.  
  28. AARRGGUUMMEENNTTSS
  29.        _a_p_p_l_i_c_a_t_i_o_n___n_a_m_e
  30.          Specifies the name of the application instance.
  31.  
  32.        _a_p_p_l_i_c_a_t_i_o_n___c_l_a_s_s
  33.          Specifies the class name of this application.
  34.  
  35.        _w_i_d_g_e_t___c_l_a_s_s
  36.          Specifies the widget class that the application
  37.          top-level widget should be.
  38.  
  39.        _d_i_s_p_l_a_y     Specifies the display from which to get the
  40.          resources.
  41.  
  42.        _a_r_g_s     Specifies the argument list from which to get
  43.          the resources.
  44.  
  45.        _n_u_m___a_r_g_s     Specifies the number of arguments in the argu-
  46.          ment list.
  47.  
  48.        _._._.     Specifies the variable argument list from which
  49.          to get the resources.
  50.  
  51. DDEESSCCRRIIPPTTIIOONN
  52.        The _X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l function saves the specified applica-
  53.        tion name and application class for qualifying all widget
  54.        resource specifiers.  The application name and application
  55.        class are used as the left-most components in all widget
  56.        resource names for this application.  _X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l
  57.        should be used to create a new logical application within
  58.        a program or to create a shell on another display.  In the
  59.        first case, it allows the specification of a new root in
  60.        the resource hierarchy.    In the second case, it uses the
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XtAppCreateShell(3Xt)       XT FUNCTIONS        XtAppCreateShell(3Xt)
  71.  
  72.  
  73.        resource database associated with the other display.
  74.  
  75.        Note that the widget returned by _X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l has the
  76.        WM_COMMAND property set for session managers (see Chapter
  77.        4).
  78.  
  79. SSEEEE AALLSSOO
  80.        XtCreateWidget(3Xt)
  81.        _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s _- _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  82.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.