gdkWindowSetStaticGravities      package:RGtk2      R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_S_t_a_t_i_c_G_r_a_v_i_t_i_e_s

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

     Set the bit gravity of the given window to static, and flag it so
     all children get static subwindow gravity. This is used if you are
     implementing scary features that involve deep knowledge of the
     windowing system. Don't worry about it unless you have to.

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

     gdkWindowSetStaticGravities(object, use.static)

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

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

'use.static': [logical] 'TRUE' to turn on static gravity

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

     [logical] 'TRUE' if the server supports static gravity

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

     Derived by RGtkGen from GTK+ documentation

