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

  1.  
  2.  
  3.  
  4. XtGetApplicationNameAndClassX(T3XFtU)NXCtTGIeOtNASpplicationNameAndClass(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetApplicationNameAndClass - retrieve application name
  9.        and class
  10.  
  11. SSYYNNTTAAXX
  12.        void XtGetApplicationNameAndClass(_d_i_s_p_l_a_y, _n_a_m_e___r_e_t_u_r_n,
  13.        _c_l_a_s_s___r_e_t_u_r_n)
  14.          Display* _d_i_s_p_l_a_y;
  15.          String* _n_a_m_e___r_e_t_u_r_n;
  16.          String* _c_l_a_s_s___r_e_t_u_r_n;
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _d_i_s_p_l_a_y     Specifies an open display connection that has
  20.          been initialized with _X_t_D_i_s_p_l_a_y_I_n_i_t_i_a_l_i_z_e.
  21.  
  22.        _n_a_m_e___r_e_t_u_r_n
  23.          Returns the application name.
  24.  
  25.        _c_l_a_s_s___r_e_t_u_r_n
  26.          Returns the application class.
  27.  
  28. DDEESSCCRRIIPPTTIIOONN
  29.        _X_t_G_e_t_A_p_p_l_i_c_a_t_i_o_n_N_a_m_e_A_n_d_C_l_a_s_s returns the application anme
  30.        and class passed to _X_t_D_i_s_p_l_a_y_I_n_i_t_i_a_l_i_z_e for the specified
  31.        display. If the display was never initialized or has been
  32.        closed, the result is undefined. The returned strings are
  33.        owned by the Intrinsics and must not be modified or freed
  34.        by the caller.
  35.  
  36. SSEEEE AALLSSOO
  37.        _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
  38.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.