NAME

XtDisplay, XtDisplayOfObject, XtScreen, XtScreenOfObject, XtWindow, XtWindowOfObject - obtain window information about a widget

SYNTAX

Display *XtDisplay(Widget _w); Display *XtDisplayOfObject(Widget _o_b_j_e_c_t); Screen *XtScreen(Widget _w); Screen *XtScreenOfObject(Widget _o_b_j_e_c_t); Window XtWindow(Widget _w); Window XtWindowOfObject(Widget _o_b_j_e_c_t);

ARGUMENTS

_w Specifies the widget.

_o_b_j_e_c_t Specifies the widget.

DESCRIPTION

_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 widget.

_X_t_S_c_r_e_e_n_O_f_O_b_j_e_c_t returns the screen pointer for the specified 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.

SEE ALSO


_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