|
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:
Several new Gdk and Atk methods were added. This
is the last release before the 2.5/2.6 API freeze.
Author:
Murray Cumming [contact developer]
Homepage:
http://www.gtkmm.org/
Tar/GZ:
http://www.gtkmm.org/download.shtml
Tar/BZ2:
http://www.gtkmm.org/download.shtml
Changelog:
http://www.gtkmm.org/download.shtml
RPM package:
http://www.gtkmm.org/download.shtml
Debian package:
http://www.gtkmm.org/download.shtml
Mailing list archive:
http://www.gtkmm.org/mailinglist.shtml
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.67/10.00
(Rank N/A)
» Vitality: 0.32% (Rank 766)
» Popularity: 7.04% (Rank 415)

(click to enlarge graphs)
Record hits: 65,739
URL hits: 42,502
Subscribers: 173
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.5.4
|
Minor feature enhancements |
06-Jan-2005 15:08 |
|
2.5.3
|
Minor feature enhancements |
20-Dec-2004 14:55 |
|
2.5.2
|
Minor feature enhancements |
06-Dec-2004 11:16 |
|
2.5.1
|
Major feature enhancements |
15-Nov-2004 09:55 |
|
2.5.0
|
Major feature enhancements |
17-Sep-2004 06:27 |
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]
|