gdkPixmapNew              package:RGtk2              R Documentation

_g_d_k_P_i_x_m_a_p_N_e_w

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

     Create a new pixmap with a given size and depth.

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

     gdkPixmapNew(drawable = NULL, width, height, depth = -1)

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

'drawable': ['GdkDrawable'] A 'GdkDrawable', used to determine default
          values for the new pixmap. Can be 'NULL' if 'depth' is
          specified,

 'width': [integer] The width of the new pixmap in pixels.

'height': [integer] The height of the new pixmap in pixels.

 'depth': [integer] The depth (number of bits per pixel) of the new
          pixmap.  If -1, and 'drawable' is not 'NULL', the depth of
          the new pixmap will be equal to that of 'drawable'.

_V_a_l_u_e:

     ['GdkPixmap'] the 'GdkPixmap'

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

     Derived by RGtkGen from GTK+ documentation

