gtk2/docs/reference/gsk
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
..
gsk4-sections.txt snapshot: Change how gtk_snapshot_push/pop works 2016-12-20 18:01:10 +01:00
gsk4.types docs: Bump up major version for GSK's API reference 2016-10-18 11:49:16 +01:00
gsk-docs.xml docs: Bump up major version for GSK's API reference 2016-10-18 11:49:16 +01:00
Makefile.am Make gdk.la and gsk.la a noninst helper library 2016-10-26 16:34:15 +02:00
version.xml.in