On Wed, Mar 31, 2010 at 10:10 PM, John Williams <asb1231@xxxxxxxxx> wrote: > Hello, > > I'm looking at the GtkRadioButton > (http://library.gnome.org/devel/gtk/stable/GtkRadioButton.html) and > see that the property group is of type GtkRadioButton *, but the > return of the function gtk_radio_button_get_group is a GSList *. Is > this right? Correct, the property is of type GtkRadioButton, _get_group() should not be confused with the property (although its tempting). The slist should be a list of buttons, thats correct. Cheers, -Tristan > > I suppose that the in the group property have all the other radio > buttons of the same group, is this right? > > Thank you! > _______________________________________________ > gtk-list mailing list > gtk-list@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list > _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list