gdkGetWindowSize            package:RGtk2            R Documentation

_O_b_t_a_i_n _d_i_m_e_n_s_i_o_n_s _o_f _a _G_t_k _w_i_n_d_o_w

_D_e_s_c_r_i_p_t_i_o_n:

     *DEPRECATED!! (compatibility wrappers for RGtk 1!)* 

     Returns the width and height of a Gtk window.

_U_s_a_g_e:

     gdkGetWindowSize(w)

_A_r_g_u_m_e_n_t_s:

       w: the object of class '"GdkWindow"' whose dimensions are to be
          queried.

_V_a_l_u_e:

     An integer vector with two elements: 

   width: the number of pixels the window spans in the horizontal
          dimension

  height: the number of pixels the window spans in the vertical
          dimension

_N_o_t_e:

     THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for
     RGtk 1)

_A_u_t_h_o_r(_s):

     Duncan Temple Lang <duncan@research.bell-labs.com>

_S_e_e _A_l_s_o:

     'gtkWidgetSetUsize'

