From da03d43325d3410577ace4073d5b26fd72944ce4 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 30 Jan 2001 11:37:34 +0000 Subject: Made the contained %ETableItem have cursor_mode as 2001-01-30 Christopher James Lahey * e-table-click-to-add.c (etcta_event): Made the contained %ETableItem have cursor_mode as %E_TABLE_CURSOR_SPREADSHEET. * e-table-defines.h, e-table-item.c, e-table-specification.c: Added a new cursor mode E_TABLE_CURSOR_SPREADSHEET. This is accessed using cursor_mode="spreadsheet" in your specification xml, as well as by the click_to_add item. It is identical to E_TABLE_CURSOR_SIMPLE, except that tab goes to the next item in the table instead of to the next widget. svn path=/trunk/; revision=7910 --- widgets/table/e-table-defines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-defines.h') diff --git a/widgets/table/e-table-defines.h b/widgets/table/e-table-defines.h index a1232911a7..01208da1aa 100644 --- a/widgets/table/e-table-defines.h +++ b/widgets/table/e-table-defines.h @@ -18,6 +18,7 @@ typedef enum { E_TABLE_CURSOR_LINE, E_TABLE_CURSOR_SIMPLE, + E_TABLE_CURSOR_SPREADSHEET, } ETableCursorMode; #endif -- cgit v1.2.3