|
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: N/A
Changes:
1.0 release test run, fixed namespace problems and some goofs
from 0.99.1.
Author:
Murray Cumming [contact developer]
Homepage:
http://gtkmm.sourceforge.net/
Tar/GZ:
http://prdownloads.sourceforge.net/gtkmm/
Debian package:
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/gtk--.html
Mailing list archive:
http://lists.sourceforge.net/lists/listinfo/gtkmm-main
Trove categories:
[change]
Dependencies:
[change]
GTK+ (Default branch) (required)
Libsigc++ (Ancient 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,912
URL hits: 42,623
Subscribers: 171
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.2.10
|
Minor bugfixes |
15-Jun-2002 18:26 |
|
1.2.9
|
N/A |
09-Apr-2002 18:46 |
|
1.2.8
|
Minor bugfixes |
05-Nov-2001 02:45 |
|
1.2.7
|
Minor feature enhancements |
10-Aug-2001 15:05 |
|
1.2.5
|
Minor feature enhancements |
12-Mar-2001 23:24 |
|
1.2.4
|
Minor bugfixes |
01-Feb-2001 10:11 |
|
1.2.3
|
N/A |
10-Sep-2000 05:02 |
|
1.2.2
|
N/A |
13-Aug-2000 02:06 |
|
1.2.1
|
N/A |
21-May-2000 20:50 |
|
1.2.0
|
N/A |
15-Apr-2000 02:50 |
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]
|