gdkPixmapCreateFromXpmD        package:RGtk2        R Documentation

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

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

     Create a pixmap from data in XPM format.

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

     gdkPixmapCreateFromXpmD(drawable, transparent.color, data)

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

'drawable': ['GdkDrawable'] a 'GdkDrawable', used to determine default
          values for the new pixmap.

'transparent.color': ['GdkColor'] This color will be used for the
          pixels that are transparent in the input file. Can be 'NULL'
          in which case a default color will be used.

  'data': [character] Pointer to a string containing the XPM data.

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

     A list containing the following elements: 

  retval: ['GdkPixmap'] the 'GdkPixmap'

  'mask': ['GdkBitmap'] Pointer to a place to store a bitmap
          representing the transparency mask of the XPM file. Can be
          'NULL', in which case transparency will be ignored.

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

     Derived by RGtkGen from GTK+ documentation

