Re: ANNOUNCE: Bakery 2.3.6
Cristian Adam <[email protected]> Tue, 06 Jul 2004 13:05:55 +0300
| Newsgroups | gmane.comp.gnome.gnomemm |
|---|---|
| Message-ID | <[email protected]> |
Murray Cumming wrote: >Bakery is a C++ Framework for creating document-based GNOME applications using >gtkmm. Bakery 2.3.x is for gtkmm 2.4 and libxml++ 2.6 > >- 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. >- Bakery provides default functionality, > which can be easily customized. >- Bakery makes it easy to start developing gtkmm/GNOME applications. >- Bakery gives your application structure. >- Bakery provides useful utility classes. > >Documentation and downloads are available at >http://bakery.sourceforge.net > > This version cannot be found on sourceforge, only on GNOME's ftp: ftp://ftp.gnome.org/pub/GNOME/sources/bakery/2.3/ > >Changes: > >bakery 2.3.7: > >* Document: > - Create new documents with sensible (rather than bizarre) permissions. > - Add parameter to the modified signal, and send it whenever it changes. > > >