diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 36c690a3611bd80395966f6a0f34dfd82f5b3945 (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /widgets/table/e-table-utils.h | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.tar gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.tar.gz gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.tar.bz2 gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.tar.lz gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.tar.xz gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.tar.zst gsoc2013-evolution-MULTIHEAD_BRANCHPOINT.zip |
This commit was manufactured by cvs2svn to create tagMULTIHEAD_BRANCHPOINT
'MULTIHEAD_BRANCHPOINT'.
svn path=/tags/MULTIHEAD_BRANCHPOINT/; revision=16884
Diffstat (limited to 'widgets/table/e-table-utils.h')
-rw-r--r-- | widgets/table/e-table-utils.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/widgets/table/e-table-utils.h b/widgets/table/e-table-utils.h deleted file mode 100644 index 7438a9c759..0000000000 --- a/widgets/table/e-table-utils.h +++ /dev/null @@ -1,45 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * e-table-utils.h - * Copyright 2000, 2001, Ximian, Inc. - * - * Authors: - * Chris Lahey <clahey@ximian.com> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License, version 2, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - */ - -#ifndef _E_TABLE_UTILS_H_ -#define _E_TABLE_UTILS_H_ - -#include <gal/e-table/e-table-header.h> -#include <gal/e-table/e-table-state.h> -#include <gal/e-table/e-table-specification.h> -#include <gal/e-table/e-table-extras.h> -#include <libgnome/gnome-defs.h> - -BEGIN_GNOME_DECLS - -ETableHeader *e_table_state_to_header (GtkWidget *widget, - ETableHeader *full_header, - ETableState *state); - -ETableHeader *e_table_spec_to_full_header (ETableSpecification *spec, - ETableExtras *ete); - -END_GNOME_DECLS - -#endif /* _E_TABLE_UTILS_H_ */ - |