Re: constructing groups of radio actions



On Thu, 2003-09-11 at 22:22 +0200, Matthias Clasen wrote:
> In order to overcome this problem, I'd like to change the signature of
> the add_radio_actions() to
> 
> void
> gtk_action_group_add_radio_actions (GtkActionGroup      *action_group,
>                                     GtkRadioActionEntry *entries,
>                                     guint                n_entries,
>                                     gint                 current_value,
>                                     GCallback            on_change,
>                                     gpointer             user_data);
> 
> Then we could set the inital value before connecting the callback.

This would be very useful.  Having to block signal handlers at object
creation time is painful.

  Federico




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]