diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-11-10 15:17:40 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-10 15:17:40 +0000 |
commit | 938d34c05913966ac265ec7f99d6dd4672f4b078 (patch) | |
tree | 28aa0116aae7948e2cac7b991478545fb3eb3d3b /gtk/gtkpathbar.h | |
parent | 14c284c37e6dbe0932a55363e502f4a7f650db5c (diff) | |
download | gtk+-938d34c05913966ac265ec7f99d6dd4672f4b078.tar.gz |
Improve navigation to parent folders. (#318444, Andrei Yurkevich)
2005-11-10 Matthias Clasen <mclasen@redhat.com>
Improve navigation to parent folders. (#318444, Andrei Yurkevich)
* gtk/gtkpathbar.[hc]: Add a child_path argument to
the path_clicked signal.
* gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
child_path, if it is provided.
* gtk/marshalers.list (path_bar_clicked): Add the necessary
glue.
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r-- | gtk/gtkpathbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h index 349e1fcbd3..2dca06b6f4 100644 --- a/gtk/gtkpathbar.h +++ b/gtk/gtkpathbar.h @@ -72,6 +72,7 @@ struct _GtkPathBarClass void (* path_clicked) (GtkPathBar *path_bar, GtkFilePath *file_path, + GtkFilePath *child_path, gboolean child_is_hidden); }; |