|
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 bugfixes
Changes:
The TreeView::append_editable() method now works for bool columns. A rare lifetime segfault and some refcounting issues were fixed.
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
Trove categories:
[change]
Dependencies:
[change]
GTK+ (Default branch) (required)
Libsigc++ (Old branch) (required)
[download links]
|
|
» Rating:
8.67/10.00
(Rank N/A)
» Vitality: 0.28% (Rank 871)
» Popularity: 7.05% (Rank 420)

(click to enlarge graphs)
Record hits: 66,889
URL hits: 42,622
Subscribers: 171
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.0.2
|
Minor bugfixes |
05-Dec-2002 13:32 |
|
2.0.1
|
Minor bugfixes |
16-Nov-2002 14:00 |
|
2.0.0
|
Major feature enhancements |
01-Nov-2002 13:47 |
|
1.3.26
|
Minor feature enhancements |
18-Oct-2002 00:11 |
|
1.3.24
|
Major bugfixes |
09-Oct-2002 10:25 |
|
1.3.23
|
Minor feature enhancements |
16-Sep-2002 18:26 |
|
1.3.21
|
Minor bugfixes |
18-Aug-2002 14:42 |
|
1.3.20
|
Minor feature enhancements |
14-Aug-2002 15:04 |
|
1.3.19
|
Minor feature enhancements |
06-Aug-2002 18:11 |
|
1.3.18
|
Major feature enhancements |
14-Jul-2002 18:25 |
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]
|