37 #ifndef PREFERENCES_WINDOW_H
39 #define PREFERENCES_WINDOW_H
41 #include "all_includes.h"
43 #define NUMBER_OF_TAGS_MODES 4
46 #define DEFAULT_TAGS 1
47 #define ORIGINAL_FILE_TAGS 2
48 #define TAGS_FROM_FILENAME 3
50 #define CUSTOM_DIRECTORY 0
51 #define FILE_DIRECTORY 1
57 void set_output_directory_and_update_ui(gchar *dirname,
ui_state *ui);
59 void refresh_preview_drawing_areas(
gui_state *gui);
60 void update_example_output_dir_for_single_file_split(
ui_state *ui);
gchar * get_output_directory(ui_state *ui)
Get the name of the output directory.
GString * get_checked_language(ui_state *ui)
Returns the selected language.
gint get_checked_tags_version_radio_box(gui_state *gui)
returns the checked tags radio box
gboolean get_checked_output_radio_box(ui_state *ui)
returns the checked output radio box
GtkWidget * create_choose_preferences(ui_state *ui)
creates the preferences tab