summaryrefslogtreecommitdiff
path: root/docs/sizing-test.txt
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-08-07 17:07:17 +0200
committerJavier Jardón <jjardon@gnome.org>2010-08-07 17:19:16 +0200
commit3ccc617052cbd85a066aba2d17c6983551f6d499 (patch)
tree50b457b567cc6a13aa6589c9877675fe4cda93b3 /docs/sizing-test.txt
parent4198dd8519c3bce56f51b071e9ee0477fe6c3a26 (diff)
downloadgtk+-3ccc617052cbd85a066aba2d17c6983551f6d499.tar.gz
Completely remove any use of GtkWindow allow-grow and allow-shrink properties
These have been deprecated and removed from master. GtkWindow:resizable should be used instead. This completes commit 1a03a65e36b6288f7854da30bf89b86ad3592726 Reported by Benjamin Otte
Diffstat (limited to 'docs/sizing-test.txt')
-rw-r--r--docs/sizing-test.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/sizing-test.txt b/docs/sizing-test.txt
index 6954612d44..86183a2e83 100644
--- a/docs/sizing-test.txt
+++ b/docs/sizing-test.txt
@@ -106,8 +106,7 @@ GtkWindow::default_width, GtkWindow::default_height:
- default_height is -1 if unset, or >= 0 if
a default height is set
-GtkWindow::allow_grow, GtkWindow::resizable:
- - equivalent properties; changing one notifies on the other
+GtkWindow::resizable:
- if FALSE, we set the min size to the max size in the geometry
hints.
- If the app programmer has called gtk_window_set_geometry_hints()