gtk/docs/reference/gdk
Emmanuele Bassi fc569f1ac6 Add frame drawing API to GdkWindow
Existing code drawing on a GDK window has to handle the direct drawing
and the buffered drawing by itself, by checking the window type and
whether or not the window is backed by a native windowing surface. After
that, the calling code has to create a Cairo context from the window and
keep an association between the context and the window itself.

This is completely unnecessary: GDK can determine whether or not it
should use a backing store to draw on a GdkWindow as well as create a
Cairo context, and keep track of it.

This allows to simplify the calling code, and enforce some of the
drawing behavior we want to guarantee to users.

https://bugzilla.gnome.org/show_bug.cgi?id=766675
2016-06-09 17:45:40 +01:00
..
images Update cursor docs 2016-05-17 14:16:39 -04:00
gdk3-overrides.txt docs: add missing docs for GDK_DISABLE_DEPRECATION_WARNINGS 2014-01-20 14:28:04 -05:00
gdk3-sections.txt Add frame drawing API to GdkWindow 2016-06-09 17:45:40 +01:00
gdk3.types integrate docs 2016-04-27 23:18:16 -04:00
gdk-docs.sgml integrate docs 2016-04-27 23:18:16 -04:00
Makefile.am Update cursor docs 2016-05-17 14:16:39 -04:00
version.xml.in