Re: gtkradiobutton property group



If you are wright where is the function that get/set the property? And
what's the property set/get by the functions _set_group() and
_get_group()?

2010/3/31 Tristan Van Berkom <tvb gnome org>:
> 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]