| gdkImageNew {RGtk2} | R Documentation |
Creates a new GdkImage.
gdkImageNew(type, visual, width, height)
|
[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. |
|
[GdkVisual] the GdkVisual to use for the image. |
|
[integer] the width of the image in pixels. |
|
[integer] the height of the image in pixels. |
[GdkImage] a new GdkImage, or NULL if the image could not be created.
Derived by RGtkGen from GTK+ documentation