mp3splt-gtk 0.9.3.1519
Loading...
Searching...
No Matches
radio_helper.c File Reference
#include "radio_helper.h"
Include dependency graph for radio_helper.c:

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)
 

Detailed Description


this file contains the code for the radio button helpers.

Definition in file radio_helper.c.

Function Documentation

◆ rh_append_radio_to_vbox()

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.

◆ rh_get_active_value()

gint rh_get_active_value ( GtkWidget * radio_button)

Definition at line 61 of file radio_helper.c.

◆ rh_set_radio_value()

void rh_set_radio_value ( GtkWidget * radio_button,
gint key_value,
gboolean value )

Definition at line 80 of file radio_helper.c.