forked from AuroraMiddleware/gtk
[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()
This completes commit 947cde30d9
This commit is contained in:
parent
17516dc83c
commit
ef25dba303
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user