LiVES  2.8.4
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 
197 #if GTK_CHECK_VERSION(3,0,0)
198 boolean expose_vid_event(LiVESWidget *, lives_painter_t *cr, livespointer);
199 #else
200 boolean expose_vid_event(LiVESWidget *, LiVESXEventExpose *event);
201 #endif
202 
203 #if GTK_CHECK_VERSION(3,0,0)
204 boolean expose_laud_event(LiVESWidget *, lives_painter_t *cr, livespointer);
205 #else
206 boolean expose_laud_event(LiVESWidget *, LiVESXEventExpose *event);
207 #endif
208 
209 #if GTK_CHECK_VERSION(3,0,0)
210 boolean expose_raud_event(LiVESWidget *, lives_painter_t *cr, livespointer);
211 #else
212 boolean expose_raud_event(LiVESWidget *, LiVESXEventExpose *event);
213 #endif
214 
215 void on_preview_clicked(LiVESButton *, livespointer);
216 
217 void on_recent_activate(LiVESMenuItem *, livespointer);
218 
219 boolean config_event(LiVESWidget *, LiVESXEventConfigure *, livespointer);
220 
221 void changed_fps_during_pb(LiVESSpinButton *, livespointer);
222 
223 boolean on_mouse_scroll(LiVESWidget *, LiVESXEventScroll *, livespointer);
224 
225 boolean on_mouse_sel_update(LiVESWidget *, LiVESXEventMotion *, livespointer);
226 
227 boolean on_mouse_sel_reset(LiVESWidget *, LiVESXEventButton *, livespointer);
228 
229 boolean on_mouse_sel_start(LiVESWidget *, LiVESXEventButton *, livespointer);
230 
231 void on_load_cdtrack_activate(LiVESMenuItem *, livespointer);
232 
233 void on_load_cdtrack_ok_clicked(LiVESButton *, livespointer);
234 
235 void on_eject_cd_activate(LiVESMenuItem *, livespointer);
236 
237 void on_slower_pressed(LiVESButton *, livespointer);
238 
239 void on_faster_pressed(LiVESButton *, livespointer);
240 
241 void on_back_pressed(LiVESButton *, livespointer);
242 
243 void on_forward_pressed(LiVESButton *, livespointer);
244 
245 boolean dirchange_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer area_enum);
246 
247 void on_capture_activate(LiVESMenuItem *, livespointer);
248 
249 void on_capture2_activate(void);
250 
251 void on_select_invert_activate(LiVESMenuItem *, livespointer);
252 
253 void on_warn_mask_toggled(LiVESToggleButton *, livespointer);
254 
255 boolean frame_context(LiVESWidget *, LiVESXEventButton *, livespointer which);
256 
257 void on_fs_preview_clicked(LiVESWidget *, livespointer);
258 
259 void on_restore_activate(LiVESMenuItem *, livespointer);
260 
261 void on_backup_activate(LiVESMenuItem *, livespointer);
262 
263 void on_record_perf_activate(LiVESMenuItem *, livespointer);
264 
265 boolean record_toggle_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer);
266 
267 boolean fps_reset_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer);
268 
269 boolean mute_audio_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer);
270 
271 boolean on_stop_activate_by_del(LiVESWidget *, LiVESXEvent *, livespointer);
272 
273 void on_pause_clicked(void);
274 
275 void on_select_start_only_activate(LiVESMenuItem *, livespointer);
276 
277 void on_select_end_only_activate(LiVESMenuItem *, livespointer);
278 
279 void on_filesel_button_clicked(LiVESButton *, livespointer);
280 
281 void on_filesel_complex_clicked(LiVESButton *, LiVESEntry *);
282 
283 void on_filesel_complex_ok_clicked(LiVESButton *, LiVESEntry *entry);
284 
285 void on_encoder_ofmt_changed(LiVESCombo *, livespointer);
286 
287 void on_ok_export_audio_clicked(LiVESButton *, livespointer);
288 
289 void on_append_audio_activate(LiVESMenuItem *, livespointer);
290 
291 void on_menubar_activate_menuitem(LiVESMenuItem *, livespointer);
292 
293 void on_rb_audrec_time_toggled(LiVESToggleButton *, livespointer);
294 
295 void on_recaudclip_activate(LiVESMenuItem *, livespointer);
296 
297 void on_recaudsel_activate(LiVESMenuItem *, livespointer);
298 
299 void on_recaudclip_ok_clicked(LiVESButton *, livespointer);
300 
301 #if GTK_CHECK_VERSION(2,14,0)
302 void on_volume_slider_value_changed(LiVESScaleButton *, livespointer);
303 #else
304 void on_volume_slider_value_changed(LiVESRange *, livespointer);
305 #endif
306 
307 void on_fade_audio_activate(LiVESMenuItem *, livespointer);
308 
309 void on_resample_video_activate(LiVESMenuItem *, livespointer);
310 
311 void on_resample_vid_ok(LiVESButton *, LiVESEntry *entry);
312 
313 void on_trim_audio_activate(LiVESMenuItem *, livespointer);
314 
315 void on_resample_audio_activate(LiVESMenuItem *, livespointer);
316 
317 void on_export_audio_activate(LiVESMenuItem *, livespointer);
318 
319 void on_resaudio_ok_clicked(LiVESButton *, LiVESEntry *entry);
320 
321 void on_cancel_opensel_clicked(LiVESButton *, livespointer);
322 
323 void end_fs_preview(void);
324 
325 void on_sticky_activate(LiVESMenuItem *, livespointer);
326 
327 void on_resaudw_asamps_changed(LiVESWidget *, livespointer);
328 
329 void on_insertwsound_toggled(LiVESToggleButton *, livespointer);
330 
331 void on_showfct_activate(LiVESMenuItem *, livespointer);
332 
333 void on_boolean_toggled(LiVESObject *, livespointer);
334 
335 void on_showsubs_toggled(LiVESObject *, livespointer);
336 
337 void on_show_messages_activate(LiVESMenuItem *, livespointer);
338 
339 boolean on_hrule_enter(LiVESWidget *, LiVESXEventCrossing *, livespointer);
340 
341 boolean on_hrule_update(LiVESWidget *, LiVESXEventMotion *, livespointer);
342 
343 boolean on_hrule_reset(LiVESWidget *, LiVESXEventButton *, livespointer);
344 
345 boolean on_hrule_set(LiVESWidget *, LiVESXEventButton *, livespointer);
346 
347 void on_rewind_activate(LiVESMenuItem *, livespointer);
348 
349 void on_loop_button_activate(LiVESMenuItem *, livespointer);
350 
351 void on_loop_cont_activate(LiVESMenuItem *, livespointer);
352 
353 void on_show_file_comments_activate(LiVESMenuItem *, livespointer);
354 
355 void on_toolbar_hide(LiVESButton *, livespointer);
356 
357 void on_toy_activate(LiVESMenuItem *, livespointer old_toy_p);
358 
359 void on_preview_spinbutton_changed(LiVESSpinButton *, livespointer);
360 
361 boolean prevclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
362 
363 boolean nextclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
364 
365 boolean freeze_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
366 
367 boolean storeclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
368 
369 boolean nervous_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer);
370 
371 boolean show_sync_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer clip_number);
372 
373 boolean on_save_set_activate(LiVESMenuItem *, livespointer);
374 
375 void on_save_set_ok(void);
376 
377 char *on_load_set_activate(LiVESMenuItem *, livespointer);
378 
379 boolean reload_set(const char *set_name);
380 
381 void on_open_vcd_activate(LiVESMenuItem *, livespointer int_type);
382 
383 void on_load_vcd_ok_clicked(LiVESButton *, livespointer);
384 
385 void on_ping_pong_activate(LiVESMenuItem *, livespointer);
386 
387 void on_show_keys_activate(LiVESMenuItem *, livespointer);
388 
389 void on_vj_reset_activate(LiVESMenuItem *, livespointer);
390 
391 void on_prv_link_toggled(LiVESToggleButton *, livespointer);
392 
393 boolean on_del_audio_activate(LiVESMenuItem *, livespointer);
394 
395 boolean on_ins_silence_activate(LiVESMenuItem *, livespointer);
396 
397 void on_ins_silence_details_clicked(LiVESButton *, livespointer);
398 
399 void on_lerrors_close_clicked(LiVESButton *, livespointer);
400 
401 void on_lerrors_clear_clicked(LiVESButton *, livespointer);
402 
403 void on_lerrors_delete_clicked(LiVESButton *, livespointer);
404 
405 #ifdef GUI_GTK
406 void drag_from_outside(LiVESWidget *, GdkDragContext *, int x, int y,
407  GtkSelectionData *, uint32_t info, uint32_t time, livespointer);
408 
409 #endif
410 
411 #endif
void on_loop_cont_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7282
void on_append_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10563
boolean on_mouse_scroll(LiVESWidget *, LiVESXEventScroll *, livespointer)
Definition: callbacks.c:9552
boolean on_hrule_update(LiVESWidget *, LiVESXEventMotion *, livespointer)
Definition: callbacks.c:9722
void on_resaudio_ok_clicked(LiVESButton *, LiVESEntry *entry)
Definition: resample.c:749
void on_capture_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10144
void on_restore_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1689
void on_select_all_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3815
void on_close_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1033
void on_toy_activate(LiVESMenuItem *, livespointer old_toy_p)
Definition: callbacks.c:8531
void on_show_messages_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5510
void on_cut_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2735
void on_open_new_audio_clicked(LiVESFileChooser *, livespointer opt_filename)
Definition: callbacks.c:7758
void on_loop_button_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7272
void on_select_from_start_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3906
void on_sticky_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7194
boolean config_event(LiVESWidget *, LiVESXEventConfigure *, livespointer)
Definition: callbacks.c:9094
void lives_notify(int msgnumber, const char *msgstring)
Definition: callbacks.c:47
void on_erase_subs_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7688
void on_redo_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2431
void on_export_proj_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1297
void on_showsubs_toggled(LiVESObject *, livespointer)
Definition: callbacks.c:7245
void on_save_textview_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6420
void on_show_file_comments_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5620
void on_save_set_ok(void)
void on_save_subs_activate(LiVESMenuItem *, livespointer entry_widget)
Definition: callbacks.c:7660
void on_spin_step_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7480
void on_filechooser_cancel_clicked(LiVESWidget *)
Definition: callbacks.c:6473
void on_save_selection_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1015
void on_fs_preview_clicked(LiVESWidget *, livespointer)
Definition: callbacks.c:5868
void on_show_keys_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5469
void on_cancel_keep_button_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6503
boolean prevclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:4505
void on_import_theme_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1543
void report_bug_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5784
void on_paste_as_new_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2749
void on_spinbutton_end_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8766
void on_resize_activate(LiVESMenuItem *, livespointer)
void on_insfitaudio_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:4428
void on_load_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7726
void on_open_vcd_activate(LiVESMenuItem *, livespointer int_type)
Definition: callbacks.c:637
void on_resample_vid_ok(LiVESButton *, LiVESEntry *entry)
Definition: resample.c:978
void on_rb_audrec_time_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:11122
Definition: main.h:334
void on_select_end_only_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3841
void on_effects_paused(LiVESButton *, livespointer)
Definition: callbacks.c:9140
void on_cancel_opensel_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6489
void on_utube_select(LiVESButton *, livespointer)
Definition: callbacks.c:819
void on_playall_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3926
void help_translate_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5794
void on_double_size_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6862
void on_select_invert_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3848
void on_boolean_toggled(LiVESObject *, livespointer)
Definition: callbacks.c:7258
void on_playclip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4001
boolean reload_set(const char *set_name)
Definition: callbacks.c:4976
void on_load_cdtrack_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8116
void on_fade_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7234
void on_load_vcd_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:8426
void on_full_screen_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6660
void on_stop_clicked(LiVESMenuItem *, livespointer)
Definition: callbacks.c:969
void on_menubar_activate_menuitem(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3920
boolean show_sync_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer clip_number)
Definition: callbacks.c:10067
void on_ok_button1_clicked(LiVESButton *, livespointer)
void on_pause_clicked(void)
Definition: callbacks.c:4226
void on_volume_slider_value_changed(LiVESRange *, livespointer)
void on_vj_reset_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5474
void on_details_button_clicked(void)
Definition: callbacks.c:6647
void on_recaudclip_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11197
void on_showfct_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7179
void on_import_proj_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1193
void on_opensel_range_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6357
void on_filesel_button_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:485
void on_forward_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9994
void on_loop_video_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7264
void on_select_last_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3864
void on_ins_silence_details_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11573
boolean on_hrule_enter(LiVESWidget *, LiVESXEventCrossing *, livespointer)
Definition: callbacks.c:9713
boolean storeclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:10109
void on_mute_button_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7359
boolean on_hrule_set(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9789
boolean freeze_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:10007
void on_ok_export_audio_clicked(LiVESButton *, livespointer)
void on_prv_link_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:8708
void on_export_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10482
void on_autoreload_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:717
void on_resample_video_activate(LiVESMenuItem *, livespointer)
Definition: resample.c:970
void changed_fps_during_pb(LiVESSpinButton *, livespointer)
Definition: callbacks.c:9498
void donate_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5800
void on_fade_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:7226
boolean on_mouse_sel_update(LiVESWidget *, LiVESXEventMotion *, livespointer)
Definition: callbacks.c:9579
boolean record_toggle_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:4163
void suggest_feature_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5789
boolean on_mouse_sel_reset(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9618
void on_stop_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4194
void on_spinbutton_start_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8722
void on_ping_pong_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7332
void on_insert_activate(LiVESButton *, livespointer)
Definition: callbacks.c:2869
void on_quit_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1748
void on_mute_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7375
void on_spin_start_value_changed(LiVESSpinButton *, livespointer user_data)
Definition: callbacks.c:7460
boolean on_hrule_reset(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9746
void on_encoder_ofmt_changed(LiVESCombo *, livespointer)
Definition: callbacks.c:10402
void on_sepwin_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6973
void switch_clip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5682
void on_insert_pre_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2857
void on_fade_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10825
void on_sepwin_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6985
void open_sel_range_activate(void)
Definition: callbacks.c:6376
void on_undo_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1904
void email_author_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5779
char * on_load_set_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4934
boolean on_save_set_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4582
void on_select_new_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3881
void on_preview_spinbutton_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8699
void on_cleardisk_advanced_clicked(LiVESWidget *, livespointer)
Definition: callbacks.c:5449
void on_eject_cd_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8133
void on_preview_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:9252
void on_open_utube_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:699
boolean on_del_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10961
boolean on_stop_activate_by_del(LiVESWidget *, LiVESXEvent *, livespointer)
void switch_clip(int type, int newclip, boolean force)
Definition: callbacks.c:5634
void on_recaudsel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11156
boolean on_mouse_sel_start(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9632
void on_recaudclip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11136
boolean dirchange_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer area_enum)
Definition: callbacks.c:4445
void on_slower_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9889
void on_lerrors_close_clicked(LiVESButton *, livespointer)
void on_backup_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1663
void on_open_sel_ok_button_clicked(LiVESButton *, livespointer)
void on_rev_clipboard_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7521
void on_spin_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7441
void on_lock_selwidth_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3914
boolean on_ins_silence_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11431
void on_load_subs_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7578
void on_insertwsound_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:4418
void on_recent_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:740
void on_back_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9982
void on_rename_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8498
void on_resize_ok_clicked(LiVESButton *, livespointer)
void on_open_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6217
void on_spin_end_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7500
void on_playsel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3961
void on_warn_mask_toggled(LiVESToggleButton *, livespointer)
Definition: dialogs.c:50
void on_merge_activate(LiVESMenuItem *, livespointer)
Definition: merge.c:301
void on_encoder_entry_changed(LiVESCombo *, livespointer ptr)
Definition: callbacks.c:4233
boolean mute_audio_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:7369
void on_resample_audio_activate(LiVESMenuItem *, livespointer)
Definition: resample.c:737
void on_full_screen_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6654
void on_open_loc_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:667
void on_delete_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3578
boolean on_LiVES_delete_event(LiVESWidget *, LiVESXEvent *, livespointer)
void on_ok_file_open_clicked(LiVESFileChooser *, LiVESSList *fnames)
Definition: callbacks.c:6247
void on_show_file_info_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5515
void on_filesel_complex_clicked(LiVESButton *, LiVESEntry *)
Definition: callbacks.c:558
boolean frame_context(LiVESWidget *, LiVESXEventButton *, livespointer which)
Definition: callbacks.c:9825
void show_manual_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5773
boolean expose_raud_event(LiVESWidget *, LiVESXEventExpose *event)
Definition: callbacks.c:9051
void on_rename_set_name(LiVESButton *, livespointer)
Definition: callbacks.c:8504
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:6307
void on_export_theme_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1378
void on_copy_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2613
void on_load_cdtrack_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:8152
void on_resize_vsize_value_changed(LiVESSpinButton *, livespointer)
void on_record_perf_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4035
void on_show_clipboard_info_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5626
void on_lerrors_clear_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11610
void end_fs_preview(void)
Definition: callbacks.c:6390
void on_cleardisk_activate(LiVESWidget *, livespointer)
Definition: callbacks.c:5287
void on_open_sel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:576
void on_toolbar_hide(LiVESButton *, livespointer)
Definition: callbacks.c:10134
void popup_lmap_errors(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8440
boolean nervous_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:10060
void on_double_size_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6855
void on_select_to_end_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3898
void lives_exit(int signum)
Definition: callbacks.c:85
void on_save_as_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1004
void on_location_select(LiVESButton *, livespointer)
Definition: callbacks.c:793
void on_resaudw_asamps_changed(LiVESWidget *, livespointer)
Definition: resample.c:950
void on_lerrors_delete_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11637
void on_resize_hsize_value_changed(LiVESSpinButton *, livespointer)
boolean expose_laud_event(LiVESWidget *, LiVESXEventExpose *event)
Definition: callbacks.c:9003
void on_select_start_only_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3836
void on_rewind_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4179
void on_about_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5701
void on_faster_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9934
void on_filesel_complex_ok_clicked(LiVESButton *, LiVESEntry *entry)
void on_capture2_activate(void)
Definition: callbacks.c:10353
boolean nextclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:4544
boolean fps_reset_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:4477
boolean expose_vid_event(LiVESWidget *, LiVESXEventExpose *event)
Definition: callbacks.c:8820
void on_trim_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10730