gdkWindowSetFunctions         package:RGtk2         R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_F_u_n_c_t_i_o_n_s

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

     Sets hints about the window management functions to make available
     via buttons on the window frame.

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

     gdkWindowSetFunctions(object, functions)

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

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

'functions': ['GdkWMFunction']  bitmask of operations to allow on
          'window'

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

     On the X backend, this function sets the traditional Motif window 
     manager hint for this purpose. However, few window managers do
     anything reliable or interesting with this hint. Many ignore it
     entirely.

     The 'functions' argument is the logical OR of values from the
     'GdkWMFunction' enumeration. If the bitmask includes
     'GDK_FUNC_ALL', then the other bits indicate which functions to
     disable; if it doesn't include 'GDK_FUNC_ALL', it indicates which
     functions to enable.

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

     Derived by RGtkGen from GTK+ documentation

