|
mp3splt-gtk 0.9.3.1519
|
#include "radio_helper.h"
Go to the source code of this file.
Functions | |
| GtkWidget * | rh_append_radio_to_vbox (GtkWidget *radio_button, const gchar *text, gint value, void(*callback)(GtkToggleButton *, gpointer), gpointer callback_data, GtkWidget *vbox) |
| gint | rh_get_active_value (GtkWidget *radio_button) |
| void | rh_set_radio_value (GtkWidget *radio_button, gint key_value, gboolean value) |
| GtkWidget * rh_append_radio_to_vbox | ( | GtkWidget * | radio_button, |
| const gchar * | text, | ||
| gint | value, | ||
| void(* | callback )(GtkToggleButton *, gpointer), | ||
| gpointer | callback_data, | ||
| GtkWidget * | vbox ) |
Definition at line 42 of file radio_helper.c.
| gint rh_get_active_value | ( | GtkWidget * | radio_button | ) |
Definition at line 61 of file radio_helper.c.
| void rh_set_radio_value | ( | GtkWidget * | radio_button, |
| gint | key_value, | ||
| gboolean | value ) |
Definition at line 80 of file radio_helper.c.