priority:
-	gbcio.c: need to evaluate the flag to skip writing of default
-	GB_WIDGET_H_SCROLL_BAR, GB_WIDGET_V_SCROLL_BAR implementation;
	this as well as GB_WIDGET_H_SCALE and GB_WIDGET_V_SCALE requires
	GtkAdjustment.
-	hm, we need an auxillary widget pool for at least:
	gtklabel, gtkadjustment, gtkalignment, gtktooltip widgets.
-	implement functionality for several insertion types in ListTyp
-	make gb_handler_S fields generic.
	also the gb_handler_S*handler_stack field needs to be generic
-	add an input window for signal handler
-	implement config file identification

neccessary:
-	add reparent functionality: unlink a widget from a tree, and add
	it to another tree to another widget.
	this also requires the clipboard (huhu where is the implementation? ;)
-	GB_WIDGET_FILE_SELECTION_BOX
	this needs own linkage type
-	GB_WIDGET_NOTEBOOK
	this needs own linkage type
-	Editor_Window: move basic, linkage and specific stuff into several
	notebook pages
-	lexer: change error messages to warnings, and put out
	chars directly if is_letter(Token)

improvements:
-	implement fast lookup in widget_struct_info() via array index
	BTW: sort the various widget types, key?
-	GtkTooltips; add a string per each widget to add to an aux_Tooltips
-	fold out FIELD_BIT values in written c-source
-	check symbol_name for forbidden characters (Markus Jaschinsky)
-	set mtime and ctime in target files according to the template file

boring:
-	optimize Save_generic_fields() for correct indentation
-	check name consistency of *all* functions.
-	check code for FIXME statements
	BTW: clean up dead code (sure there is some!)
-	update comments and check c2man manuals again
-	add an URL to *.gbc files

wishes:
-	GtkTree
-	we need a template-file description-file ;)
-	templates for gimp-plugins

check:
-	try -x c++ again ;)))
	only the *produced* code from gubi, should be
	c++ compatible!
