|
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.
Release focus: Major feature enhancements
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.28% (Rank 867)
» Popularity: 7.05% (Rank 420)

(click to enlarge graphs)
Record hits: 66,900
URL hits: 42,623
Subscribers: 171
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.12.0
|
Major feature enhancements |
30-Sep-2007 06:33 |
|
2.4.8
|
Minor bugfixes |
01-Dec-2004 13:12 |
|
2.4.7
|
Minor bugfixes |
04-Nov-2004 09:56 |
|
2.4.6
|
Minor bugfixes |
29-Oct-2004 13:11 |
|
2.4.5
|
Minor bugfixes |
10-Aug-2004 10:09 |
|
2.4.4
|
Minor bugfixes |
02-Jul-2004 17:55 |
|
2.4.3
|
Minor bugfixes |
20-Jun-2004 13:40 |
|
2.4.2
|
Minor bugfixes |
07-Jun-2004 11:12 |
|
2.3.5
|
Minor feature enhancements |
05-Mar-2004 12:19 |
|
2.3.2
|
Minor feature enhancements |
28-Jan-2004 10:56 |
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]
|