

TODO:

3/11/98

	I'm probably going to be working on a draw_area widget, since
	I want to do some graphics programming. If you take a look
	at the examples/testgtk directory it contains a whole bunch
	of unimplemented examples. If you'd like to code one
	just go right ahead. :-)

7/24/98

	I started a GTK_CANVAS class, but I haven't finished it. 
	The handling of events and signals was changed. But the
	code for all signals and events needs to be added.

	Descendants of GDK_EVENT class will handle GDK events - which
	are lower level X-events. Descendants of GTK_COMMAND handle
	Gtk signals. GTK_COMMAND should probably be renamed GTK_SIGNAL
	and the structure of GTK_SIGNAL inheritance tree should be similar to
	GDK_EVENT and its children.
	
	I'm not sure if there should be a class for each event/signal,
	or whether the creation routine for these object should just
	name the event/signal.

11/10/98

	Port to SmallEiffel. There seems to be more interest in the
	SmallEiffel version of this library. 

	richie@netlabs.net


12/27/98

	Done port to SmallEiffel. There seems to be a problem with Cecil
	and callbacks in the GTK_TOOLBAR_COMMAND. I haven't yet decided
	on a good way to deal with the problem. It seems like it's a bug
	in SmallEiffel compiler (version 0.79).

	Next other widgets have to be worked on. I'm planning to steal
	as much code as I can from Francois Pennach and Paul Janzen's
	lib for SmallEiffel.

2/13/99

	The code for callbacks has to be revamped. There is a
	problem with a bug in SmallEiffel's Cecil and the
	callback for GTK_TOOLBARs fail to link.

5/27/99

	Just look through the code for TODO: string and do that. :-)
