diff options
author | waker <wakeroid@gmail.com> | 2011-06-23 22:38:10 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-06-23 22:38:10 +0200 |
commit | bc4db3ee279c6ddb2d82323200b057a1e6fd3d7e (patch) | |
tree | 7221ec85445bbd444ccc0c58fb392652e8de2ab2 /plugins/gtkui/plcommon.h | |
parent | c6f25378c2d82ed6b04faf345a3a7cd0a0327922 (diff) |
fixed playlist column headers context menu (grouping)
Diffstat (limited to 'plugins/gtkui/plcommon.h')
-rw-r--r-- | plugins/gtkui/plcommon.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/gtkui/plcommon.h b/plugins/gtkui/plcommon.h index 6a3114c1..edd7d3f2 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 |