Update callers

Adapt all our tests and examples to the new initialization api.
This commit is contained in:
Matthias Clasen
2016-12-28 08:53:22 -05:00
parent 4d7fa52fe9
commit 2c7e567f05
152 changed files with 210 additions and 177 deletions

View File

@@ -43,7 +43,7 @@ main (int argc, char **argv)
GtkWidget *scale;
GtkWidget *da;
gtk_init (&argc, &argv);
gtk_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_default_size (GTK_WINDOW (window), 300, 300);