mp3splt-gtk 0.9.2
Loading...
Searching...
No Matches
combo_helper.c File Reference
#include <string.h>
#include "combo_helper.h"
Include dependency graph for combo_helper.c:

Go to the source code of this file.

Functions

void ch_append_to_combo (GtkComboBox *combo, const gchar *text, gint value)
 
gchar * ch_get_active_str_value (GtkComboBox *combo)
 
gint ch_get_active_value (GtkComboBox *combo)
 
GtkComboBox * ch_new_combo ()
 
void ch_set_active_str_value (GtkComboBox *combo, gchar *new_value)
 
void ch_set_active_value (GtkComboBox *combo, gint new_value)
 

Detailed Description


this file contains the code for the combo helpers.

Definition in file combo_helper.c.

Function Documentation

◆ ch_append_to_combo()

void ch_append_to_combo ( GtkComboBox * combo,
const gchar * text,
gint value )

Definition at line 55 of file combo_helper.c.

◆ ch_get_active_str_value()

gchar * ch_get_active_str_value ( GtkComboBox * combo)

Definition at line 63 of file combo_helper.c.

◆ ch_get_active_value()

gint ch_get_active_value ( GtkComboBox * combo)

Definition at line 79 of file combo_helper.c.

◆ ch_new_combo()

GtkComboBox * ch_new_combo ( )

Definition at line 42 of file combo_helper.c.

◆ ch_set_active_str_value()

void ch_set_active_str_value ( GtkComboBox * combo,
gchar * new_value )

Definition at line 95 of file combo_helper.c.

◆ ch_set_active_value()

void ch_set_active_value ( GtkComboBox * combo,
gint new_value )

Definition at line 118 of file combo_helper.c.