Re: gtkradiobutton property group
- From: Tristan Van Berkom <tvb gnome org>
- To: John Williams <asb1231 gmail com>
- Cc: gtk-list gnome org
- Subject: Re: gtkradiobutton property group
- Date: Wed, 31 Mar 2010 22:34:58 -0400
On Wed, Mar 31, 2010 at 10:10 PM, John Williams <asb1231 gmail com> 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 gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]