gtkWindowResize            package:RGtk2            R Documentation

_g_t_k_W_i_n_d_o_w_R_e_s_i_z_e

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

     Resizes the window as if the user had done so, obeying geometry
     constraints. The default geometry constraint is that windows may
     not be smaller than their size request; to override this
     constraint, call 'gtkWidgetSetSizeRequest' to set the window's
     request to a smaller value.

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

     gtkWindowResize(object, width, height)

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

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

 'width': [integer]  width in pixels to resize the window to

'height': [integer]  height in pixels to resize the window to

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

     If 'gtkWindowResize' is called before showing a window for the
     first time, it overrides any default size set with
     'gtkWindowSetDefaultSize'.

     Windows may not be resized smaller than 1 by 1 pixels.

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

     Derived by RGtkGen from GTK+ documentation

