
These examples show how to use the Bakery Document/View framework, or how to just use some parts of it.

WithoutDoc:
- A simple application that does not have documents.
- Like an MFC 'Dialog-Based' Application.

WithDoc:
- An application that can load and save documents.

WithDocView:
- Like WithDoc, but uses Views to simplify the architecture.
- This architecture will probably be suitable for most applications.

WithDocViewComposite:
- Like WithDocView, but the View contains 2 other Views.

WithXmlDoc:
- Like WithDocView, but the Document is in XML format.

WithXmlDocGlade:
- Like WithXmlDoc, but the UI is instantiated with libglade.


FileSelection
- Shows how to use the Bakery::FileSelection, which is like the Gnome::FileSelection,
  but which has a blocking run() method instead of requiring signal handlers.