summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/plcommon.h')
-rw-r--r--plugins/gtkui/plcommon.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/gtkui/plcommon.h b/plugins/gtkui/plcommon.h
index b747b0d1..d0ebedad 100644
--- a/plugins/gtkui/plcommon.h
+++ b/plugins/gtkui/plcommon.h
@@ -41,12 +41,18 @@ void
list_context_menu (DdbListview *listview, DdbListviewIter it, int idx);
void
-header_context_menu (DdbListview *ps, int column);
-
-void
append_column_from_textdef (DdbListview *listview, const uint8_t *def);
void
add_column_helper (DdbListview *listview, const char *title, int width, int id, const char *format, int align_right);
+GtkWidget*
+create_headermenu (int groupby);
+
+void
+set_last_playlist_cm (DdbListview *pl);
+
+void
+set_active_column_cm (int col);
+
#endif // __PLCOLUMNS_H