diff options
Diffstat (limited to 'gtk/gtkscrolledwindow.c')
-rw-r--r-- | gtk/gtkscrolledwindow.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 665c57049e..be780d417a 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -3100,6 +3100,10 @@ gtk_scrolled_window_remove (GtkContainer *container, * * A widget supports scrolling natively if it implements the * #GtkScrollable interface. + * + * Deprecated: 3.8: gtk_container_add() will now automatically add + * a #GtkViewport if the child doesn't implement #GtkScrollable. This + * function now just calls gtk_container_add() */ void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window, |