diff options
author | Benjamin Otte <otte@redhat.com> | 2014-05-18 16:02:04 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-05-24 16:12:20 +0200 |
commit | 4f89eb05cf8a09a1ce1de4870fdc4395645a0bdf (patch) | |
tree | 9b9f75e2e2d60be42aef2033e875efc12c8480ae /docs | |
parent | 1d897a9bf2fe2079c669973e9a6e02e4c939f974 (diff) | |
download | gtk+-4f89eb05cf8a09a1ce1de4870fdc4395645a0bdf.tar.gz |
API: widget: Add gtk_widget_set_clip() API
And handle the fact that drawing bounds are now handled by this API and
the corresponding gtk_widget_get_clip().
Also add _gtk_widget_supports_clip() function to check if a widget has
been ported to the new world.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 53b94611b6..13cd553dbc 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5475,6 +5475,8 @@ gtk_widget_get_allocated_height gtk_widget_get_allocation gtk_widget_set_allocation gtk_widget_get_allocated_baseline +gtk_widget_get_clip +gtk_widget_set_clip gtk_widget_get_app_paintable gtk_widget_get_can_default gtk_widget_set_can_default |