[gtk+] [docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()



commit ef25dba30375cbc3d5aa5d5c027bea1c18bf7c44
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Jun 25 18:16:19 2010 +0200

    [docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()
    
    This completes commit 947cde30d9e214ea01d286dd09acc5a5d62aba11

 docs/reference/gdk/gdk3-sections.txt |    2 --
 docs/reference/gdk/tmpl/drawing.sgml |    8 --------
 docs/tutorial/gtk-tut.sgml           |    2 --
 3 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt
index 8814d36..e63d92d 100644
--- a/docs/reference/gdk/gdk3-sections.txt
+++ b/docs/reference/gdk/gdk3-sections.txt
@@ -453,7 +453,6 @@ gdk_draw_layout
 gdk_draw_layout_with_colors
 
 <SUBSECTION>
-gdk_draw_pixmap
 gdk_draw_drawable
 gdk_draw_image
 gdk_drawable_get_image
@@ -469,7 +468,6 @@ GDK_IS_DRAWABLE_CLASS
 
 <SUBSECTION Private>
 GdkDrawableClass
-gdk_draw_bitmap
 </SECTION>
 
 <SECTION>
diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml
index 0384014..a86cfe7 100644
--- a/docs/reference/gdk/tmpl/drawing.sgml
+++ b/docs/reference/gdk/tmpl/drawing.sgml
@@ -357,14 +357,6 @@ bottom edges.
 @background: 
 
 
-<!-- ##### MACRO gdk_draw_pixmap ##### -->
-<para>
-Draws a pixmap, or a part of a pixmap, onto another drawable.
-</para>
-
- Deprecated: Use gdk_draw_drawable() instead.
-
-
 <!-- ##### FUNCTION gdk_draw_drawable ##### -->
 <para>
 
diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml
index e93851f..24861b4 100755
--- a/docs/tutorial/gtk-tut.sgml
+++ b/docs/tutorial/gtk-tut.sgml
@@ -12799,8 +12799,6 @@ gdk_draw_line ()
 gdk_draw_rectangle ()
 gdk_draw_arc ()
 gdk_draw_polygon ()
-gdk_draw_pixmap ()
-gdk_draw_bitmap ()
 gdk_draw_image ()
 gdk_draw_points ()
 gdk_draw_segments ()



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