/[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.4 by fitzsim, Mon Jul 11 23:27:43 2005 UTC revision 1.5 by andreast, Thu Sep 22 20:25:39 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.4  
changed lines
  Added in v.1.5

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