diff options
author | ade <ade@FreeBSD.org> | 2000-09-13 06:48:25 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-13 06:48:25 +0800 |
commit | 9d5f7231924910135ecacbbd8ab58b17eedf35a6 (patch) | |
tree | 806653c4392dd3861480d67915985e78d3bc001d /x11-toolkits/bakery/pkg-descr | |
parent | 10f02a4e867385af27cc13b689c3a107eb3d2326 (diff) | |
download | freebsd-ports-gnome-9d5f7231924910135ecacbbd8ab58b17eedf35a6.tar.gz freebsd-ports-gnome-9d5f7231924910135ecacbbd8ab58b17eedf35a6.tar.zst freebsd-ports-gnome-9d5f7231924910135ecacbbd8ab58b17eedf35a6.zip |
Bakery is another C++ Framework for creating GNOME applications
using Gtk-- and Gnome--
Diffstat (limited to 'x11-toolkits/bakery/pkg-descr')
-rw-r--r-- | x11-toolkits/bakery/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/bakery/pkg-descr b/x11-toolkits/bakery/pkg-descr new file mode 100644 index 000000000000..f25efbd3f5be --- /dev/null +++ b/x11-toolkits/bakery/pkg-descr @@ -0,0 +1,11 @@ +Bakery is a C++ Framework for creating GNOME applications using +Gnome-- and Gtk--. + +- provides a Document/View architecture, but it doesn't force you to + use the whole architecture. +- provides default functionality, which can be easily customized. +- makes it easy to start developing GNOME applications. +- gives your application structure. +- will provide easy access to GNOME technologies such as Bonobo and GConf. + +WWW: http://bakery.sourceforge.net/ |