gdkPixmapCreateFromData        package:RGtk2        R Documentation

_g_d_k_P_i_x_m_a_p_C_r_e_a_t_e_F_r_o_m_D_a_t_a

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

     Create a two-color pixmap from data in XBM data.

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

     gdkPixmapCreateFromData(drawable = NULL, data, height, depth, fg, bg)

_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 the depth is
          given.

  'data': [character] a pointer to the data.

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

 'depth': [integer] the depth (number of bits per pixel) of the new
          pixmap.

    'fg': ['GdkColor'] the foreground color.

    'bg': ['GdkColor'] the background color.

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

     ['GdkPixmap'] the 'GdkPixmap'

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

     Derived by RGtkGen from GTK+ documentation

