mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
Mention in the docs that @pixmap_return and @mask_return can be %NULL.
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention in the docs that @pixmap_return and @mask_return can be %NULL.
This commit is contained in:
parent
77eee887f3
commit
12b90e7cfe
@ -1,3 +1,10 @@
|
||||
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c
|
||||
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||
in the docs that @pixmap_return and @mask_return can
|
||||
be %NULL.
|
||||
|
||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* docs/reference/gtk/tree_widget.sgml,
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c
|
||||
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||
in the docs that @pixmap_return and @mask_return can
|
||||
be %NULL.
|
||||
|
||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* docs/reference/gtk/tree_widget.sgml,
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c
|
||||
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||
in the docs that @pixmap_return and @mask_return can
|
||||
be %NULL.
|
||||
|
||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* docs/reference/gtk/tree_widget.sgml,
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c
|
||||
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||
in the docs that @pixmap_return and @mask_return can
|
||||
be %NULL.
|
||||
|
||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* docs/reference/gtk/tree_widget.sgml,
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c
|
||||
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||
in the docs that @pixmap_return and @mask_return can
|
||||
be %NULL.
|
||||
|
||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* docs/reference/gtk/tree_widget.sgml,
|
||||
|
@ -1,3 +1,10 @@
|
||||
Sat Aug 10 22:18:05 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c
|
||||
(gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
|
||||
in the docs that @pixmap_return and @mask_return can
|
||||
be %NULL.
|
||||
|
||||
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* docs/reference/gtk/tree_widget.sgml,
|
||||
|
@ -244,8 +244,10 @@ gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf,
|
||||
/**
|
||||
* gdk_pixbuf_render_pixmap_and_mask:
|
||||
* @pixbuf: A pixbuf.
|
||||
* @pixmap_return: Return value for the created pixmap.
|
||||
* @mask_return: Return value for the created mask.
|
||||
* @pixmap_return: Location to store a pointer to the created pixmap,
|
||||
* or %NULL if the pixmap is not needed.
|
||||
* @mask_return: Location to store a pointer to the created mask,
|
||||
* or %NULL if the mask is not needed.
|
||||
* @alpha_threshold: Threshold value for opacity values.
|
||||
*
|
||||
* Creates a pixmap and a mask bitmap which are returned in the @pixmap_return
|
||||
@ -279,8 +281,10 @@ gdk_pixbuf_render_pixmap_and_mask (GdkPixbuf *pixbuf,
|
||||
* gdk_pixbuf_render_pixmap_and_mask_for_colormap:
|
||||
* @pixbuf: A pixbuf.
|
||||
* @colormap: A #GdkColormap
|
||||
* @pixmap_return: Return value for the created pixmap.
|
||||
* @mask_return: Return value for the created mask.
|
||||
* @pixmap_return: Location to store a pointer to the created pixmap,
|
||||
* or %NULL if the pixmap is not needed.
|
||||
* @mask_return: Location to store a pointer to the created mask,
|
||||
* or %NULL if the mask is not needed.
|
||||
* @alpha_threshold: Threshold value for opacity values.
|
||||
*
|
||||
* Creates a pixmap and a mask bitmap which are returned in the @pixmap_return
|
||||
|
Loading…
Reference in New Issue
Block a user