gdkBitmapCreateFromData        package:RGtk2        R Documentation

_g_d_k_B_i_t_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:

     Creates a new bitmap from data in XBM format.

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

     gdkBitmapCreateFromData(drawable = NULL, data, width, height)

_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', in which case the
          root window is used.

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

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

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

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

     ['GdkBitmap'] the 'GdkBitmap'

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

     Derived by RGtkGen from GTK+ documentation

