diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-01 21:08:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:11 +0800 |
commit | c4a37c155a57c99d736dc8ae25ae4b77d0f82024 (patch) | |
tree | 35bd41fb9158fcdc35b471388304ae69a93c6864 /e-util/Makefile.am | |
parent | f9f04372c650e1387fd403060ac9fe0772d09e0e (diff) | |
download | gsoc2013-evolution-c4a37c155a57c99d736dc8ae25ae4b77d0f82024.tar.gz gsoc2013-evolution-c4a37c155a57c99d736dc8ae25ae4b77d0f82024.tar.zst gsoc2013-evolution-c4a37c155a57c99d736dc8ae25ae4b77d0f82024.zip |
Add ETableColumnSelector.
A new ETable column selection and ordering widget that looks like
it was written in the 21st century. Derives from ETreeViewFrame.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index a7123bbb96..894392a8b5 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -254,6 +254,7 @@ evolution_util_include_HEADERS = \ e-table-click-to-add.h \ e-table-col-dnd.h \ e-table-col.h \ + e-table-column-selector.h \ e-table-column-specification.h \ e-table-config.h \ e-table-defines.h \ @@ -499,6 +500,7 @@ libevolution_util_la_SOURCES = \ e-stock-request.c \ e-table-click-to-add.c \ e-table-col.c \ + e-table-column-selector.c \ e-table-column-specification.c \ e-table-config.c \ e-table-extras.c \ |