home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / Xt / XtInitialize.z / XtInitialize
Encoding:
Text File  |  2002-10-03  |  3.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXttttIIIInnnniiiittttiiiiaaaalllliiiizzzzeeee((((3333XXXXtttt))))  XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....6666))))   XXXXttttIIIInnnniiiittttiiiiaaaalllliiiizzzzeeee((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtInitialize - initialize
  10.  
  11.      SSSSYYYYNNNNTTTTAAAAXXXX
  12.           Widget XtInitialize(_s_h_e_l_l__n_a_m_e, _a_p_p_l_i_c_a_t_i_o_n__c_l_a_s_s, _o_p_t_i_o_n_s,
  13.           _n_u_m__o_p_t_i_o_n_s, _a_r_g_c, _a_r_g_v)
  14.                 String _s_h_e_l_l__n_a_m_e;
  15.                 String _a_p_p_l_i_c_a_t_i_o_n__c_l_a_s_s;
  16.                 XrmOptionDescRec* _o_p_t_i_o_n_s;
  17.                 Cardinal _n_u_m__o_p_t_i_o_n_s;
  18.                 int* _a_r_g_c;
  19.                 char** _a_r_g_v;
  20.  
  21.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  22.           _s_h_e_l_l__n_a_m_e
  23.                     Specifies the name of the created shell widget.
  24.  
  25.           _a_p_p_l_i_c_a_t_i_o_n__c_l_a_s_s
  26.                     Specifies the class name of this application,
  27.                     which usually is the generic name for all
  28.                     instances of this application.
  29.  
  30.           _o_p_t_i_o_n_s   Specifies how to parse the command line for any
  31.                     application-specific resources.  The options
  32.                     argument is passed as a parameter to
  33.                     _X_r_m_P_a_r_s_e_C_o_m_m_a_n_d.  For further information, see
  34.                     _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e.
  35.  
  36.           _n_u_m__o_p_t_i_o_n_s
  37.                     Specifies the number of entries in the options
  38.                     list.
  39.  
  40.           _a_r_g_c      Specifies a pointer to the number of command line
  41.                     parameters.
  42.  
  43.           _a_r_g_v      Specifies the command line parameters.
  44.  
  45.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  46.           _X_t_I_n_i_t_i_a_l_i_z_e calls _X_t_T_o_o_l_k_i_t_I_n_i_t_i_a_l_i_z_e followed by
  47.           _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
  48.           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
  49.           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
  50.           specified _a_r_g_s and _n_u_m__a_r_g_s and returns the created shell.
  51.           The semantics of calling _X_t_I_n_i_t_i_a_l_i_z_e more than once are
  52.           undefined. This routine has been replaced by
  53.           _X_t_A_p_p_I_n_i_t_i_a_l_i_z_e.
  54.  
  55.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  56.           _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
  57.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 10/3/02)
  64.  
  65.  
  66.  
  67.