$Id: TODO,v 1.12 2000/01/04 01:01:50 kenelson Exp $


---------------
These are some of the things that should be done before
releasing an alpha--devel-version, or even a complete release.
---------------

- Gnome_MessageBox, the gnome_message_box_construct() function from
  gtk+ is still missing.

- Get some of the default-documentation in shape.
  AUTHORS, README*, ChangeLog, Gtk--FAQ, NEWS, ...
  Clean up directory structure. (partial)

- Get the dist format shipping the gtkmmproc built wrappers in such
  a way that they don't need to be rebuilt for cross compiles or others
  where the C++ compiler is not available for compiling Yacc/Lex programs.
  The whole dist procedure in gtk-- is very broken, to the point
  that it is barely working. (partial)

  (Another solution comes to mind which would save space.  We can
  add a --enable-native-compiler=?  option to configure.  This would
  allow cross compilers to name the local compiler for making "local"
  gtkmmproc and compile the rest with the cross compiler.)

- The tutorial needs to be included. Should search for sgml2html
  tools and build the html where available. (partial)

- Merge gdk-- and gnome-- into docgen.

- Gtk::RadioMenuItem is broken because gtk_radio_menu_item_set_group
  does not work at all.

- Gtk::Accelerators don't work.  Need to see about building paths
  and calling gtk_item_factory_add_foreign


---------------
These todo's have no critical deadline by now.
---------------
- Convert some more of the examples.

- make gnome-- examples' Makefiles rely on example.conf

---------------
These todo's are scheduled after the final gtkmm 1.2 release.
---------------
- The complete wrapper for Gtk_TearOffMenuItem is missing
- CTree and CList need rework.
- Set/Get args replacement.  


