diff src/layout.h @ 368:95fe470440ad

New Go to directory view feature that permits to find and display the directory corresponding to an image view. For example, when you open an image in new window from collection, right clicking on the newly displayed image will let you choose Go to directory view, which would open a new window, with image and directory list. If current directory is the one of the image, menu item is disabled.
author zas_
date Tue, 15 Apr 2008 06:56:25 +0000
parents f6e307c7bad6
children 5afe77bb563a
line wrap: on
line diff
--- a/src/layout.h	Mon Apr 14 23:47:13 2008 +0000
+++ b/src/layout.h	Tue Apr 15 06:56:25 2008 +0000
@@ -26,6 +26,7 @@
 gint layout_valid(LayoutWindow **lw);
 
 LayoutWindow *layout_find_by_image(ImageWindow *imd);
+LayoutWindow *layout_find_by_image_fd(ImageWindow *imd);
 
 const gchar *layout_get_path(LayoutWindow *lw);
 gint layout_set_path(LayoutWindow *lw, const gchar *path);