[gtk+] [docs] GdkPixmap fix: gdk_pixmap_draw() does not exist.



commit 09fe6e7d4498fd5c2ab9e593163f59386c13b750
Author: Stanislas Marquis <stnsls gmail com>
Date:   Thu Jun 10 02:17:23 2010 +0200

    [docs] GdkPixmap fix: gdk_pixmap_draw() does not exist.
    
    Using gdk_draw_drawable() instead.

 docs/reference/gdk/tmpl/pixmaps.sgml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gdk/tmpl/pixmaps.sgml b/docs/reference/gdk/tmpl/pixmaps.sgml
index 333a2b3..8e37034 100644
--- a/docs/reference/gdk/tmpl/pixmaps.sgml
+++ b/docs/reference/gdk/tmpl/pixmaps.sgml
@@ -8,7 +8,7 @@ Offscreen drawables
 <para>
 Pixmaps are offscreen drawables. They can be drawn upon with the
 standard drawing primitives, then copied to another drawable (such as
-a #GdkWindow) with gdk_pixmap_draw(). The depth of a pixmap
+a #GdkWindow) with gdk_draw_drawable(). The depth of a pixmap
 is the number of bits per pixels. Bitmaps are simply pixmaps
 with a depth of 1. (That is, they are monochrome bitmaps - each
 pixel can be either on or off).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]