Remove font information from cell attributes and sheet model.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 01:07:48 +0000 (10:07 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 01:07:48 +0000 (10:07 +0900)
commitbc632e6f82af2edb7e1c3f9feb9901deaa5038c0
tree361077e391f31e9b30b80bba9ce8a18b192ab610
parent56ec3543af35ae753a206142d36eb8393f7b4bb3
Remove font information from cell attributes and sheet model.

Deleted the font_desc member from the GtkSheetCellAttr struct
and also all font related stuff from the GSheetModel interface.
Instead, fonts are now considered strictly a parameter of the
viewing widget instead of data in the model.
lib/gtksheet/gsheetmodel.c
lib/gtksheet/gsheetmodel.h
lib/gtksheet/gtksheet.c
lib/gtksheet/gtksheet.h
src/ui/gui/data-editor.c
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-data-store.h
src/ui/gui/psppire-var-store.c
src/ui/gui/psppire-var-store.h