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