mp3splt-gtk
|
#include "split_mode_window.h"
Go to the source code of this file.
Functions | |
GtkWidget * | create_special_split_page (ui_state *ui) |
gint | get_selected_split_mode_safe (ui_state *ui) |
void | select_split_mode (int split_mode, ui_state *ui) |
void | set_selected_split_mode_safe (gint value, ui_state *ui) |
The batch processing tab
this file is for the special split tab, where automatic split modes can be selected ..
Definition in file split_mode_window.c.
GtkWidget* create_special_split_page | ( | ui_state * | ui | ) |
creates the special split page
Definition at line 450 of file split_mode_window.c.
void select_split_mode | ( | int | split_mode, |
ui_state * | ui | ||
) |
Set the split mode.
Definition at line 61 of file split_mode_window.c.
Referenced by load_preferences().