question about gnumeric/src/item-*.h
- From: Richard Hult <rhult hem2 passagen se>
- To: gnome-devel-list gnome org
- Subject: question about gnumeric/src/item-*.h
- Date: Thu, 15 Apr 1999 20:25:11 +0200
As usual, I was looking through code to find pieces to steal for
my own pet project. Then I found something suspicious (to me :)
gnumeric/src/item-grid.h, line 5:
#define ITEM_GRID_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), item_grid_get_type ()))
Shouldn't that be
#define ITEM_GRID_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), item_grid_get_type (), ItemGridClass))
The same goes for the other item-grid-*.h files.
Or am I taking a bike ride in the foodstore (as we say in Sweden ;)
Richard
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]