
Bakery is a c++ framework for creating gtk+ or gnome applications using gtkmm and gnomemm.
* bakery provides a document/view architecture, but it doesn't force
you to use the whole architecture.
* bakery can use xml as a document storage format, if you like. but
it doesn't force you to use the whole architecture.
* bakery provides default functionality, which can be easily
customized.
* bakery makes it easy to start developing gnome applications.
* bakery gives your application structure.
* bakery contains a few utility classes.
the main bakery library provides gtkmm-based app classes for the gui-independent app, document and view classes. the bakery_gnomeui extension library provides libgnomeuimm-based app classes instead, for creating full gnome applications.
this package contains development files.