diff src/layout.h @ 601:93c6dc4c537b

Add a way to invert the current selection. An item labeled "Invert selection" was added to the Select submenu in the main menu.
author zas_
date Wed, 07 May 2008 22:48:30 +0000
parents fe675761d091
children 6e9413e92be5
line wrap: on
line diff
--- a/src/layout.h	Tue May 06 23:58:08 2008 +0000
+++ b/src/layout.h	Wed May 07 22:48:30 2008 +0000
@@ -50,6 +50,7 @@
 gint layout_selection_count(LayoutWindow *lw, gint64 *bytes);
 void layout_select_all(LayoutWindow *lw);
 void layout_select_none(LayoutWindow *lw);
+void layout_select_invert(LayoutWindow *lw);
 
 void layout_mark_to_selection(LayoutWindow *lw, gint mark, MarkToSelectionMode mode);
 void layout_selection_to_mark(LayoutWindow *lw, gint mark, SelectionToMarkMode mode);