gdkWindowSetHints           package:RGtk2           R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_H_i_n_t_s

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

     This function is broken and useless and you should ignore it. If
     using GTK+, use functions such as 'gtkWindowResize',
     'gtkWindowSetSizeRequest()', 'gtkWindowMove',
     'gtkWindowParseGeometry()', and 'gtkWindowSetGeometryHints',
     depending on what you're trying to do. *WARNING:
     'gdk_window_set_hints' is deprecated and should not be used in
     newly-written code.*

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

     gdkWindowSetHints(object, x, y, min.width, min.height, max.width, max.height, flags)

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

'object': ['GdkWindow']  a 'GdkWindow'

     'x': [integer]  ignored field, does not matter

     'y': [integer]  ignored field, does not matter

'min.width': [integer]  minimum width hint

'min.height': [integer]  minimum height hint

'max.width': [integer]  max width hint

'max.height': [integer]  max height hint

 'flags': [integer]  logical OR of GDK_HINT_POS, GDK_HINT_MIN_SIZE,
          and/or GDK_HINT_MAX_SIZE

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

     If using GDK directly, use 'gdkWindowSetGeometryHints'.

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

     Derived by RGtkGen from GTK+ documentation

