gdkWindowConstrainSize         package:RGtk2         R Documentation

_g_d_k_W_i_n_d_o_w_C_o_n_s_t_r_a_i_n_S_i_z_e

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

     Constrains a desired width and height according to a  set of
     geometry hints (such as minimum and maximum size).

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

     gdkWindowConstrainSize(geometry, width, height)

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

'geometry': ['GdkGeometry']  a 'GdkGeometry' structure

 'width': [integer]  desired width of window

'height': [integer]  desired height of the window

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

     A list containing the following elements: 

'new.width': [integer]  location to store resulting width

'new.height': [integer]  location to store resulting height

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

     Derived by RGtkGen from GTK+ documentation

