mp3splt-gtk
|
#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 (gchar *dirname, 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 1263 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.
Referenced by update_output_options().
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.
Referenced by put_options_from_preferences().
gchar* get_output_directory | ( | ui_state * | ui | ) |
Get the name of the output directory.
Definition at line 136 of file preferences_window.c.
Referenced by load_preferences(), and split_button_event().
void set_output_directory | ( | gchar * | dirname, |
ui_state * | ui | ||
) |
Set the name of the output directory.
Definition at line 112 of file preferences_window.c.
Referenced by load_preferences().