gtkWindowGetDefaultSize        package:RGtk2        R Documentation

_g_t_k_W_i_n_d_o_w_G_e_t_D_e_f_a_u_l_t_S_i_z_e

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

     Gets the default size of the window. A value of -1 for the width
     or height indicates that a default size has not been explicitly
     set for that dimension, so the "natural" size of the window will
     be used.

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

     gtkWindowGetDefaultSize(object)

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

'object': ['GtkWindow']  a 'GtkWindow'

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

     A list containing the following elements: 

 'width': [integer]  location to store the default width, or 'NULL'

'height': [integer]  location to store the default height, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

