gtkWindowSetTypeHint          package:RGtk2          R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_T_y_p_e_H_i_n_t

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

     By setting the type hint for the window, you allow the window
     manager to decorate and handle the window in a way which is
     suitable to the function of the window in your application.

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

     gtkWindowSetTypeHint(object, hint)

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

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

  'hint': ['GdkWindowTypeHint']  the window type

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

     This function should be called before the window becomes visible.
     'gtkDialogNewWithButtons' and other convenience functions in GTK+
     will sometimes call 'gtkWindowSetTypeHint' on your behalf.

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

     Derived by RGtkGen from GTK+ documentation

