mp3splt-gtk 0.9.3.1519
|
#include "preferences_window.h"
Go to the source code of this file.
Functions | |
GtkWidget * | create_choose_preferences (ui_state *ui) |
GString * | get_checked_language (ui_state *ui) |
gboolean | get_checked_output_radio_box (ui_state *ui) |
gint | get_checked_tags_version_radio_box (gui_state *gui) |
gchar * | get_output_directory (ui_state *ui) |
void | refresh_preview_drawing_areas (gui_state *gui) |
void | set_output_directory_and_update_ui (gchar *dirname, ui_state *ui) |
void | update_example_output_dir_for_single_file_split (ui_state *ui) |
The preferences tab
this file contains the code for the preferences tab where the preferences can be chosen.
Definition in file preferences_window.c.
GtkWidget * create_choose_preferences | ( | ui_state * | ui | ) |
creates the preferences tab
Definition at line 1533 of file preferences_window.c.
GString * get_checked_language | ( | ui_state * | ui | ) |
Returns the selected language.
must be free() the result after using it.
Definition at line 50 of file preferences_window.c.
gboolean get_checked_output_radio_box | ( | ui_state * | ui | ) |
returns the checked output radio box
Definition at line 71 of file preferences_window.c.
gint get_checked_tags_version_radio_box | ( | gui_state * | gui | ) |
returns the checked tags radio box
Definition at line 90 of file preferences_window.c.
gchar * get_output_directory | ( | ui_state * | ui | ) |
Get the name of the output directory.
Definition at line 189 of file preferences_window.c.
Referenced by load_preferences(), and split_button_event().
void refresh_preview_drawing_areas | ( | gui_state * | gui | ) |
Definition at line 795 of file preferences_window.c.
void set_output_directory_and_update_ui | ( | gchar * | dirname, |
ui_state * | ui ) |
Definition at line 171 of file preferences_window.c.
void update_example_output_dir_for_single_file_split | ( | ui_state * | ui | ) |
Definition at line 394 of file preferences_window.c.