gtkImageNewFromImage          package:RGtk2          R Documentation

_g_t_k_I_m_a_g_e_N_e_w_F_r_o_m_I_m_a_g_e

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

     Creates a 'GtkImage' widget displaying a 'image' with a 'mask'. A
     'GdkImage' is a client-side image buffer in the pixel format of
     the current display. The 'GtkImage' does not assume a reference to
     the image 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:

     gtkImageNewFromImage(image = NULL, mask = NULL, show = TRUE)

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

 'image': ['GdkImage']  a 'GdkImage', 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

