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.
This commit is contained in:
committed by
Matthias Clasen
parent
14c284c37e
commit
938d34c059
@ -72,6 +72,7 @@ struct _GtkPathBarClass
|
||||
|
||||
void (* path_clicked) (GtkPathBar *path_bar,
|
||||
GtkFilePath *file_path,
|
||||
GtkFilePath *child_path,
|
||||
gboolean child_is_hidden);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user