gdkDrawableGetSize           package:RGtk2           R Documentation

_g_d_k_D_r_a_w_a_b_l_e_G_e_t_S_i_z_e

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

     Fills *'width' and *'height' with the size of 'drawable'. 'width'
     or 'height' can be 'NULL' if you only want the other one.

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

     gdkDrawableGetSize(object)

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

'object': ['GdkDrawable']  a 'GdkDrawable'

_D_e_t_a_i_l_s:

     On the X11 platform, if 'drawable' is a 'GdkWindow', the returned
     size is the size reported in the most-recently-processed configure
     event, rather than the current size on the X server.

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

     A list containing the following elements: 

 'width': [integer]  location to store drawable's width, or 'NULL'

'height': [integer]  location to store drawable's height, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

