diff src/ui_tabcomp.h @ 1167:e812b1a7adda

Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
author zas_
date Sat, 22 Nov 2008 16:24:23 +0000
parents 1646720364cf
children 8b89e3ff286b
line wrap: on
line diff
--- a/src/ui_tabcomp.h	Thu Nov 20 17:28:34 2008 +0000
+++ b/src/ui_tabcomp.h	Sat Nov 22 16:24:23 2008 +0000
@@ -27,6 +27,7 @@
 gchar *remove_trailing_slash(const gchar *path);
 
 void tab_completion_add_select_button(GtkWidget *entry, const gchar *title, gint folders_only);
+void tab_completion_add_append_func(GtkWidget *entry, void (*tab_append_func)(const gchar *, gpointer, gint), gpointer data);
 
 
 #endif