gdkImageNew              package:RGtk2              R Documentation

_g_d_k_I_m_a_g_e_N_e_w

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

     Creates a new 'GdkImage'.

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

     gdkImageNew(type, visual, width, height)

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

  'type': ['GdkImageType'] the type of the 'GdkImage', one of
          'GDK_IMAGE_NORMAL', 'GDK_IMAGE_SHARED' and
          'GDK_IMAGE_FASTEST'. 'GDK_IMAGE_FASTEST' is probably the best
          choice, since it will try creating a 'GDK_IMAGE_SHARED' image
          first and if that fails it will then use 'GDK_IMAGE_NORMAL'.

'visual': ['GdkVisual'] the 'GdkVisual' to use for the image.

 'width': [integer] the width of the image in pixels.

'height': [integer] the height of the image in pixels.

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

     ['GdkImage'] a new 'GdkImage', or 'NULL' if the image could not be
     created.

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

     Derived by RGtkGen from GTK+ documentation

