gtkImageNewFromPixmap         package:RGtk2         R Documentation

_g_t_k_I_m_a_g_e_N_e_w_F_r_o_m_P_i_x_m_a_p

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

     Creates a 'GtkImage' widget displaying 'pixmap' with a 'mask'. A
     'GdkPixmap' is a server-side image buffer in the pixel format of
     the current display. The 'GtkImage' does not assume a reference to
     the pixmap or mask; you still need to unref them if you own
     references. 'GtkImage' will add its own reference rather than
     adopting yours.

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

     gtkImageNewFromPixmap(pixmap = NULL, mask = NULL, show = TRUE)

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

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

  'mask': ['GdkBitmap']  a 'GdkBitmap', or 'NULL'

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

     ['GtkWidget']  a new 'GtkImage'

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

     Derived by RGtkGen from GTK+ documentation

