home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XtDisplay(3Xt) XT FUNCTIONS XtDisplay(3Xt)
-
-
- NNAAMMEE
- XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject,
- XtWindow, XtWindowOfObject - obtain window information
- about a widget
-
- SSYYNNTTAAXX
- Display *XtDisplay(_w)
- Widget _w;
-
- Display *XtDisplayOfObject(_o_b_j_e_c_t)
- Widget _o_b_j_e_c_t;
-
- Screen *XtScreen(_w)
- Widget _w;
-
- Screen *XtScreenOfObject(_o_b_j_e_c_t)
- Widget _o_b_j_e_c_t;
-
- Window XtWindow(_w)
- Widget _w;
-
- Window XtWindowOfObject(_o_b_j_e_c_t)
- Widget _o_b_j_e_c_t;
-
- AARRGGUUMMEENNTTSS
- _w Specifies the widget.
-
-
- _o_b_j_e_c_t Specifies the widget.
-
- DDEESSCCRRIIPPTTIIOONN
- _X_t_D_i_s_p_l_a_y returns the display pointer for the specified
- widget.
-
- _X_t_D_i_s_p_l_a_y_O_f_O_b_j_e_c_t returns the display pointer for the
- specified object.
-
- _X_t_S_c_r_e_e_n returns the screen pointer for the specified wid-
- get.
-
- _X_t_S_c_r_e_e_n_O_f_O_b_j_e_c_t returns the screen pointer for the speci-
- fied object.
-
- _X_t_W_i_n_d_o_w returns the window of the specified widget.
-
- _X_t_W_i_n_d_o_w_O_f_O_b_j_e_c_t returns the window of the specified
- object.
-
- SSEEEE AALLSSOO
- _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 1
-
-
-