diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-19 16:18:48 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-19 16:18:48 +0800 |
commit | 794f39a5d690344364ab5fb16872fb2950d6cedc (patch) | |
tree | 428ecb6329616a52bbd1862da4058ba057a218d4 /widgets/table/e-table-simple.h | |
parent | da4c37043ecbd7f1c74315f88db36dfa195d6c64 (diff) | |
download | gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.gz gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.bz2 gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.lz gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.xz gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.zst gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.zip |
More work -mig
svn path=/trunk/; revision=1420
Diffstat (limited to 'widgets/table/e-table-simple.h')
-rw-r--r-- | widgets/table/e-table-simple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-simple.h b/widgets/table/e-table-simple.h index d47a1cbe0b..ac34d6045c 100644 --- a/widgets/table/e-table-simple.h +++ b/widgets/table/e-table-simple.h @@ -36,6 +36,7 @@ ETableModel *e_table_simple_new (ETableSimpleColumnCountFn col_count, ETableSimpleValueAtFn value_at, ETableSimpleSetValueAtFn set_value_at, ETableSimpleIsCellEditableFn is_cell_editable, + ETableSimpleRowHeightFn row_height, void *data); #endif /* _E_TABLE_SIMPLE_H_ */ |