
Bakery
----------

This is a C++ Application Framework for use with Gnome--.
It provides a Document-View architecture, but does not force you to use all of that functionality.

It also contains the following useful widgets:
- Bakery::FileSelection:
  A FileSelection dialog that blocks until run() returns,
  instead of requiring several inter-dependent signal handlers.

The header files contain useful comments - I will make an overview document from these at some time. In the meantime, look at the examples, starting with the simplest first. See the examples README.

See http://bakery.sourceforge.net

Dependencies:
-------------

GTK+ 1.2.8
Gtk-- 1.2.5
Gnome-- 1.1.5

