improved bar_sort configuration
[geeqie.git] / src / bar_sort.h
index 2f928d3..4dffac3 100644 (file)
 #define BAR_SORT_H
 
 
-GtkWidget *bar_sort_new(LayoutWindow *lw);
+GtkWidget *bar_sort_new_default(LayoutWindow *lw);
+GtkWidget *bar_sort_new_from_config(LayoutWindow *lw, const gchar **attribute_names, const gchar **attribute_values);
 void bar_sort_close(GtkWidget *bar);
 
+void bar_sort_write_config(GtkWidget *bar, GString *outstr, gint indent);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */