32 #ifndef RADIO_HELPER_H
34 #define RADIO_HELPER_H
36 #include "external_includes.h"
38 GtkWidget *rh_append_radio_to_vbox(GtkWidget *radio_button,
const gchar *text,
39 gint value,
void (*callback)(GtkToggleButton *, gpointer),
40 gpointer callback_data, GtkWidget *vbox);
41 gint rh_get_active_value(GtkWidget *radio_button);
42 void rh_set_radio_value(GtkWidget *radio_button, gint key_value, gboolean value);