diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-27 04:38:49 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-27 04:38:49 +0800 |
commit | 628ca43584542f85ffc3b6a1617af489607a8dea (patch) | |
tree | 71039a6aca0bd45f0650b29120f55cc8eb522a8e /widgets/table/e-table-group-container.h | |
parent | 7434b2831bd5604c6ee939c604cec5a91205b4d2 (diff) | |
download | gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.gz gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.bz2 gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.lz gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.xz gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.tar.zst gsoc2013-evolution-628ca43584542f85ffc3b6a1617af489607a8dea.zip |
Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"
2000-05-26 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-container.c, e-table-group-container.h,
e-table-group-leaf.c, e-table-group-leaf.h, e-table.c, e-table.h:
Made "drawgrid", "drawfocus", "spreadsheet", and
"length_threshold" arguments set from the ETable effect all the
end ETableItems.
* e-table-header.c: Made column resize a bit less bumpy.
svn path=/trunk/; revision=3223
Diffstat (limited to 'widgets/table/e-table-group-container.h')
-rw-r--r-- | widgets/table/e-table-group-container.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-container.h b/widgets/table/e-table-group-container.h index 7577a3d70a..cfeeb7bbc9 100644 --- a/widgets/table/e-table-group-container.h +++ b/widgets/table/e-table-group-container.h @@ -38,6 +38,11 @@ typedef struct { ETableSortInfo *sort_info; int n; + int length_threshold; + + guint draw_grid : 1; + guint draw_focus : 1; + guint mode_spreadsheet : 1; /* * State: the ETableGroup is open or closed |