From: <kr_...@us...> - 2003-08-26 20:01:01
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv21238/src/cbits/GTK Modified Files: RadioBox.c Log Message: Consistent behaviour for RadioBox under Windows & GNOME Index: RadioBox.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/RadioBox.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RadioBox.c 24 Aug 2003 21:07:48 -0000 1.7 --- RadioBox.c 26 Aug 2003 20:00:55 -0000 1.8 *************** *** 8,11 **** --- 8,12 ---- radio_btn = gtk_radio_button_new_with_mnemonic (NULL, ""); + GTK_TOGGLE_BUTTON (radio_btn)->active = FALSE; gtk_fixed_put(GTK_FIXED(GTK_BIN(GTK_BIN(window)->child)->child), radio_btn, 0, 0); |