NAME
XtCreateApplicationShell - create top-level widget instance
SYNTAX
Widget XtCreateApplicationShell(String _n_a_m_e, WidgetClass
_w_i_d_g_e_t___c_l_a_s_s, ArgList _a_r_g_s, Cardinal _n_u_m___a_r_g_s);
ARGUMENTS
-
_n_a_m_e
Specifies the name of the shell.
-
-
_a_r_g_s
Specifies the argument list to override any other resource specifications.
-
-
_n_u_m___a_r_g_s
Specifies the number of arguments in the argument list.
-
DESCRIPTION
The procedure
_X_t_C_r_e_a_t_e_A_p_p_l_i_c_a_t_i_o_n_S_h_e_l_l
calls
_X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l
with the _a_p_p_l_i_c_a_t_i_o_n NULL, the application class passed to
_X_t_I_n_i_t_i_a_l_i_z_e,
and the default application context created by
_X_t_I_n_i_t_i_a_l_i_z_e.
This routine has been replaced by
_X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l.
SEE ALSO
XtAppCreateShell(3Xt)
_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
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e