diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-25 17:01:59 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-25 17:01:59 +0800 |
commit | a04a846f41febe5b9417b407c9e6b1855eeecf81 (patch) | |
tree | 8cd3566d9366eaed80662860d74097518c253c1a /widgets/e-table/e-cell-text.h | |
parent | 385ccbd512c4c43305dee900f86d0f51f94b1200 (diff) | |
download | gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.tar gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.tar.gz gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.tar.bz2 gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.tar.lz gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.tar.xz gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.tar.zst gsoc2013-evolution-a04a846f41febe5b9417b407c9e6b1855eeecf81.zip |
It draws the data. WEEEEEEEEE! Miguel
svn path=/trunk/; revision=1435
Diffstat (limited to 'widgets/e-table/e-cell-text.h')
-rw-r--r-- | widgets/e-table/e-cell-text.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/widgets/e-table/e-cell-text.h b/widgets/e-table/e-cell-text.h index 24def9f0f8..de9629b97b 100644 --- a/widgets/e-table/e-cell-text.h +++ b/widgets/e-table/e-cell-text.h @@ -13,12 +13,8 @@ typedef struct { ECell parent; - GdkGC *gc; - GdkFont *font; GtkJustification justify; - char *font_name; - GnomeCanvas *canvas; } ECellText; typedef struct { @@ -26,6 +22,7 @@ typedef struct { } ECellTextClass; GtkType e_cell_text_get_type (void); -ECell *e_cell_text_new (const char *fontname, GtkJustification justify); +ECell *e_cell_text_new (ETableModel *model, const char *fontname, GtkJustification justify); #endif /* _E_CELL_TEXT_H_ */ + |