mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
docs: Add paragraph about GdkRegion replacement in GTK3
https://bugzilla.gnome.org/show_bug.cgi?id=613284
This commit is contained in:
parent
e8915ae422
commit
9d2f8f5098
@ -82,6 +82,11 @@ Defines the position and size of a rectangle.
|
||||
<para>
|
||||
A GdkRegion represents a set of pixels on the screen.
|
||||
</para>
|
||||
<para>
|
||||
In GTK3, #GdkRegion will be replaced by #cairo_region_t. All the functions
|
||||
listed in this section will go away and you will have to use the relevant
|
||||
Cairo functions. The conversion can be done using simple serch and replace.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_region_new ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user