diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-12-10 06:45:21 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-12-10 10:01:30 -0500 |
commit | 6f2fff56fbb44f064d25ee65fb12f602b0fef965 (patch) | |
tree | ce7cec4bbfe582075872f84c351320b11049bd92 /docs | |
parent | 691c96db2a0041ef1f3eecb5d0bf00b6c67c6cdf (diff) | |
download | gtk+-6f2fff56fbb44f064d25ee65fb12f602b0fef965.tar.gz |
Add a gtk_scrollable_get_border
Add a vfunc to return a non-scrollable border around scrollables.
This would be nicer as a property, but we can't add properties
to an interface without breaking 3rd party implementations, so
make this an optional vfunc, and handle it not being set.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 562249dc56..fb93d29a26 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -3096,7 +3096,7 @@ gtk_scrollable_get_hscroll_policy gtk_scrollable_set_hscroll_policy gtk_scrollable_get_vscroll_policy gtk_scrollable_set_vscroll_policy - +gtk_scrollable_get_border <SUBSECTION Standard> GtkScrollableInterface |