


XtDisplay(3Xt)						       XtDisplay(3Xt)
X11R5									X11R5



NAME
  XtDisplay, XtParent, XtScreen, XtWindow - obtain window information about a
  widget

SYNTAX
  Display *XtDisplay(_w)
	Widget _w;

  Widget XtParent(_w)
       Widget _w;

  Screen *XtScreen(_w)
	Widget _w;

  Window XtWindow(_w)
	Widget _w;

ARGUMENTS

  _w	    Specifies the widget.

DESCRIPTION
  _X_t_D_i_s_p_l_a_y returns the	display	pointer	for the	specified widget.

  _X_t_P_a_r_e_n_t returns the parent widget for the specified widget.

  _X_t_S_c_r_e_e_n returns the screen pointer for the specified	widget.

  _X_t_W_i_n_d_o_w returns the window of the specified widget.

SEE ALSO
  XtClass(3Xt)
  _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	delim off
























