gtk2/docs/reference/gtk/tmpl/gtkimage.sgml

61 lines
1.4 KiB
Plaintext
Raw Normal View History

1999-08-16 18:51:52 +00:00
<!-- ##### SECTION Title ##### -->
GtkImage
<!-- ##### SECTION Short_Description ##### -->
A widget displaying a graphical image
1999-08-16 18:51:52 +00:00
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GtkImage widget displays a graphical image. The image is typically created
using gdk_image_new.
</para>
<para>
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.
1999-08-16 18:51:52 +00:00
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GtkPixmap, #GdkRgb
1999-08-16 18:51:52 +00:00
</para>
<!-- ##### STRUCT GtkImage ##### -->
<para>
This struct contain private data only and should be accessed by the functions
below.
1999-08-16 18:51:52 +00:00
</para>
<!-- ##### FUNCTION gtk_image_new ##### -->
<para>
Creates the new GtkImage using the value and the mask.
1999-08-16 18:51:52 +00:00
</para>
@val:
@mask: a GDKBitmap that indicates which parts of the image should be transparent.
@Returns: the GtkImage
1999-08-16 18:51:52 +00:00
<!-- ##### FUNCTION gtk_image_set ##### -->
<para>
Sets the GtkImage
1999-08-16 18:51:52 +00:00
</para>
@image: a #GdkPixmap
1999-08-16 18:51:52 +00:00
@val:
@mask: a GDKBitmap that indicates which parts of the image should be transparent.
1999-08-16 18:51:52 +00:00
<!-- ##### FUNCTION gtk_image_get ##### -->
<para>
Gets the GtkImage
1999-08-16 18:51:52 +00:00
</para>
@image: a #GdkPixmap
1999-08-16 18:51:52 +00:00
@val:
@mask: a GDKBitmap that indicates which parts of the image should be transparent.
1999-08-16 18:51:52 +00:00