summaryrefslogtreecommitdiff
path: root/callbacks.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-19 22:14:11 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-19 22:14:11 +0200
commit69cc2069986fa6e5d13d9d33e4f6b11e0adc0ba3 (patch)
tree6218093a68605c081a5777cfe76bb777d815f4bb /callbacks.c
parent7c1ea7259b1f9e78fd5670819d04e52689f7d5ba (diff)
fixed bug after column header drag-drop
started working on column context menu
Diffstat (limited to 'callbacks.c')
-rw-r--r--callbacks.c65
1 files changed, 65 insertions, 0 deletions
diff --git a/callbacks.c b/callbacks.c
index 23bf56d0..02bb6cd3 100644
--- a/callbacks.c
+++ b/callbacks.c
@@ -1476,3 +1476,68 @@ on_pref_pluginlist_cursor_changed (GtkTreeView *treeview,
gtk_entry_set_text (e, p->website ? p->website : "");
}
+
+
+void
+on_artist_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_album_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_tracknum_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_duration_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_playing_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_title_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_custom_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+
+
+void
+on_remove_column_activate (GtkMenuItem *menuitem,
+ gpointer user_data)
+{
+
+}
+