gdkWindowSetBackground         package:RGtk2         R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_B_a_c_k_g_r_o_u_n_d

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

     Sets the background color of 'window'. (However, when using GTK+,
     set the background of a widget with 'gtkWidgetModifyBg' - if
     you're an application - or 'gtkStyleSetBackground' - if you're
     implementing a custom widget.)

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

     gdkWindowSetBackground(object, color)

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

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

 'color': ['GdkColor']  an allocated 'GdkColor'

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

     The 'color' must be allocated; 'gdkRgbFindColor' is the best way
     to allocate a color.

     See also 'gdkWindowSetBackPixmap'.

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

     Derived by RGtkGen from GTK+ documentation

