gtkWindowSetGeometryHints       package:RGtk2       R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_G_e_o_m_e_t_r_y_H_i_n_t_s

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

     This function sets up hints about how a window can be resized by
     the user.  You can set a minimum and maximum size; allowed resize
     increments (e.g. for xterm, you can only resize by the size of a
     character); aspect ratios; and more. See the 'GdkGeometry' struct.

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

     gtkWindowSetGeometryHints(object, geometry.widget, geometry)

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

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

'geometry.widget': ['GtkWidget']  widget the geometry hints will be
          applied to

'geometry': ['GdkGeometry']  struct containing geometry information

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

     Derived by RGtkGen from GTK+ documentation

