gtk2/docs/reference
Benjamin Otte 02131d590e snapshot: Change how gtk_snapshot_push/pop works
Instead of appending a container node and adding the nodes to it as they
come in, we now collect the nodes until gtk_snapshot_pop() is called and
then hand them out in a container node.

The caller of gtk_snapshot_push() is then responsible for doing whatever
he wants with the created node.

Another addigion is the keep_coordinates flag to gtk_snapshot_push()
which allows callers to keep the current offset and clip region or
discard it. Discarding is useful when doing transforms, keeping it is
useful when inserting effect nodes (like the ones I'm about to add).
2016-12-20 18:01:10 +01:00
..
gdk gdkgl: Add gdk_gl_context_get_damage() 2016-12-05 15:02:47 +01:00
gsk snapshot: Change how gtk_snapshot_push/pop works 2016-12-20 18:01:10 +01:00
gtk gtk: Remove gtk_snapshot_append() 2016-12-20 18:01:09 +01:00
Makefile.am gsk: Build docs 2016-10-18 11:49:13 +01:00