$Id: index.html,v 1.55 2003/05/05 12:18:03 christof Exp $
Software available
Unless specified otherwise all software available here is under the GNU General Public License
. German translation available from SuSE.
Gtkmm add-ons
Use cvs to get the latest fixes, I only release an official
tarball here once I feel that the old release is outdated too much.
[do cvs -d
:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login ; cvs -z3 -d
:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co glade-- ; cd glade--
; ./autogen.sh].
-
glademm-2.6.0.tar.gz an extension to glade
and glade-2 (Gtk GUI Builder) to create C++ sources for gtk-- and gtkmm2
(any combination) or skeletons for libglade(mm) based programs.
There is also a user's guide
to using glademm.
The number one problem seems to be that people forget to mark
widgets they want to access as protected or public.
If you have any problems, suggestions etc. please write to the Glade-- mailing list.
See the bottom of this page for two glademm
based example projects.
An executable for MSys and CygWin is here glademm-2.6.0-win.zip.
-
GtkmmAddons
These are now part of 'gtk--addons' at cvs.gnome.org. Check this
location for an more up to date version!
- Gtk2TeX output a CList in TeX style
- Gtkmm_OStream an extension to gtk-- to provide ostream
capabilities to Gtk_List and Gtk_CList.
- SearchCombo an interactive Data entry (search by initials)
- and much more
Examples included, no additional doku available yet.
MAGUS A Midgard (role playing
game) character generating program which uses glade--, GtkmmAddons and
ManuProC_Base .