LiVES  1.6.4-svn
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
merge.h
Go to the documentation of this file.
1 // merge.h
2 // LiVES (lives-exe)
3 // (c) G. Finch 2003 - 2012
4 // Released under the GPL 3 or later
5 // see file ../COPYING for licensing details
6 
7 #ifndef HAS_LIVES_MERGE_H
8 #define HAS_LIVES_MERGE_H
9 
10 void create_merge_dialog (void);
11 
12 void on_merge_activate (GtkMenuItem *, gpointer);
13 
14 void on_merge_ok_clicked (GtkButton *, gpointer);
15 
16 void on_align_start_end_toggled (GtkToggleButton *, gpointer);
17 
18 void on_trans_method_changed (GtkComboBox *, gpointer);
19 
20 void bang (GtkWidget *, gpointer);
21 
22 void on_merge_cancel_clicked (GtkButton *, gpointer);
23 
24 void on_fit_toggled (GtkToggleButton *, gpointer);
25 
26 void on_ins_frames_toggled (GtkToggleButton *, gpointer);
27 
28 void after_spinbutton_loops_changed (GtkSpinButton *, gpointer);
29 
30 
31 #endif