// $Id: TODO,v 1.39 2002/02/15 10:46:50 christof Exp $

- Button Shortcuts (_Test)

- replace glademm_support macros (GMM_*) by a struct of widget pointers
	(no longer macros)
	
- fix <std::map.h> (huh)

- Second Ctor Function (for creating/adding widgets, ->toolbar)

- libglade support (for new and fancy widgets)

- wrap Tag around libxml[--]!

- add more gnome widgets
GnomeNumberEntry GnomeDateEdit GnomeCanvas GtkAccelLabel
GnomeCalculator GnomeDruid GnomeDruidPageFinish
GnomeDruidPageStandard GnomeDruidPageStart

- finish Internationalization (both of glademm and it's programs!)
	done for gnome programs

?- Combo's Entry is initialized twice

+? Tooltips on Combos' Entries do not work

- notebook: pages().push_back verwenden

- more flexible way of passing arguments to callback functions
	(type, argument) - are two and more arguments possible?
	
- Look whether we really need a dtor in the foo_glade class

- improve documentation !!!

- replace NeedExplicitCtor by a more decent approach?

- fix the dialogBestaetigen->get_button(1) bug

- replace isInternalMethod by a method which parses SignalHandlerArgs
	first

- implement whether SignalHandlerArgs knows about this signal
	(perhaps return ' ' if unknown - but this is a hack

------------------------------------- old ------------------------

- check whether the default values are correct!

- generate optionmenu (and more) convenience functions 
  (adding/deleting entries)
  
- generate gtk_ostream samples on demand

- flag to generate flat class hierarchy for small (!) examples (no glade
  files and classes)

- I don't like Widget to own a pointer to it's Tag
  there should be a better way ... (is there?)

---------------------------------------------------------------

Notes:
use ACLOCAL_FLAGS ? "-I `aclocal --print-ac-dir`/gnome" ?

