]> Pileus Git - ~andy/gtk/blobdiff - tests/testmultiscreen.c
Completely remove any use of GtkWindow allow-grow and allow-shrink properties
[~andy/gtk] / tests / testmultiscreen.c
index ebf1438b53fb06b0ee2abb9a8a13c77d12a35bd4..e47c60fb543dd095f9e4ba22553d2ed3dc3c1378 100644 (file)
@@ -116,8 +116,7 @@ main (int argc, char *argv[])
                                  "user_data", NULL,
                                  "type", GTK_WINDOW_TOPLEVEL,
                                  "title", label,
-                                 "allow_grow", FALSE,
-                                 "allow_shrink", FALSE,
+                                  "resizable", FALSE,
                                  "border_width", 10, NULL,
                                  NULL);
       g_signal_connect (window[i], "destroy",