diff options
author | Morten Welinder <mortenw@src.gnome.org> | 2001-10-08 22:17:54 +0800 |
---|---|---|
committer | Morten Welinder <mortenw@src.gnome.org> | 2001-10-08 22:17:54 +0800 |
commit | 7d5b83061f8ef709f47a0f7020cf38cd1d9fe197 (patch) | |
tree | 27e0a3ec7f2f8fe32e8431a4ef565182aa629c3e /widgets/table/e-table-col.c | |
parent | 856ebf12de55fc015d9b6c5b6da888ab9b384a5d (diff) | |
download | gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.tar gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.tar.gz gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.tar.bz2 gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.tar.lz gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.tar.xz gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.tar.zst gsoc2013-evolution-7d5b83061f8ef709f47a0f7020cf38cd1d9fe197.zip |
Partial bit-rot fight. Sample still does not work.
svn path=/trunk/; revision=13498
Diffstat (limited to 'widgets/table/e-table-col.c')
-rw-r--r-- | widgets/table/e-table-col.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-col.c b/widgets/table/e-table-col.c index 9efeedcae7..5eb18ada92 100644 --- a/widgets/table/e-table-col.c +++ b/widgets/table/e-table-col.c @@ -99,6 +99,7 @@ E_MAKE_TYPE(e_table_col, "ETableCol", ETableCol, e_table_col_class_init, e_table * @ecell: the renderer to be used for this column * @compare: comparision function for the elements stored in this column * @resizable: whether the column can be resized interactively by the user + * @priority: FIXME * * The ETableCol represents a column to be used inside an ETable. The * ETableCol objects are inserted inside an ETableHeader (which is just a collection |