diff options
author | Manish Singh <yosh@gimp.org> | 2002-02-17 01:26:52 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-02-17 01:26:52 +0000 |
commit | cfca364ba30e7ac26423150a19107d6157fdb58e (patch) | |
tree | c8cfaa4a55edbf2c81a0a21288f2a4c51e72d7d8 /tests | |
parent | 0adb1b260a6197f2a46bf2bafc4d901155ebacd4 (diff) | |
download | gdk-pixbuf-cfca364ba30e7ac26423150a19107d6157fdb58e.tar.gz |
hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index 87524256a..7bc2a4710 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -6533,7 +6533,7 @@ create_file_selection (void) G_CALLBACK (gtk_widget_destroy), window); - button = gtk_toggle_button_new_with_label ("Show Fileops"); + button = gtk_check_button_new_with_label ("Show Fileops"); g_signal_connect (button, "toggled", G_CALLBACK (show_fileops), window); @@ -6541,7 +6541,7 @@ create_file_selection (void) button, FALSE, FALSE, 0); gtk_widget_show (button); - button = gtk_toggle_button_new_with_label ("Select Multiple"); + button = gtk_check_button_new_with_label ("Select Multiple"); g_signal_connect (button, "clicked", G_CALLBACK (select_multiple), window); |