Name
GtkImage -- A widget displaying a graphical image
Description
The GtkImage widget displays a graphical image. The image is typically created
using gdk_image_new.
The pixels in a GtkImage may be manipulated by the application after creation,
as GtkImage store the pixel data on the client side. If you wish to store the
pixel data on the server side (thus not allowing manipulation of the data after
creation) you should use GtkPixmap.
Details
struct GtkImage
This struct contain private data only and should be accessed by the functions
below.
gtk_image_new ()
Creates the new GtkImage using the value and the mask.
gtk_image_set ()
Sets the GtkImage
gtk_image_get ()
Gets the GtkImage