LiVES  2.8.3
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:7278
void on_append_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10559
boolean on_mouse_scroll(LiVESWidget *, LiVESXEventScroll *, livespointer)
Definition: callbacks.c:9548
boolean on_hrule_update(LiVESWidget *, LiVESXEventMotion *, livespointer)
Definition: callbacks.c:9718
void on_resaudio_ok_clicked(LiVESButton *, LiVESEntry *entry)
Definition: resample.c:749
void on_capture_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10140
void on_restore_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1689
void on_select_all_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3811
void on_close_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1033
void on_toy_activate(LiVESMenuItem *, livespointer old_toy_p)
Definition: callbacks.c:8527
void on_show_messages_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5506
void on_cut_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2731
void on_open_new_audio_clicked(LiVESFileChooser *, livespointer opt_filename)
Definition: callbacks.c:7754
void on_loop_button_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7268
void on_select_from_start_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3902
void on_sticky_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7190
boolean config_event(LiVESWidget *, LiVESXEventConfigure *, livespointer)
Definition: callbacks.c:9090
void lives_notify(int msgnumber, const char *msgstring)
Definition: callbacks.c:47
void on_erase_subs_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7684
void on_redo_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2427
void on_export_proj_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1297
void on_showsubs_toggled(LiVESObject *, livespointer)
Definition: callbacks.c:7241
void on_save_textview_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6416
void on_show_file_comments_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5616
void on_save_set_ok(void)
void on_save_subs_activate(LiVESMenuItem *, livespointer entry_widget)
Definition: callbacks.c:7656
void on_spin_step_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7476
void on_filechooser_cancel_clicked(LiVESWidget *)
Definition: callbacks.c:6469
void on_save_selection_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1015
void on_fs_preview_clicked(LiVESWidget *, livespointer)
Definition: callbacks.c:5864
void on_show_keys_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5465
void on_cancel_keep_button_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6499
boolean prevclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:4501
void on_import_theme_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1543
void report_bug_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5780
void on_paste_as_new_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2745
void on_spinbutton_end_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8762
void on_resize_activate(LiVESMenuItem *, livespointer)
void on_insfitaudio_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:4424
void on_load_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7722
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:11118
Definition: main.h:334
void on_select_end_only_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3837
void on_effects_paused(LiVESButton *, livespointer)
Definition: callbacks.c:9136
void on_cancel_opensel_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6485
void on_utube_select(LiVESButton *, livespointer)
Definition: callbacks.c:819
void on_playall_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3922
void help_translate_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5790
void on_double_size_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6858
void on_select_invert_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3844
void on_boolean_toggled(LiVESObject *, livespointer)
Definition: callbacks.c:7254
void on_playclip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3997
boolean reload_set(const char *set_name)
Definition: callbacks.c:4972
void on_load_cdtrack_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8112
void on_fade_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7230
void on_load_vcd_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:8422
void on_full_screen_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6656
void on_stop_clicked(LiVESMenuItem *, livespointer)
Definition: callbacks.c:969
void on_menubar_activate_menuitem(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3916
boolean show_sync_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer clip_number)
Definition: callbacks.c:10063
void on_ok_button1_clicked(LiVESButton *, livespointer)
void on_pause_clicked(void)
Definition: callbacks.c:4222
void on_volume_slider_value_changed(LiVESRange *, livespointer)
void on_vj_reset_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5470
void on_details_button_clicked(void)
Definition: callbacks.c:6643
void on_recaudclip_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11193
void on_showfct_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7175
void on_import_proj_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1193
void on_opensel_range_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:6353
void on_filesel_button_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:485
void on_forward_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9990
void on_loop_video_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7260
void on_select_last_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3860
void on_ins_silence_details_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11565
boolean on_hrule_enter(LiVESWidget *, LiVESXEventCrossing *, livespointer)
Definition: callbacks.c:9709
boolean storeclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:10105
void on_mute_button_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7355
boolean on_hrule_set(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9785
boolean freeze_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:10003
void on_ok_export_audio_clicked(LiVESButton *, livespointer)
void on_prv_link_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:8704
void on_export_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10478
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:9494
void donate_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5796
void on_fade_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:7222
boolean on_mouse_sel_update(LiVESWidget *, LiVESXEventMotion *, livespointer)
Definition: callbacks.c:9575
boolean record_toggle_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:4159
void suggest_feature_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5785
boolean on_mouse_sel_reset(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9614
void on_stop_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4190
void on_spinbutton_start_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8718
void on_ping_pong_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7328
void on_insert_activate(LiVESButton *, livespointer)
Definition: callbacks.c:2865
void on_quit_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1748
void on_mute_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7371
void on_spin_start_value_changed(LiVESSpinButton *, livespointer user_data)
Definition: callbacks.c:7456
boolean on_hrule_reset(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9742
void on_encoder_ofmt_changed(LiVESCombo *, livespointer)
Definition: callbacks.c:10398
void on_sepwin_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6969
void switch_clip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5678
void on_insert_pre_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2853
void on_fade_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10821
void on_sepwin_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6981
void open_sel_range_activate(void)
Definition: callbacks.c:6372
void on_undo_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1904
void email_author_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5775
char * on_load_set_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4930
boolean on_save_set_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4578
void on_select_new_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3877
void on_preview_spinbutton_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:8695
void on_cleardisk_advanced_clicked(LiVESWidget *, livespointer)
Definition: callbacks.c:5445
void on_eject_cd_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8129
void on_preview_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:9248
void on_open_utube_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:699
boolean on_del_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10957
boolean on_stop_activate_by_del(LiVESWidget *, LiVESXEvent *, livespointer)
void switch_clip(int type, int newclip, boolean force)
Definition: callbacks.c:5630
void on_recaudsel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11152
boolean on_mouse_sel_start(LiVESWidget *, LiVESXEventButton *, livespointer)
Definition: callbacks.c:9628
void on_recaudclip_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11132
boolean dirchange_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer area_enum)
Definition: callbacks.c:4441
void on_slower_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9885
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:7517
void on_spin_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7437
void on_lock_selwidth_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3910
boolean on_ins_silence_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:11427
void on_load_subs_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:7574
void on_insertwsound_toggled(LiVESToggleButton *, livespointer)
Definition: callbacks.c:4414
void on_recent_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:740
void on_back_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9978
void on_rename_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8494
void on_resize_ok_clicked(LiVESButton *, livespointer)
void on_open_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:6213
void on_spin_end_value_changed(LiVESSpinButton *, livespointer)
Definition: callbacks.c:7496
void on_playsel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3957
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:4229
boolean mute_audio_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:7365
void on_resample_audio_activate(LiVESMenuItem *, livespointer)
Definition: resample.c:737
void on_full_screen_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6650
void on_open_loc_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:667
void on_delete_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3574
boolean on_LiVES_delete_event(LiVESWidget *, LiVESXEvent *, livespointer)
void on_ok_file_open_clicked(LiVESFileChooser *, LiVESSList *fnames)
Definition: callbacks.c:6243
void on_show_file_info_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5511
void on_filesel_complex_clicked(LiVESButton *, LiVESEntry *)
Definition: callbacks.c:558
boolean frame_context(LiVESWidget *, LiVESXEventButton *, livespointer which)
Definition: callbacks.c:9821
void show_manual_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5769
boolean expose_raud_event(LiVESWidget *, LiVESXEventExpose *event)
Definition: callbacks.c:9047
void on_rename_set_name(LiVESButton *, livespointer)
Definition: callbacks.c:8500
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:6303
void on_export_theme_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:1378
void on_copy_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:2609
void on_load_cdtrack_ok_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:8148
void on_resize_vsize_value_changed(LiVESSpinButton *, livespointer)
void on_record_perf_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4031
void on_show_clipboard_info_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5622
void on_lerrors_clear_clicked(LiVESButton *, livespointer)
Definition: callbacks.c:11602
void end_fs_preview(void)
Definition: callbacks.c:6386
void on_cleardisk_activate(LiVESWidget *, livespointer)
Definition: callbacks.c:5283
void on_open_sel_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:576
void on_toolbar_hide(LiVESButton *, livespointer)
Definition: callbacks.c:10130
void popup_lmap_errors(LiVESMenuItem *, livespointer)
Definition: callbacks.c:8436
boolean nervous_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:10056
void on_double_size_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:6851
void on_select_to_end_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3894
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:11629
void on_resize_hsize_value_changed(LiVESSpinButton *, livespointer)
boolean expose_laud_event(LiVESWidget *, LiVESXEventExpose *event)
Definition: callbacks.c:8999
void on_select_start_only_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:3832
void on_rewind_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:4175
void on_about_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:5697
void on_faster_pressed(LiVESButton *, livespointer)
Definition: callbacks.c:9930
void on_filesel_complex_ok_clicked(LiVESButton *, LiVESEntry *entry)
void on_capture2_activate(void)
Definition: callbacks.c:10349
boolean nextclip_callback(LiVESAccelGroup *, LiVESObject *, uint32_t, LiVESXModifierType, livespointer)
Definition: callbacks.c:4540
boolean fps_reset_callback(LiVESAccelGroup *, LiVESObject *, uint32_t keyval, LiVESXModifierType mod, livespointer)
Definition: callbacks.c:4473
boolean expose_vid_event(LiVESWidget *, LiVESXEventExpose *event)
Definition: callbacks.c:8816
void on_trim_audio_activate(LiVESMenuItem *, livespointer)
Definition: callbacks.c:10726