aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r--widgets/table/e-table.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h
index 25467843f3..52ba005dc2 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -9,6 +9,7 @@
#include "e-table-header.h"
#include "e-table-group.h"
#include "e-table-sort-info.h"
+#include "e-table-item.h"
BEGIN_GNOME_DECLS
@@ -51,13 +52,15 @@ typedef struct {
*/
guint draw_grid : 1;
guint draw_focus : 1;
- guint spreadsheet : 1;
+
+ ETableCursorMode cursor_mode;
} ETable;
typedef struct {
GtkTableClass parent_class;
void (*row_selection) (ETable *et, int row, gboolean selected);
+ void (*cursor_change) (ETable *et, int row);
void (*double_click) (ETable *et, int row);
} ETableClass;