summaryrefslogtreecommitdiff
path: root/plugins/gtkui/callbacks.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-31 14:53:44 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-31 14:53:44 +0100
commit5ae0e60620b5961a0ab6adcd0558263501073fbd (patch)
treeb65992d9c05b337a21900c88451b068deaf00692 /plugins/gtkui/callbacks.h
parent059a674f7bdeab29a3ab2950ee962bec58788d28 (diff)
tweaks to track properties window
Diffstat (limited to 'plugins/gtkui/callbacks.h')
-rw-r--r--plugins/gtkui/callbacks.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.h b/plugins/gtkui/callbacks.h
index 0ce5cf49..d6332190 100644
--- a/plugins/gtkui/callbacks.h
+++ b/plugins/gtkui/callbacks.h
@@ -769,3 +769,8 @@ gboolean
on_searchwin_window_state_event (GtkWidget *widget,
GdkEventWindowState *event,
gpointer user_data);
+
+gboolean
+on_trackproperties_key_press_event (GtkWidget *widget,
+ GdkEventKey *event,
+ gpointer user_data);