|
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: Minor feature enhancements
Changes:
The build problem with gcc 3.2.2 was fixed. The
new methods were wrapped on Win32. Some more
improvements were made to the documentation.
Author:
Murray Cumming [contact developer]
Homepage:
http://www.gtkmm.org
Tar/GZ:
http://sourceforge.net/project/showfiles.php?group_id=1161
Mailing list archive:
http://www.gtkmm.org/mailinglist.shtml
Mirror site:
http://gtkmm.sourceforge.net/
Trove categories:
[change]
Dependencies:
[change]
Libsigc++ (Old branch) (required)
[download links]
|
|
» Rating:
8.67/10.00
(Rank N/A)
» Vitality: 0.28% (Rank 872)
» Popularity: 7.05% (Rank 420)

(click to enlarge graphs)
Record hits: 66,911
URL hits: 42,623
Subscribers: 171
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.2.9
|
Minor bugfixes |
05-Mar-2004 12:18 |
|
2.2.8
|
Minor feature enhancements |
30-Sep-2003 14:15 |
|
2.2.7
|
Major bugfixes |
23-Aug-2003 14:05 |
|
2.2.6
|
Major feature enhancements |
21-Aug-2003 14:11 |
|
2.2.5
|
Minor bugfixes |
22-Jul-2003 09:50 |
|
2.2.3
|
Major bugfixes |
23-May-2003 09:30 |
|
2.2.2
|
Minor bugfixes |
21-May-2003 07:21 |
|
2.2.1
|
Major feature enhancements |
15-Mar-2003 21:34 |
|
2.2.0
|
Minor feature enhancements |
08-Jan-2003 21:11 |
|
2.1.3
|
Minor feature enhancements |
01-Jan-2003 19:05 |
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]
|