home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XtOpenApplication(3Xt) XT FUNCTIONS XtOpenApplication(3Xt)
-
-
- NNAAMMEE
- XtOpenApplication, XtVaOpenApplication - initialize, open,
- or close a display
-
- SSYYNNTTAAXX
- Widget XtOpenApplication(_a_p_p___c_o_n_t_e_x_t___r_e_t_u_r_n, _a_p_p_l_i_c_a_-
- _t_i_o_n___c_l_a_s_s, _o_p_t_i_o_n_s, _n_u_m___o_p_t_i_o_n_s, _a_r_g_c___i_n___o_u_t,
- _a_r_g_v___i_n___o_u_t, _f_a_l_l_b_a_c_k___r_e_s_o_u_r_c_e_s, _w_i_d_g_e_t___c_l_a_s_s, _a_r_g_s,
- _n_u_m___a_r_g_s)
- XtAppContext _a_p_p___c_o_n_t_e_x_t___r_e_t_u_r_n;
- String _a_p_p_l_i_c_a_t_i_o_n___c_l_a_s_s;
- XrmOptionDescRec* _o_p_t_i_o_n_s;
- Cardinal _n_u_m___o_p_t_i_o_n_s;
- int* _a_r_g_c___i_n___o_u_t;
- String* _a_r_g_v___i_n___o_u_t;
- String* _f_a_l_l_b_a_c_k___r_e_s_o_u_r_c_e_s;
- 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;
-
- Widget XtVaOpenApplication(_a_p_p___c_o_n_t_e_x_t___r_e_t_u_r_n, _a_p_p_l_i_c_a_-
- _t_i_o_n___c_l_a_s_s, _o_p_t_i_o_n_s, _n_u_m___o_p_t_i_o_n_s, _a_r_g_c___i_n___o_u_t,
- _a_r_g_v___i_n___o_u_t, _f_a_l_l_b_a_c_k___r_e_s_o_u_r_c_e_s, _w_i_d_g_e_t___c_l_a_s_s, ...)
- XtAppContext _a_p_p___c_o_n_t_e_x_t___r_e_t_u_r_n;
- String _a_p_p_l_i_c_a_t_i_o_n___c_l_a_s_s;
- XrmOptionDescRec* _o_p_t_i_o_n_s;
- Cardinal _n_u_m___o_p_t_i_o_n_s;
- int* _a_r_g_c___i_n___o_u_t;
- String* _a_r_g_v___i_n___o_u_t;
- String* _f_a_l_l_b_a_c_k___r_e_s_o_u_r_c_e_s;
- WidgetClass _w_i_d_g_e_t___c_l_a_s_s;
-
- AARRGGUUMMEENNTTSS
- _a_p_p___c_o_n_t_e_x_t___r_e_t_u_r_n
- Specifies the application context.
-
- _a_p_p_l_i_c_a_t_i_o_n___c_l_a_s_s
- Specifies the class name of this application,
- which usually is the generic name for all
- instances of this application.
-
- _o_p_t_i_o_n_s Specifies how to parse the command line for any
- application-specific resources. The options
- argument is passed as a parameter to
- _X_r_m_P_a_r_s_e_C_o_m_m_a_n_d. For further information, see
- _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e.
-
- _n_u_m___o_p_t_i_o_n_s
- Specifies the number of entries in the options
- list.
-
- _a_r_g_c___i_n___o_u_t
- Specifies a pointer to the number of command
- line parameters.
-
-
-
- X Version 11 Release 6.1 1
-
-
-
-
-
- XtOpenApplication(3Xt) XT FUNCTIONS XtOpenApplication(3Xt)
-
-
- _a_r_g_v___i_n___o_u_t
- Specifies the command line parameters.
-
- _f_a_l_l_b_a_c_k___r_e_s_o_u_r_c_e_s
- Specifies resource values to be used if the
- application class resource file cannot be opened
- or read, or NULL.
-
- _w_i_d_g_e_t___c_l_a_s_s
- Specifies the widget class of the shell to be
- created.
-
- _a_r_g_s Specifies the argument list to override any
- other resource specification for the created
- shell widget.
-
- _n_u_m___a_r_g_s Specifies the number of entries in the argument
- list.
-
- _._._. Specifies the variable argument list to override
- any other resource specification for the created
- shell widget.
-
- DDEESSCCRRIIPPTTIIOONN
- The _X_t_O_p_e_n_A_p_p_l_i_c_a_t_i_o_n function calls _X_t_T_o_o_l_k_i_t_I_n_i_t_i_a_l_i_z_e
- followed by _X_t_C_r_e_a_t_e_A_p_p_l_i_c_a_t_i_o_n_C_o_n_t_e_x_t, then calls
- _X_t_O_p_e_n_D_i_s_p_l_a_y with _d_i_s_p_l_a_y___s_t_r_i_n_g NULL and _a_p_p_l_i_c_a_-
- _t_i_o_n___n_a_m_e NULL, and finally calls _X_t_A_p_p_C_r_e_a_t_e_S_h_e_l_l with
- _a_p_p_c_a_t_i_o_n___n_a_m_e NULL, _w_i_d_g_e_t___c_l_a_s_s
- _a_p_p_l_i_c_a_t_i_o_n_S_h_e_l_l_W_i_d_g_e_t_C_l_a_s_s, and the specified _a_r_g_s and
- _n_u_m___a_r_g_s and returns the created shell. The modified _a_r_g_c
- and _a_r_g_v returned by _X_t_D_i_s_p_l_a_y_I_n_i_t_i_a_l_i_z_e are returned in
- _a_r_g_c___i_n___o_u_t and _a_r_g_v___i_n___o_u_t. If _a_p_p___c_o_n_t_e_x_t___r_e_t_u_r_n _i_s _n_o_t
- _N_U_L_L_, _t_h_e _c_r_e_a_t_e_d _a_p_p_l_i_c_a_t_i_o_n _c_o_n_t_e_x_t _i_s _a_l_s_o _r_e_t_u_r_n_e_d_. _I_f
- _t_h_e _d_i_s_p_l_a_y _s_p_e_c_i_f_i_e_d _b_y _t_h_e _c_o_m_m_a_n_d _l_i_n_e _c_a_n_n_o_t _b_e
- _o_p_e_n_e_d_, _a_n _e_r_r_o_r _m_e_s_s_a_g_e _i_s _i_s_s_u_e_d _a_n_d _X_t_O_p_e_n_A_p_p_l_i_c_a_t_i_o_n
- _t_e_r_m_i_n_a_t_e_s _t_h_e _a_p_p_l_i_c_a_t_i_o_n_. _I_f _f_a_l_l_b_a_c_k___r_e_s_o_u_r_c_e_s _i_s _n_o_n_-
- _N_U_L_L_, _X_t_A_p_p_S_e_t_F_a_l_l_b_a_c_k_R_e_s_o_u_r_c_e_s _i_s _c_a_l_l_e_d _w_i_t_h _t_h_e _v_a_l_u_e
- _p_r_i_o_r _t_o _c_a_l_l_i_n_g _X_t_O_p_e_n_D_i_s_p_l_a_y_.
-
- XtAppInitialize and XtVaAppInitialize have been superceded
- by _X_t_O_p_e_n_A_p_p_l_i_c_a_t_i_o_n and _X_t_V_a_O_p_e_n_A_p_p_l_i_c_a_t_i_o_n respectively.
-
- SSEEEE AALLSSOO
- XtOpenApplication(3Xt), XtVaOpenApplication(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
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 2
-
-
-