// $Id: TODO,v 1.18 1998/09/24 13:21:41 cvs_christof Exp $

-file breaking stuff

-add more widgets, configure them!

- doku

- check whether the default values are correct!

- write a routine/iterator which traverses a widget tree and 
  reports all contained widgets

- use iterators to redesign the TestSubwidgets stuff

- optionMenu, entry, text ignore contents

- the writers get more ugly and ugly

- see glade-- options

IDEAS:
- flag for generating parent pointers & friend (parent)
  (this is not pure OO design, so it'd not be on by default)
  
- redesign the Writer-API for clear distinction of: 
	(currently mostly a dirty hack)
	- code within this widget's class
	- code within the parent's class

- put to work with gcc 2.7:
  needs 'fstream', omit all exception handling (#define throw(...) ), ...?
  volunteers please!
  It's not hard, I'd offer help. It's simply not on my task list.
  
  You might even vote for an gcc 2.7 port. If there are more than four
  users demanding this, I'll start it (though there are good reasons that
  you should upgrade, since you're developing C++).
  
  mailto:christof.petig@wtal.de?subject=I_vote_for_glademm_on_gcc_2_7

- export Makefile or Makefile.am on choice
