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

  1.  
  2.  
  3.  
  4. XtDisplay(3Xt)           XT FUNCTIONS           XtDisplay(3Xt)
  5.  
  6.  
  7. NNAAMMEE
  8.        XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject,
  9.        XtWindow, XtWindowOfObject - obtain window information
  10.        about a widget
  11.  
  12. SSYYNNTTAAXX
  13.        Display *XtDisplay(_w)
  14.          Widget _w;
  15.  
  16.        Display *XtDisplayOfObject(_o_b_j_e_c_t)
  17.          Widget _o_b_j_e_c_t;
  18.  
  19.        Screen *XtScreen(_w)
  20.          Widget _w;
  21.  
  22.        Screen *XtScreenOfObject(_o_b_j_e_c_t)
  23.          Widget _o_b_j_e_c_t;
  24.  
  25.        Window XtWindow(_w)
  26.          Widget _w;
  27.  
  28.        Window XtWindowOfObject(_o_b_j_e_c_t)
  29.          Widget _o_b_j_e_c_t;
  30.  
  31. AARRGGUUMMEENNTTSS
  32.        _w     Specifies the widget.
  33.  
  34.  
  35.        _o_b_j_e_c_t     Specifies the widget.
  36.  
  37. DDEESSCCRRIIPPTTIIOONN
  38.        _X_t_D_i_s_p_l_a_y returns the display pointer for the specified
  39.        widget.
  40.  
  41.        _X_t_D_i_s_p_l_a_y_O_f_O_b_j_e_c_t returns the display pointer for the
  42.        specified object.
  43.  
  44.        _X_t_S_c_r_e_e_n returns the screen pointer for the specified wid-
  45.        get.
  46.  
  47.        _X_t_S_c_r_e_e_n_O_f_O_b_j_e_c_t returns the screen pointer for the speci-
  48.        fied object.
  49.  
  50.        _X_t_W_i_n_d_o_w returns the window of the specified widget.
  51.  
  52.        _X_t_W_i_n_d_o_w_O_f_O_b_j_e_c_t returns the window of the specified
  53.        object.
  54.  
  55. SSEEEE AALLSSOO
  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.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.