summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2004-03-15 06:51:58 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2004-03-15 06:51:58 +0000
commitf956e3ae0a5611382a54840bb520640c0816d42d (patch)
treeed479331d70bbce8fe5d16bb95cebd04b5ce50af /gtk/gtkpathbar.h
parent0abde2290492bde06a77ab152879a081276fcc15 (diff)
downloadgtk+-f956e3ae0a5611382a54840bb520640c0816d42d.tar.gz
Renamed from shortcuts_unselect_all(); now selects the row that
2004-03-15 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (shortcuts_find_current_folder): Renamed from shortcuts_unselect_all(); now selects the row that corresponds to the current folder, if any. Fixes #135916. * gtk/gtkpathbar.h: Added prototypes for _gtk_path_bar_up() and _gtk_path_bar_down().
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r--gtk/gtkpathbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h
index 1fbcdd4574..d34fc7aa5e 100644
--- a/gtk/gtkpathbar.h
+++ b/gtk/gtkpathbar.h
@@ -75,6 +75,8 @@ void _gtk_path_bar_set_file_system (GtkPathBar *path_bar,
gboolean _gtk_path_bar_set_path (GtkPathBar *path_bar,
const GtkFilePath *file_path,
GError **error);
+void _gtk_path_bar_up (GtkPathBar *path_bar);
+void _gtk_path_bar_down (GtkPathBar *path_bar);
G_END_DECLS