mp3splt-gtk
|
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <libmp3splt/mp3splt.h>
#include "special_split.h"
#include "preferences_tab.h"
#include "main_win.h"
#include "multiple_files.h"
Go to the source code of this file.
Functions | |
void | activate_silence_parameters () |
void | activate_trim_parameters () |
GtkWidget * | create_special_split_page () |
void | deactivate_silence_parameters () |
void | deactivate_trim_parameters () |
void | select_split_mode (int split_mode) |
void | split_mode_changed (GtkToggleButton *radio_b, gpointer data) |
The batch processing tab
this file is for the special split tab, where automatic split modes can be selected ..
Definition in file special_split.c.
GtkWidget* create_special_split_page | ( | ) |
creates the special split page
Definition at line 495 of file special_split.c.
Referenced by create_main_vbox().
void select_split_mode | ( | int | split_mode | ) |
Set the split mode.
Definition at line 98 of file special_split.c.
Referenced by load_preferences().
void split_mode_changed | ( | GtkToggleButton * | radio_b, |
gpointer | data | ||
) |
Issued when the split mode selection changed.
Definition at line 159 of file special_split.c.