mp3splt-gtk 0.9.2
|
#include <string.h>
#include "combo_helper.h"
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) |
void ch_append_to_combo | ( | GtkComboBox * | combo, |
const gchar * | text, | ||
gint | value ) |
Definition at line 55 of file combo_helper.c.
gchar * ch_get_active_str_value | ( | GtkComboBox * | combo | ) |
Definition at line 63 of file combo_helper.c.
gint ch_get_active_value | ( | GtkComboBox * | combo | ) |
Definition at line 79 of file combo_helper.c.
GtkComboBox * ch_new_combo | ( | ) |
Definition at line 42 of file combo_helper.c.
void ch_set_active_str_value | ( | GtkComboBox * | combo, |
gchar * | new_value ) |
Definition at line 95 of file combo_helper.c.
void ch_set_active_value | ( | GtkComboBox * | combo, |
gint | new_value ) |
Definition at line 118 of file combo_helper.c.