gtkFixedSetHasWindow          package:RGtk2          R Documentation

_g_t_k_F_i_x_e_d_S_e_t_H_a_s_W_i_n_d_o_w

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

     Sets whether a 'GtkFixed' widget is created with a separate
     'GdkWindow' for 'widget->window' or not. (By default, it will be
     created with no separate 'GdkWindow'). This function must be
     called while the 'GtkFixed' is not realized, for instance,
     immediately after the window is created.

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

     gtkFixedSetHasWindow(object, has.window)

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

'object': ['GtkFixed']  a 'GtkFixed'

'has.window': [logical] 'TRUE' if a separate window should be created

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

     This function was added to provide an easy migration path for
     older applications which may expect 'GtkFixed' to have a separate
     window.

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

     Derived by RGtkGen from GTK+ documentation

