diff options
author | nobody <nobody@localhost> | 2001-10-03 03:19:44 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-03 03:19:44 +0800 |
commit | fa6120de34598543969a8fc89a0e3fc587c52e54 (patch) | |
tree | 8f5f9b7cbb8614876e1daeaccef93d7ded95ca3f /widgets/table/e-cell-size.h | |
parent | 1057efd639f0f3f0cef84fb492ef4b6bc4bd8bce (diff) | |
download | gsoc2013-evolution-0_11.tar gsoc2013-evolution-0_11.tar.gz gsoc2013-evolution-0_11.tar.bz2 gsoc2013-evolution-0_11.tar.lz gsoc2013-evolution-0_11.tar.xz gsoc2013-evolution-0_11.tar.zst gsoc2013-evolution-0_11.zip |
This commit was manufactured by cvs2svn to create tag 'V0_11'.V0_11
svn path=/tags/V0_11/; revision=13336
Diffstat (limited to 'widgets/table/e-cell-size.h')
-rw-r--r-- | widgets/table/e-cell-size.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/widgets/table/e-cell-size.h b/widgets/table/e-cell-size.h deleted file mode 100644 index db976a4eb6..0000000000 --- a/widgets/table/e-cell-size.h +++ /dev/null @@ -1,32 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* ECellSize - Size item for e-table. - * Copyright (C) 2001 Ximian, Inc. - * Author: Chris Lahey <clahey@ximian.com> - */ -#ifndef _E_CELL_SIZE_H_ -#define _E_CELL_SIZE_H_ - -#include <gal/e-table/e-cell-text.h> - -BEGIN_GNOME_DECLS - -#define E_CELL_SIZE_TYPE (e_cell_size_get_type ()) -#define E_CELL_SIZE(o) (GTK_CHECK_CAST ((o), E_CELL_SIZE_TYPE, ECellSize)) -#define E_CELL_SIZE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_CELL_SIZE_TYPE, ECellSizeClass)) -#define E_IS_CELL_SIZE(o) (GTK_CHECK_TYPE ((o), E_CELL_SIZE_TYPE)) -#define E_IS_CELL_SIZE_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_CELL_SIZE_TYPE)) - -typedef struct { - ECellText base; -} ECellSize; - -typedef struct { - ECellTextClass parent_class; -} ECellSizeClass; - -GtkType e_cell_size_get_type (void); -ECell *e_cell_size_new (const char *fontname, GtkJustification justify); - -END_GNOME_DECLS - -#endif /* _E_CELL_SIZE_H_ */ |