32 #ifndef SPLIT_MODE_WINDOW_H
34 #define SPLIT_MODE_WINDOW_H
36 #include "all_includes.h"
38 #define FILE_MODE_SINGLE 1
39 #define FILE_MODE_MULTIPLE 0
41 #define SELECTED_SPLIT_TRIM_SILENCE 6
42 #define SELECTED_SPLIT_SILENCE 5
43 #define SELECTED_SPLIT_EQUAL_TIME_TRACKS 4
44 #define SELECTED_SPLIT_NORMAL 3
45 #define SELECTED_SPLIT_TIME 2
46 #define SELECTED_SPLIT_WRAP 1
47 #define SELECTED_SPLIT_ERROR 0
49 #define NUMBER_OF_SPLIT_MODES 6
54 gint get_selected_split_mode_safe(
ui_state *ui);
55 void set_selected_split_mode_safe(gint value,
ui_state *ui);
GtkWidget * create_special_split_page(ui_state *ui)
creates the special split page
void select_split_mode(int split_mode, ui_state *ui)
Set the split mode.