LiVES  2.8.7
callbacks.h
Go to the documentation of this file.
1 // callbacks.h
2 // LiVES
3 // (c) G. Finch <salsaman@gmail.com> 2003 - 2016
4 // Released under the GPL 3 or later
5 // see file ../COPYING for licensing details
6 
7 #ifndef HAS_LIVES_CALLBACKS_H
8 #define HAS_LIVES_CALLBACKS_H
9 
10 void lives_exit(int signum);
11 
12 void lives_notify(int msgnumber, const char *msgstring);
13 
14 void on_effects_paused(LiVESButton *, livespointer);
15 
16 void on_cancel_keep_button_clicked(LiVESButton *, livespointer);
17 
18 void on_cleardisk_activate(LiVESWidget *, livespointer);
19 
20 void on_cleardisk_advanced_clicked(LiVESWidget *, livespointer);
21 
22 void popup_lmap_errors(LiVESMenuItem *, livespointer);
23 
24 void switch_clip(int type, int newclip, boolean force);
25 
26 void switch_clip_activate(LiVESMenuItem *, livespointer);
27 
28 void on_details_button_clicked(void);
29 
30 boolean on_LiVES_delete_event(LiVESWidget *, LiVESXEvent *, livespointer);
31 
32 void on_open_activate(LiVESMenuItem *, livespointer);
33 
34 void on_open_sel_activate(LiVESMenuItem *, livespointer);
35 
36 void on_open_loc_activate(LiVESMenuItem *, livespointer);
37 
38 void on_open_utube_activate(LiVESMenuItem *, livespointer);
39 
40 void on_stop_clicked(LiVESMenuItem *, livespointer);
41 
42 void on_save_selection_activate(LiVESMenuItem *, livespointer);
43 
44 void on_save_as_activate(LiVESMenuItem *, livespointer);
45 
46 void on_show_clipboard_info_activate(LiVESMenuItem *, livespointer);
47 
48 void on_close_activate(LiVESMenuItem *, livespointer);
49 
50 void on_import_proj_activate(LiVESMenuItem *, livespointer);
51 
52 void on_export_proj_activate(LiVESMenuItem *, livespointer);
53 
54 void on_export_theme_activate(LiVESMenuItem *, livespointer);
55 
56 void on_import_theme_activate(LiVESMenuItem *, livespointer);
57 
58 void on_quit_activate(LiVESMenuItem *, livespointer);
59 
60 void on_undo_activate(LiVESMenuItem *, livespointer);
61 
62 void on_redo_activate(LiVESMenuItem *, livespointer);
63 
64 void on_paste_as_new_activate(LiVESMenuItem *, livespointer);
65 
66 void on_copy_activate(LiVESMenuItem *, livespointer);
67 
68 void on_cut_activate(LiVESMenuItem *, livespointer);
69 
70 void on_insert_pre_activate(LiVESMenuItem *, livespointer);
71 
72 void on_insert_activate(LiVESButton *, livespointer);
73 
74 void on_merge_activate(LiVESMenuItem *, livespointer);
75 
76 void on_delete_activate(LiVESMenuItem *, livespointer);
77 
78 void on_select_all_activate(LiVESMenuItem *, livespointer);
79 
80 void on_select_new_activate(LiVESMenuItem *, livespointer);
81 
82 void on_select_last_activate(LiVESMenuItem *, livespointer);
83 
84 void on_select_to_end_activate(LiVESMenuItem *, livespointer);
85 
86 void on_select_from_start_activate(LiVESMenuItem *, livespointer);
87 
88 void on_lock_selwidth_activate(LiVESMenuItem *, livespointer);
89 
90 void on_playall_activate(LiVESMenuItem *, livespointer);
91 
92 void on_playsel_activate(LiVESMenuItem *, livespointer);
93 
94 void on_playclip_activate(LiVESMenuItem *, livespointer);
95 
96 void on_stop_activate(LiVESMenuItem *, livespointer);
97 
98 void on_rev_clipboard_activate(LiVESMenuItem *, livespointer);
99 
100 void on_encoder_entry_changed(LiVESCombo *, livespointer ptr);
101 
102 void on_show_file_info_activate(LiVESMenuItem *, livespointer);
103 
104 void on_about_activate(LiVESMenuItem *, livespointer);
105 
106 void show_manual_activate(LiVESMenuItem *, livespointer);
107 
108 void email_author_activate(LiVESMenuItem *, livespointer);
109 
110 void donate_activate(LiVESMenuItem *, livespointer);
111 
112 void report_bug_activate(LiVESMenuItem *, livespointer);
113 
114 void suggest_feature_activate(LiVESMenuItem *, livespointer);
115 
116 void help_translate_activate(LiVESMenuItem *, livespointer);
117 
118 void on_ok_button1_clicked(LiVESButton *, livespointer);
119 
120 void on_ok_file_open_clicked(LiVESFileChooser *, LiVESSList *fnames);
121 
122 void open_sel_range_activate(void);
123 
124 void on_location_select(LiVESButton *, livespointer);
125 
126 void on_utube_select(LiVESButton *, livespointer);
127 
128 void on_autoreload_toggled(LiVESToggleButton *, livespointer);
129 
130 void on_opensel_range_ok_clicked(LiVESButton *, livespointer);
131 
132 void on_open_sel_ok_button_clicked(LiVESButton *, livespointer);
133 
134 void on_save_textview_clicked(LiVESButton *, livespointer);
135 
136 void on_filechooser_cancel_clicked(LiVESWidget *);
137 
138 void on_full_screen_pressed(LiVESButton *, livespointer);
139 
140 void on_full_screen_activate(LiVESMenuItem *, livespointer);
141 
142 void on_double_size_pressed(LiVESButton *, livespointer);
143 
144 void on_double_size_activate(LiVESMenuItem *, livespointer);
145 
146 void on_sepwin_pressed(LiVESButton *, livespointer);
147 
148 void on_sepwin_activate(LiVESMenuItem *, livespointer);
149 
150 void on_fade_pressed(LiVESButton *, livespointer);
151 
152 void on_fade_activate(LiVESMenuItem *, livespointer);
153 
154 void on_loop_video_activate(LiVESMenuItem *, livespointer);
155 
156 void on_mute_button_activate(LiVESMenuItem *, livespointer);
157 
158 void on_mute_activate(LiVESMenuItem *, livespointer);
159 
160 void on_resize_activate(LiVESMenuItem *, livespointer);
161 
162 void on_rename_activate(LiVESMenuItem *, livespointer);
163 
164 void on_rename_set_name(LiVESButton *, livespointer);
165 
166 void on_spinbutton_start_value_changed(LiVESSpinButton *, livespointer);
167 
168 void on_spinbutton_end_value_changed(LiVESSpinButton *, livespointer);
169 
170 void on_open_new_audio_clicked(LiVESFileChooser *, livespointer opt_filename);
171 
172 void on_load_audio_activate(LiVESMenuItem *, livespointer);
173 
174 void on_load_subs_activate(LiVESMenuItem *, livespointer);
175 
176 void on_save_subs_activate(LiVESMenuItem *, livespointer entry_widget);
177 
178 void on_erase_subs_activate(LiVESMenuItem *, livespointer);
179 
180 void on_insfitaudio_toggled(LiVESToggleButton *, livespointer);
181 
182 void on_resize_hsize_value_changed(LiVESSpinButton *, livespointer);
183 
184 void on_resize_vsize_value_changed(LiVESSpinButton *, livespointer);
185 
186 void on_resize_ok_clicked(LiVESButton *, livespointer);
187 
188 void on_spin_value_changed(LiVESSpinButton *, livespointer);
189 
190 void on_spin_start_value_changed(LiVESSpinButton *, livespointer user_data);
191 
192 void on_spin_step_value_changed(LiVESSpinButton *, livespointer);
193 
194 void on_spin_end_value_changed(LiVESSpinButton *, livespointer);
195 
196 EXPOSE_FN_PROTOTYPE(expose_vid_event)
197 
198 EXPOSE_FN_PROTOTYPE(expose_laud_event)
199 
200 EXPOSE_FN_PROTOTYPE(expose_raud_event)
201 
202 void on_preview_clicked(LiVESButton *, livespointer);
203 
204 void on_recent_activate(LiVESMenuItem *, livespointer);
205 
206 boolean config_event(LiVESWidget *, LiVESXEventConfigure *, livespointer);
207 
208 void changed_fps_during_pb(LiVESSpinButton *, livespointer);
209 
210 boolean on_mouse_scroll(LiVESWidget *, LiVESXEventScroll *, livespointer);
211 
212 boolean on_mouse_sel_update(LiVESWidget *, LiVESXEventMotion *, livespointer);
213 
214 boolean on_mouse_sel_reset(LiVESWidget *, LiVESXEventButton *, livespointer);
215 
216 boolean on_mouse_sel_start(LiVESWidget *, LiVESXEventButton *, livespointer);
217 
218 void on_load_cdtrack_activate(LiVESMenuItem *, livespointer);
219 
220 void on_load_cdtrack_ok_clicked(LiVESButton *, livespointer);
221 
222 void on_eject_cd_activate(LiVESMenuItem *, livespointer);
223 
224 void on_slower_pressed(LiVESButton *, livespointer);
225 
226 void on_faster_pressed(LiVESButton *, livespointer);
227 
228 void on_back_pressed(LiVESButton *, livespointer);
229 
230 void on_forward_pressed(LiVESButton *, livespointer);
231 
232 boolean dirchange_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer area_enum);
233 
234 void on_capture_activate(LiVESMenuItem *, livespointer);
235 
236 void on_capture2_activate(void);
237 
238 void on_select_invert_activate(LiVESMenuItem *, livespointer);
239 
240 void on_warn_mask_toggled(LiVESToggleButton *, livespointer);
241 
242 boolean frame_context(LiVESWidget *, LiVESXEventButton *, livespointer which);
243 
244 void on_fs_preview_clicked(LiVESWidget *, livespointer);
245 
246 void on_restore_activate(LiVESMenuItem *, livespointer);
247 
248 void on_backup_activate(LiVESMenuItem *, livespointer);
249 
250 void on_record_perf_activate(LiVESMenuItem *, livespointer);
251 
252 boolean record_toggle_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer);
253 
254 boolean fps_reset_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer);
255 
256 boolean mute_audio_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer);
257 
258 boolean on_stop_activate_by_del(LiVESWidget *, LiVESXEvent *, livespointer);
259 
260 void on_pause_clicked(void);
261 
262 void on_select_start_only_activate(LiVESMenuItem *, livespointer);
263 
264 void on_select_end_only_activate(LiVESMenuItem *, livespointer);
265 
266 void on_filesel_button_clicked(LiVESButton *, livespointer);
267 
268 void on_filesel_complex_clicked(LiVESButton *, LiVESEntry *);
269 
270 void on_filesel_complex_ok_clicked(LiVESButton *, LiVESEntry *entry);
271 
272 void on_encoder_ofmt_changed(LiVESCombo *, livespointer);
273 
274 void on_ok_export_audio_clicked(LiVESButton *, livespointer);
275 
276 void on_append_audio_activate(LiVESMenuItem *, livespointer);
277 
278 void on_menubar_activate_menuitem(LiVESMenuItem *, livespointer);
279 
280 void on_rb_audrec_time_toggled(LiVESToggleButton *, livespointer);
281 
282 void on_recaudclip_activate(LiVESMenuItem *, livespointer);
283 
284 void on_recaudsel_activate(LiVESMenuItem *, livespointer);
285 
286 void on_recaudclip_ok_clicked(LiVESButton *, livespointer);
287 
288 #if GTK_CHECK_VERSION(2, 14, 0)
289 void on_volume_slider_value_changed(LiVESScaleButton *, livespointer);
290 #else
291 void on_volume_slider_value_changed(LiVESRange *, livespointer);
292 #endif
293 
294 void on_fade_audio_activate(LiVESMenuItem *, livespointer);
295 
296 void on_resample_video_activate(LiVESMenuItem *, livespointer);
297 
298 void on_resample_vid_ok(LiVESButton *, LiVESEntry *entry);
299 
300 void on_trim_audio_activate(LiVESMenuItem *, livespointer);
301 
302 void on_resample_audio_activate(LiVESMenuItem *, livespointer);
303 
304 void on_export_audio_activate(LiVESMenuItem *, livespointer);
305 
306 void on_resaudio_ok_clicked(LiVESButton *, LiVESEntry *entry);
307 
308 void on_cancel_opensel_clicked(LiVESButton *, livespointer);
309 
310 void end_fs_preview(void);
311 
312 void on_sticky_activate(LiVESMenuItem *, livespointer);
313 
314 void on_resaudw_asamps_changed(LiVESWidget *, livespointer);
315 
316 void on_insertwsound_toggled(LiVESToggleButton *, livespointer);
317 
318 void on_showfct_activate(LiVESMenuItem *, livespointer);
319 
320 void on_boolean_toggled(LiVESObject *, livespointer);
321 
322 void on_showsubs_toggled(LiVESObject *, livespointer);
323 
324 void on_show_messages_activate(LiVESMenuItem *, livespointer);
325 
326 boolean on_hrule_enter(LiVESWidget *, LiVESXEventCrossing *, livespointer);
327 
328 boolean on_hrule_update(LiVESWidget *, LiVESXEventMotion *, livespointer);
329 
330 boolean on_hrule_reset(LiVESWidget *, LiVESXEventButton *, livespointer);
331 
332 boolean on_hrule_set(LiVESWidget *, LiVESXEventButton *, livespointer);
333 
334 void on_rewind_activate(LiVESMenuItem *, livespointer);
335 
336 void on_loop_button_activate(LiVESMenuItem *, livespointer);
337 
338 void on_loop_cont_activate(LiVESMenuItem *, livespointer);
339 
340 void on_show_file_comments_activate(LiVESMenuItem *, livespointer);
341 
342 void on_toolbar_hide(LiVESButton *, livespointer);
343 
344 void on_toy_activate(LiVESMenuItem *, livespointer old_toy_p);
345 
346 void on_preview_spinbutton_changed(LiVESSpinButton *, livespointer);
347 
348 boolean prevclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
349 
350 boolean nextclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
351 
352 boolean freeze_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
353 
354 boolean storeclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
355 
356 boolean nervous_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
357 
358 boolean show_sync_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer clip_number);
359 
360 boolean on_save_set_activate(LiVESMenuItem *, livespointer);
361 
362 void on_save_set_ok(void);
363 
364 char *on_load_set_activate(LiVESMenuItem *, livespointer);
365 
366 boolean reload_set(const char *set_name);
367 
368 void on_open_vcd_activate(LiVESMenuItem *, livespointer int_type);
369 
370 void on_load_vcd_ok_clicked(LiVESButton *, livespointer);
371 
372 void on_ping_pong_activate(LiVESMenuItem *, livespointer);
373 
374 void on_show_keys_activate(LiVESMenuItem *, livespointer);
375 
376 void on_vj_reset_activate(LiVESMenuItem *, livespointer);
377 
378 void on_prv_link_toggled(LiVESToggleButton *, livespointer);
379 
380 boolean on_del_audio_activate(LiVESMenuItem *, livespointer);
381 
382 boolean on_ins_silence_activate(LiVESMenuItem *, livespointer);
383 
384 void on_ins_silence_details_clicked(LiVESButton *, livespointer);
385 
386 void on_lerrors_close_clicked(LiVESButton *, livespointer);
387 
388 void on_lerrors_clear_clicked(LiVESButton *, livespointer);
389 
390 void on_lerrors_delete_clicked(LiVESButton *, livespointer);
391 
392 #ifdef GUI_GTK
393 void drag_from_outside(LiVESWidget *, GdkDragContext *, int x, int y,
394  GtkSelectionData *, uint32_t info, uint32_t time, livespointer);
395 
396 #endif
397 
398 #endif
void on_loop_cont_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7120
void on_append_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10282
boolean on_mouse_scroll(LiVESWidget *, LiVESXEventScroll *, livespointer)
Definition: callbacks.c:9302
boolean on_hrule_update(LiVESWidget *, LiVESXEventMotion *, livespointer)
Definition: callbacks.c:9467
void on_resaudio_ok_clicked(LiVESButton *, LiVESEntry *entry)
Definition: resample.c:736
void on_capture_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:9876
void on_restore_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1647
void on_select_all_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3756
void on_close_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1004
void on_toy_activate(LiVESMenuItem *, livespointer old_toy_p)
Definition: callbacks.c:8343
void on_show_messages_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5417
void on_cut_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2684
void on_open_new_audio_clicked(LiVESFileChooser *, livespointer opt_filename)
Definition: callbacks.c:7581
void on_loop_button_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7110
void on_select_from_start_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3847
void on_sticky_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7038
boolean config_event(LiVESWidget *, LiVESXEventConfigure *, livespointer)
Definition: callbacks.c:8851
void lives_notify(int msgnumber, const char *msgstring)
Definition: callbacks.c:47
void on_erase_subs_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7515
void on_redo_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2381
void on_export_proj_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1264
void on_showsubs_toggled(LiVESObject *, livespointer)
Definition: callbacks.c:7084
void on_save_textview_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6281
void on_show_file_comments_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5526
void on_save_set_ok(void)
void on_save_subs_activate(LiVESMenuItem *, livespointer entry_widget)
Definition: callbacks.c:7488
void on_spin_step_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7316
void on_filechooser_cancel_clicked(LiVESWidget *)
Definition: callbacks.c:6331
void on_save_selection_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:986
void on_fs_preview_clicked(LiVESWidget *, livespointer)
Definition: callbacks.c:5753
void on_show_keys_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5378
void on_cancel_keep_button_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6356
boolean prevclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:4427
void on_import_theme_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1504
void report_bug_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5685
void on_paste_as_new_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2698
void on_spinbutton_end_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8573
void on_resize_activate(LiVESMenuItem *, livespointer)
void on_insfitaudio_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:4352
void on_load_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7550
void on_open_vcd_activate(LiVESMenuItem *, livespointer int_type)
Definition: callbacks.c:625
void on_resample_vid_ok(LiVESButton *, LiVESEntry *entry)
Definition: resample.c:958
void on_rb_audrec_time_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:10833
void on_select_end_only_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3783
void on_effects_paused(LiVESButton *, livespointer)
Definition: callbacks.c:8894
void on_cancel_opensel_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6344
void on_utube_select(LiVESButton *, livespointer)
Definition: callbacks.c:797
void on_playall_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3867
void help_translate_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5695
void on_double_size_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6710
void on_select_invert_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3789
void on_boolean_toggled(LiVESObject *, livespointer)
Definition: callbacks.c:7096
void on_playclip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3941
boolean reload_set(const char *set_name)
Definition: callbacks.c:4894
void on_load_cdtrack_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7934
void on_fade_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7075
void on_load_vcd_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:8241
void on_full_screen_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6509
void on_stop_clicked(LiVESMenuItem *, livespointer)
Definition: callbacks.c:944
void on_menubar_activate_menuitem(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3861
boolean show_sync_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer clip_number)
Definition: callbacks.c:9804
void on_ok_button1_clicked(LiVESButton *, livespointer)
void on_pause_clicked(void)
Definition: callbacks.c:4154
void on_volume_slider_value_changed(LiVESRange *, livespointer)
void on_vj_reset_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5383
void on_details_button_clicked(void)
Definition: callbacks.c:6496
void on_recaudclip_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:10903
void on_showfct_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7023
void on_import_proj_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1161
void on_opensel_range_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6221
void on_filesel_button_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:478
void on_forward_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9732
void on_loop_video_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7102
void on_select_last_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3805
void on_ins_silence_details_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11273
boolean on_hrule_enter(LiVESWidget *, LiVESXEventCrossing *, livespointer)
Definition: callbacks.c:9458
boolean storeclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:9845
void on_mute_button_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7195
boolean on_hrule_set(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9534
boolean freeze_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:9744
void on_ok_export_audio_clicked(LiVESButton *, livespointer)
void on_prv_link_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:8516
void on_export_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10201
void on_autoreload_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:701
void on_resample_video_activate(LiVESMenuItem *, livespointer)
Definition: resample.c:951
void changed_fps_during_pb(LiVESSpinButton *, livespointer)
Definition: callbacks.c:9249
void donate_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5700
void on_fade_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:7068
boolean on_mouse_sel_update(LiVESWidget *, LiVESXEventMotion *, livespointer)
Definition: callbacks.c:9328
boolean record_toggle_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:4098
void suggest_feature_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5690
boolean on_mouse_sel_reset(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9365
void on_stop_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4125
void on_spinbutton_start_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8530
void on_ping_pong_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7169
void on_insert_activate(LiVESButton *, livespointer)
Definition: callbacks.c:2817
void on_quit_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1703
void on_mute_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7211
void on_spin_start_value_changed(LiVESSpinButton *, livespointer user_data)
Definition: callbacks.c:7296
boolean on_hrule_reset(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9491
void on_encoder_ofmt_changed(LiVESCombo *, livespointer)
Definition: callbacks.c:10127
void on_sepwin_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6820
void switch_clip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5587
void on_insert_pre_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2806
void on_fade_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10542
void on_sepwin_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6831
void open_sel_range_activate(void)
Definition: callbacks.c:6240
void on_undo_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1858
void email_author_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5680
char * on_load_set_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4852
boolean on_save_set_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4504
void on_select_new_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3822
void on_preview_spinbutton_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8507
void on_cleardisk_advanced_clicked(LiVESWidget *, livespointer)
Definition: callbacks.c:5358
void on_eject_cd_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7950
void on_preview_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:9004
void on_open_utube_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:685
boolean on_del_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10673
boolean on_stop_activate_by_del(LiVESWidget *, LiVESXEvent *, livespointer)
void switch_clip(int type, int newclip, boolean force)
Definition: callbacks.c:5539
void on_recaudsel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10864
boolean on_mouse_sel_start(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9378
void on_recaudclip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10847
boolean dirchange_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer area_enum)
Definition: callbacks.c:4367
void on_slower_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9631
void on_lerrors_close_clicked(LiVESButton *, livespointer)
void on_backup_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1622
void on_open_sel_ok_button_clicked(LiVESButton *, livespointer)
void on_rev_clipboard_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7356
void on_spin_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7277
void on_lock_selwidth_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3855
boolean on_ins_silence_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11133
void on_load_subs_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7409
void on_insertwsound_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:4342
void on_recent_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:724
void on_back_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9719
void on_rename_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8310
void on_resize_ok_clicked(LiVESButton *, livespointer)
void on_open_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6087
void on_spin_end_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7336
void on_playsel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3901
void on_warn_mask_toggled(LiVESToggleButton *, livespointer)
Definition: dialogs.c:48
void on_merge_activate(LiVESMenuItem *, livespointer)
Definition: merge.c:291
void on_encoder_entry_changed(LiVESCombo *, livespointer ptr)
Definition: callbacks.c:4160
boolean mute_audio_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:7205
void on_resample_audio_activate(LiVESMenuItem *, livespointer)
Definition: resample.c:725
void on_full_screen_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6503
void on_open_loc_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:655
void on_delete_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3520
boolean on_LiVES_delete_event(LiVESWidget *, LiVESXEvent *, livespointer)
void on_ok_file_open_clicked(LiVESFileChooser *, LiVESSList *fnames)
Definition: callbacks.c:6115
void on_show_file_info_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5422
void on_filesel_complex_clicked(LiVESButton *, LiVESEntry *)
Definition: callbacks.c:550
boolean frame_context(LiVESWidget *, LiVESXEventButton *, livespointer which)
Definition: callbacks.c:9569
void show_manual_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5675
void on_rename_set_name(LiVESButton *, livespointer)
Definition: callbacks.c:8316
void drag_from_outside(LiVESWidget *widget, GdkDragContext *dcon, int x, int y, GtkSelectionData *data, uint32_t info, uint32_t time, livespointer user_data)
Definition: callbacks.c:6172
void on_export_theme_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1344
void on_copy_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2562
void on_load_cdtrack_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:7969
void on_resize_vsize_value_changed(LiVESSpinButton *, livespointer)
void on_record_perf_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3973
void on_show_clipboard_info_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5531
void on_lerrors_clear_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11310
void end_fs_preview(void)
Definition: callbacks.c:6252
void on_cleardisk_activate(LiVESWidget *, livespointer)
Definition: callbacks.c:5203
void on_open_sel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:566
void on_toolbar_hide(LiVESButton *, livespointer)
Definition: callbacks.c:9869
void popup_lmap_errors(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8254
boolean nervous_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:9797
void on_double_size_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6704
void on_select_to_end_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3839
void lives_exit(int signum)
Definition: callbacks.c:82
void on_save_as_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:976
void on_location_select(LiVESButton *, livespointer)
Definition: callbacks.c:774
void on_resaudw_asamps_changed(LiVESWidget *, livespointer)
Definition: resample.c:932
void on_lerrors_delete_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11337
void on_resize_hsize_value_changed(LiVESSpinButton *, livespointer)
void on_select_start_only_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3777
void on_rewind_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4110
void on_about_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5605
void on_faster_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9673
void on_filesel_complex_ok_clicked(LiVESButton *, LiVESEntry *entry)
void on_capture2_activate(void)
Definition: callbacks.c:10082
boolean nextclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:4466
boolean fps_reset_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:4399
void on_trim_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10449