From d8cb11ec4a57938901a3d850905d09dae75c6284 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Feb 2023 18:03:59 +0100 Subject: Deprecate GtkStatusbar The design patterns using statusbar are no longer popular, and it is pretty easy to make a statusbar yourself with boxes and labels, if you need one. The only thing special about GtkStatusbar was its window resize handle, but that has been gone for a long time. --- docs/reference/gtk/migrating-4to5.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/reference/gtk/migrating-4to5.md b/docs/reference/gtk/migrating-4to5.md index 04a8b19c5f..54f35906f5 100644 --- a/docs/reference/gtk/migrating-4to5.md +++ b/docs/reference/gtk/migrating-4to5.md @@ -109,3 +109,8 @@ Other libraries, such as libadwaita, may provide replacements as well. ## gtk_show_uri is being replaced Instead of gtk_show_uri(), you should use GtkUriLauncher or GtkFileLauncher. + +## GtkStatusbar is going away + +This is an oldfashioned widget that does not do all that much anymore, since +it no longer has a resize handle for the window. -- cgit v1.2.1