summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-02-27 20:45:44 +0100
committerRobin Gareus <robin@gareus.org>2015-02-28 02:36:58 +0100
commit15f57d01cfd3a98a49f931c319c06bdfb014fe28 (patch)
treecfd0716ec29ae482a3541136dc13b4d1bdd884c1 /gtk2_ardour/export_video_dialog.h
parent933e9c2919a93f87291f6090decae712c245ac12 (diff)
video-export dialog: allow keyboard navigation
Diffstat (limited to 'gtk2_ardour/export_video_dialog.h')
-rw-r--r--gtk2_ardour/export_video_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/export_video_dialog.h b/gtk2_ardour/export_video_dialog.h
index 5ebcf3258d..117446c6a6 100644
--- a/gtk2_ardour/export_video_dialog.h
+++ b/gtk2_ardour/export_video_dialog.h
@@ -55,6 +55,9 @@ class ExportVideoDialog : public ArdourDialog , public PBD::ScopedConnectionList
void encode_pass (int);
void change_file_extension (std::string);
+ bool on_focus_in_event (GdkEventFocus*);
+ bool on_focus_out_event (GdkEventFocus*);
+
void open_outfn_dialog ();
void open_invid_dialog ();
void scale_checkbox_toggled ();