comparison 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
comparison
equal deleted inserted replaced
1166:26b9fca795f8 1167:e812b1a7adda
25 void tab_completion_add_to_entry(GtkWidget *entry, void (*enter_func)(const gchar *, gpointer), gpointer data); 25 void tab_completion_add_to_entry(GtkWidget *entry, void (*enter_func)(const gchar *, gpointer), gpointer data);
26 void tab_completion_add_tab_func(GtkWidget *entry, void (*tab_func)(const gchar *, gpointer), gpointer data); 26 void tab_completion_add_tab_func(GtkWidget *entry, void (*tab_func)(const gchar *, gpointer), gpointer data);
27 gchar *remove_trailing_slash(const gchar *path); 27 gchar *remove_trailing_slash(const gchar *path);
28 28
29 void tab_completion_add_select_button(GtkWidget *entry, const gchar *title, gint folders_only); 29 void tab_completion_add_select_button(GtkWidget *entry, const gchar *title, gint folders_only);
30 void tab_completion_add_append_func(GtkWidget *entry, void (*tab_append_func)(const gchar *, gpointer, gint), gpointer data);
30 31
31 32
32 #endif 33 #endif
33 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 34 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */