From 62ca9f5fd718312c9ce4af70c9ecd0f2ab2b5fcd Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 Aug 2000 19:40:04 +0000 Subject: Make right click select if the current row is not selected. 2000-08-09 Christopher James Lahey * e-table-item.c, e-table-selection-model.c, e-table-selection-model.h: Make right click select if the current row is not selected. svn path=/trunk/; revision=4658 --- widgets/table/e-table-selection-model.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/table/e-table-selection-model.h') diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h index df2e377d14..6b57ab56f0 100644 --- a/widgets/table/e-table-selection-model.h +++ b/widgets/table/e-table-selection-model.h @@ -58,6 +58,10 @@ void e_table_selection_model_do_something (ETableSelectionModel * guint row, guint col, GdkModifierType state); +void e_table_selection_model_maybe_do_something (ETableSelectionModel *selection, + guint row, + guint col, + GdkModifierType state); void e_table_selection_model_clear (ETableSelectionModel *selection); ETableSelectionModel *e_table_selection_model_new (void); -- cgit v1.2.3