]> Pileus Git - ~andy/gtk/commitdiff
[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()
authorJavier Jardón <jjardon@gnome.org>
Fri, 25 Jun 2010 16:16:19 +0000 (18:16 +0200)
committerJavier Jardón <jjardon@gnome.org>
Fri, 25 Jun 2010 16:18:30 +0000 (18:18 +0200)
This completes commit 947cde30d9e214ea01d286dd09acc5a5d62aba11

docs/reference/gdk/gdk3-sections.txt
docs/reference/gdk/tmpl/drawing.sgml
docs/tutorial/gtk-tut.sgml

index 8814d364e3b4811ad511fca4218ca99e5791c600..e63d92d5e943abee48b514ac4c20cece3acf58dc 100644 (file)
@@ -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>
index 0384014db0d1be148b0b9be59614dbcd8727b360..a86cfe7b8073132d5d74270848ac2162644db9da 100644 (file)
@@ -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>
 
index e93851f4187cef989aaf25d4115fe95627495d07..24861b4feb1fd4256d5c22a10f825ae6af3218b2 100755 (executable)
@@ -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 ()