summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-01 18:03:59 +0100
committerMatthias Clasen <mclasen@redhat.com>2023-02-02 08:39:24 +0100
commitd8cb11ec4a57938901a3d850905d09dae75c6284 (patch)
tree80e43946f6b58c2138e73ae983c049381319d50e /docs
parent8796950651a60a4876662441886c5d615eb1f311 (diff)
downloadgtk+-d8cb11ec4a57938901a3d850905d09dae75c6284.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-4to5.md5
1 files changed, 5 insertions, 0 deletions
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.