mp3splt-gtk 0.9.3.1519
|
#include "split_mode_window.h"
#include "ui_types.h"
Go to the source code of this file.
Functions | |
GtkWidget * | create_special_split_page (ui_state *ui) |
gint | get_selected_split_mode (ui_state *ui) |
void | select_split_mode (int split_mode, ui_state *ui) |
void | set_selected_split_mode (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 506 of file split_mode_window.c.
gint get_selected_split_mode | ( | ui_state * | ui | ) |
Definition at line 80 of file split_mode_window.c.
void select_split_mode | ( | int | split_mode, |
ui_state * | ui ) |
Set the split mode.
Definition at line 62 of file split_mode_window.c.
Referenced by load_preferences().
void set_selected_split_mode | ( | gint | value, |
ui_state * | ui ) |
Definition at line 85 of file split_mode_window.c.