37 #ifndef SPLIT_FILES_WINDOW_H
39 #define SPLIT_FILES_WINDOW_H
41 #include "all_includes.h"
46 GtkTreePath *arg1, GtkTreeViewColumn *arg2,
ui_state *ui);
gchar * get_filename_from_split_files(gint number, gui_state *gui)
return the n_th filename from the split files
void split_tree_row_activated(GtkTreeView *split_tree, GtkTreePath *arg1, GtkTreeViewColumn *arg2, ui_state *ui)
Issued when a row is clicked on.
void remove_all_split_rows(ui_state *ui)
removes all rows from the split files table
GtkWidget * create_split_files_frame(ui_state *ui)
creates the split files tab
void add_split_row(const gchar *name, ui_state *ui)
add a row to the table
const gchar * get_real_name_from_filename(const gchar *filename)
finding the real name of the file, without the path