comparison 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
comparison
equal deleted inserted replaced
600:9c28465c95d1 601:93c6dc4c537b
48 /* return list of pointers to int for selection */ 48 /* return list of pointers to int for selection */
49 GList *layout_selection_list_by_index(LayoutWindow *lw); 49 GList *layout_selection_list_by_index(LayoutWindow *lw);
50 gint layout_selection_count(LayoutWindow *lw, gint64 *bytes); 50 gint layout_selection_count(LayoutWindow *lw, gint64 *bytes);
51 void layout_select_all(LayoutWindow *lw); 51 void layout_select_all(LayoutWindow *lw);
52 void layout_select_none(LayoutWindow *lw); 52 void layout_select_none(LayoutWindow *lw);
53 void layout_select_invert(LayoutWindow *lw);
53 54
54 void layout_mark_to_selection(LayoutWindow *lw, gint mark, MarkToSelectionMode mode); 55 void layout_mark_to_selection(LayoutWindow *lw, gint mark, MarkToSelectionMode mode);
55 void layout_selection_to_mark(LayoutWindow *lw, gint mark, SelectionToMarkMode mode); 56 void layout_selection_to_mark(LayoutWindow *lw, gint mark, SelectionToMarkMode mode);
56 57
57 void layout_refresh(LayoutWindow *lw); 58 void layout_refresh(LayoutWindow *lw);