Some shortcut keys for file browser panel

This commit is contained in:
Ilia Popov
2010-09-14 00:57:50 +02:00
parent c96bbfb378
commit 8e404c95a2
9 changed files with 172 additions and 49 deletions

View File

@@ -55,6 +55,8 @@ class ToolBar : public Gtk::HBox {
void wb_pressed ();
void crop_pressed ();
void stra_pressed ();
bool handleShortcutKey (GdkEventKey* event);
};
#endif