mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
test-toplevelembed: use new GtkColorChooserDialog
This commit is contained in:
parent
80f0feda98
commit
49a23acd89
@ -77,7 +77,7 @@ main (gint argc, gchar **argv)
|
|||||||
toplevel_delete_event (widget, NULL, NULL);
|
toplevel_delete_event (widget, NULL, NULL);
|
||||||
g_signal_connect (widget, "delete-event", G_CALLBACK (toplevel_delete_event), NULL);
|
g_signal_connect (widget, "delete-event", G_CALLBACK (toplevel_delete_event), NULL);
|
||||||
|
|
||||||
widget = gtk_color_selection_dialog_new ("the colorsel");
|
widget = gtk_color_chooser_dialog_new ("the colorsel", NULL);
|
||||||
toplevel_delete_event (widget, NULL, NULL);
|
toplevel_delete_event (widget, NULL, NULL);
|
||||||
g_signal_connect (widget, "delete-event", G_CALLBACK (toplevel_delete_event), NULL);
|
g_signal_connect (widget, "delete-event", G_CALLBACK (toplevel_delete_event), NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user