gdkWindowSetBackPixmap         package:RGtk2         R Documentation

_g_d_k_W_i_n_d_o_w_S_e_t_B_a_c_k_P_i_x_m_a_p

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

     Sets the background pixmap of 'window'. May also be used to set a
     background of "None" on 'window', by setting a background pixmap
     of 'NULL'. A background pixmap will be tiled, positioning the
     first tile at the origin of 'window', or if 'parent.relative' is
     'TRUE', the tiling will be done based on the origin of the parent
     window (useful to align tiles in a parent with tiles in a child).

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

     gdkWindowSetBackPixmap(object, pixmap = NULL, parent.relative)

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

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

'pixmap': ['GdkPixmap']  a 'GdkPixmap', or 'NULL'

'parent.relative': [logical]  whether the tiling origin is at the
          origin of 'window''s parent

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

     A background pixmap of 'NULL' means that the window will have no
     background.  A window with no background will never have its
     background filled by the windowing system, instead the window will
     contain whatever pixels were already in the corresponding area of
     the display.

     The windowing system will normally fill a window with its
     background when the window is obscured then exposed, and when you
     call 'gdkWindowClear'.

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

     Derived by RGtkGen from GTK+ documentation

