gdkWindowSetDecorations        package:RGtk2        R Documentation

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

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

     "Decorations" are the features the window manager adds to a
     toplevel 'GdkWindow'. This function sets the traditional Motif
     window manager hints that tell the window manager which
     decorations you would like your window to have. Usually you should
     use 'gtkWindowSetDecorated' on a 'GtkWindow' instead of using the
     GDK function directly.

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

     gdkWindowSetDecorations(object, decorations)

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

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

'decorations': ['GdkWMDecoration']  decoration hint mask

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

     The 'decorations' argument is the logical OR of the fields in the
     'GdkWMDecoration' enumeration. If 'GDK_DECOR_ALL' is included in
     the mask, the other bits indicate which decorations should be
     turned off. If 'GDK_DECOR_ALL' is not included, then the other
     bits indicate which decorations should be turned on.

     Most window managers honor a decorations hint of 0 to disable all
     decorations, but very few honor all possible combinations of bits.

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

     Derived by RGtkGen from GTK+ documentation

