diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-15 09:48:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-15 09:48:16 -0500 |
commit | 246fcd6563066f026a1854465b6102ae76c81771 (patch) | |
tree | a547afe3b38420f1717b59e68fa9ce6c34750e9c /gtk/gtkstack.c | |
parent | 44baf1933092f8409a19ee614f8549b6e35ab0d3 (diff) | |
download | gtk+-246fcd6563066f026a1854465b6102ae76c81771.tar.gz |
Complete docs for gtk_stack_get_interpolate_size
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r-- | gtk/gtkstack.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index ac48dc0ac2..38a4c18694 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -1663,10 +1663,10 @@ gtk_stack_get_transition_running (GtkStack *stack) * @interpolate_size: the new value * * Sets whether or not @stack will interpolate its size when - * changing the visible child. If the interpolate-size property - * is set to %TRUE, @stack will interpolate its size between - * the current one and the one it'll take after changing the visible-child, - * according to the set transition-duration. + * changing the visible child. If the #GtkStack::interpolate-size + * property is set to %TRUE, @stack will interpolate its size between + * the current one and the one it'll take after changing the + * visible child, according to the set transition duration. * * Since: 3.18 */ @@ -1691,8 +1691,10 @@ gtk_stack_set_interpolate_size (GtkStack *stack, * gtk_stack_get_interpolate_size: * @stack: A #GtkStack * - * Returns: %TRUE If the #GtkStack is set up to interpolate between - * visible-child sizes, %FALSE otherwise. + * Returns wether the #GtkStack is set up to interpolate between + * the sizes of childen on page switch. + * + * Returns: %TRUE if child sizes are interpolated * * Since: 3.18 */ |