diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-08 01:43:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-08 02:14:19 -0400 |
commit | b04bceb47e8503658481fcca44f90dae6ad65457 (patch) | |
tree | 120526f33b2614daf47c5aaf5101ccf7d3678101 /docs | |
parent | fe9a45c413ef7b4daf1801dfe9827971c851e3a7 (diff) | |
download | gtk+-b04bceb47e8503658481fcca44f90dae6ad65457.tar.gz |
Remove resize grip handling from GtkStatusbar
We remove the resize grip from GtkStatusbar, but keep the code
that makes the content avoid the grip, and adapt it to GtkWindow
grips.
The gtk_status_bar_set/get_has_resize_grip() functions and related
properties are removed.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index a85426ff0e..3fb5c4d60a 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -2970,8 +2970,6 @@ gtk_statusbar_push gtk_statusbar_pop gtk_statusbar_remove gtk_statusbar_remove_all -gtk_statusbar_set_has_resize_grip -gtk_statusbar_get_has_resize_grip gtk_statusbar_get_message_area <SUBSECTION Standard> GTK_STATUSBAR |