diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-20 09:41:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-20 09:41:01 -0500 |
commit | 5fd7b85d2b37e59e07fba09bedfb9ffea00bef43 (patch) | |
tree | cd3ec713ae194ad02e30ad7410ccc1911dca8416 /docs/reference | |
parent | b2eaed62f6923167163b57e6c8aa6927418ef38f (diff) | |
download | gtk+-5fd7b85d2b37e59e07fba09bedfb9ffea00bef43.tar.gz |
Add a function to get affected area for background
The new function, gtk_render_background_get_clip answers the
question: what pixels are affected if I call gtk_render_background ?
The long-term goal is to have APIs that answer this question for
all rendering primitives.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index fe439c97f1..fd7c85ab41 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -6258,6 +6258,7 @@ gtk_border_free <SUBSECTION> gtk_render_arrow gtk_render_background +gtk_render_background_get_clip gtk_render_check gtk_render_expander gtk_render_extension |