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.
This commit is contained in:
Manish Singh 2002-02-17 01:26:52 +00:00 committed by Manish Singh
parent 0adb1b260a
commit cfca364ba3
8 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -1,3 +1,7 @@
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: hm, check buttons look better for below.
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select

View File

@ -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);