Description Usage Arguments Value Author(s)
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.
1 | gtkImageNewFromPixmap(pixmap = NULL, mask = NULL, show = TRUE)
|
|
a |
|
a |
[GtkWidget
] a new GtkImage
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.