|
About:
gtkmm (previously known as Gtk--) is a C++ interface for the popular GUI library GTK+. It provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s framework. Highlights include typesafe callbacks, widgets which are extensible by inheritance, and many classes that can be easily combined to quickly create complex user interfaces.
Author:
Murray Cumming [contact developer]
Homepage:
http://www.gtkmm.org/
Tar/GZ:
http://www.gtkmm.org/download.shtml#stable
Tar/BZ2:
http://www.gtkmm.org/download.shtml#stable
Changelog:
http://mail.gnome.org/[..]nounce-list/2007-September/msg00040.html
CVS tree (cvsweb):
http://svn.gnome.org/viewcvs/gtkmm/trunk/
Bug tracker:
http://bugzilla.gnome.org/
Mailing list archive:
http://www.gtkmm.org/mailinglist.shtml
Trove categories:
[change]
Dependencies:
[change]
glibmm (Default branch) (required)
GTK+ (Default branch) (required)
[download links]
|
|
» Rating:
8.67/10.00
(Rank N/A)
» Vitality: 0.15% (Rank 671)
» Popularity: 7.02% (Rank 410)

(click to enlarge graphs)
Record hits: 64,560
URL hits: 42,336
Subscribers: 173
|
|
Branches
Articles referencing this project
Comments
[»]
Ahh, the joys of C++
by AlpineR - Mar 27th 2000 13:24:15
After getting frustrated with all the C-style mess of Gtk+'s
object-oriented structure, I decided to give Gtk-- a try. I wasn't
expecting it to be very complete or reliable, but it's been pleasantly
surprising. Just as I wished, my programs are now more elegant, more
intuitive, and type errors are caught at compile-time rather than
run-time. The documentation is not too bad (no worse than Gtk+ itself)
and it includes very helpful tutorials and examples.
[reply]
[top]
|