mp3splt-gtk 0.9.3.1519
Loading...
Searching...
No Matches
split_mode_window.c File Reference
#include "split_mode_window.h"
#include "ui_types.h"
Include dependency graph for split_mode_window.c:

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)
 

Detailed Description


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.

Function Documentation

◆ create_special_split_page()

GtkWidget * create_special_split_page ( ui_state * ui)

creates the special split page

Definition at line 506 of file split_mode_window.c.

◆ get_selected_split_mode()

gint get_selected_split_mode ( ui_state * ui)

Definition at line 80 of file split_mode_window.c.

◆ select_split_mode()

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().

Here is the caller graph for this function:

◆ set_selected_split_mode()

void set_selected_split_mode ( gint value,
ui_state * ui )

Definition at line 85 of file split_mode_window.c.