/[classpath]/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:44:06 2005 UTC
# Line 64  Java_gnu_java_awt_peer_gtk_GtkCheckboxGr Line 64  Java_gnu_java_awt_peer_gtk_GtkCheckboxGr
64    /* Update the group to point to some other widget in the group.  We    /* Update the group to point to some other widget in the group.  We
65       have to do this because Gtk doesn't have a separate object to       have to do this because Gtk doesn't have a separate object to
66       represent a radio button's group.  */       represent a radio button's group.  */
67    for (list = gtk_radio_button_group (button); list != NULL;    for (list = gtk_radio_button_get_group (button); list != NULL;
68         list = list->next)         list = list->next)
69      {      {
70        if (list->data != button)        if (list->data != button)

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26