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

  1.  
  2.  
  3.  
  4. XtGetDisplays(3Xt)       XT FUNCTIONS           XtGetDisplays(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtGetDisplays - retrieve a list of displays associated
  9.        with an application context
  10.  
  11. SSYYNNTTAAXX
  12.        void XtGetDisplays(_a_p_p___c_o_n_t_e_x_t, _d_p_y___r_e_t_u_r_n,
  13.        _n_u_m___d_p_y___r_e_t_u_r_n)
  14.          XtAppContext _a_p_p___c_o_n_t_e_x_t;
  15.          Display*** _d_p_y___r_e_t_u_r_n;
  16.          Cardinal* _n_u_m___d_p_y___r_e_t_u_r_n;
  17.  
  18. AARRGGUUMMEENNTTSS
  19.        _a_p_p___c_o_n_t_e_x_t
  20.          Specifies the application context.
  21.  
  22.        _d_p_y___r_e_t_u_r_n
  23.          Returns a list of open X display connections in
  24.          the specified application context.
  25.  
  26.        _n_u_m___d_p_y___r_e_t_u_r_n
  27.          Returns the count of open X display connections
  28.          in _d_p_y___r_e_t_u_r_n.
  29.  
  30. DDEESSCCRRIIPPTTIIOONN
  31.        To free the list of displays, use _X_t_F_r_e_e.
  32.  
  33. SSEEEE AALLSSOO
  34.        _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
  35.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  36.  
  37.  
  38.  
  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.