RE: [Java-gnome-developer] CVS: Problem with gdk_BaseObject.c and GTK_IS_OBJECT()
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2001-10-09 19:42:10
|
What I have is a pointer to the underlying peer which could be a GTK type, a GNOME type or a GDK type. Since the pointer to the peer is stored the same in each case it is stored as a void pointer. > Do you really need to pass void pointers around? > > John Leuner > |