aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.h
diff options
context:
space:
mode:
authorAndrew Wu <yang.wu@sun.com>2003-12-02 15:55:14 +0800
committerYuedong Du <york@src.gnome.org>2003-12-02 15:55:14 +0800
commit6434d2b055d109fd6223daec39af255d4986957b (patch)
treea0fc565104e6a794609cdb7a77a3c7008b75d7c5 /widgets/table/e-table-header-item.h
parentc84cfbc83a72e6e5990af279128d9c27d9e41151 (diff)
downloadgsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.tar
gsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.tar.gz
gsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.tar.bz2
gsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.tar.lz
gsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.tar.xz
gsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.tar.zst
gsoc2013-evolution-6434d2b055d109fd6223daec39af255d4986957b.zip
Fixed Bug 51252, 51254, 51255. add some code deal with key press event.
2003-11-23 Andrew Wu <yang.wu@sun.com> Fixed Bug 51252, 51254, 51255. * gal/e-table/e-table-header-item.c: (ethi_event):add some code deal with key press event. * gal/e-table/e-table-header-item.h add a member "selected_col" for keyboard navigation. * gal/e-table/e-table.c (e_table_setup_header):make header can focus. svn path=/trunk/; revision=23572
Diffstat (limited to 'widgets/table/e-table-header-item.h')
-rw-r--r--widgets/table/e-table-header-item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-table-header-item.h b/widgets/table/e-table-header-item.h
index 3eebddeefc..eafc50dc63 100644
--- a/widgets/table/e-table-header-item.h
+++ b/widgets/table/e-table-header-item.h
@@ -96,6 +96,10 @@ typedef struct {
ETable *table;
ETree *tree;
void *config;
+
+ /* For keyboard navigation*/
+ int selected_col;
+
} ETableHeaderItem;
typedef struct {