GTK+ Archive

Murray Cumming Hints on Gnome Bindings

As applications based on gtk-python, Gtk# and gtkmm become aplenty, many casual Gnome users find it difficult to install them painlessly as these GTK+ bindings are not part of the default Gnome distribution and they usually don't come with the distro by default. Gtkmm's Murray Cumming is now suggesting that the project creates a GNOME Bindings release set with all the needed libraries and deps in the "package" in a way that makes it easier for both distro maintainers and casual users to install them. If the idea takes off it can be very beneficial for all.

A Beginner’s Guide to Using pyGTK and Glade

The beauty of pyGTK and Glade is they have opened up cross-platform, professional-quality GUI development to those of us who'd rather be doing other things but who still need a GUI on top of it all. Not only does pyGTK allow neophytes to create great GUIs, it also allows professionals to create flexible, dynamic and powerful user interfaces faster than ever before. Read the article at LinuxJournal.

Gtkmm 2.2.5 Released

Gtkmm is a C++ interface for popular GUI library gtk+. gtkmm provides convenient interface for C++ programmers to create graphical user interfaces with Gtk's flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 110 classes that can be freely combined to quickly create complex user interfaces. gtkmm is free software distributed under LGPL. Read the announcement of Gtkmm 2.2.5 here.

gtkmm 2 Released

gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.

Programming for GNOME with C++: Murray Cumming

"If you have followed GNU/Linux for the last few years you know that GNOME has long been a stronghold of C, Perl and Python GUI programming. With Ximian's work on Mono, C# seems also to be a language that will see wide use in GNOME. Sun's involvement should also make Java applications integrate strongly with GNOME. But what about C++? Even in the GNU/Linux and Unix world this language has received many advocates and developers. I sat down with Murray Cumming, lead developer on the gtkmm and gnomemm C++ bindings for GTK+ and GNOME to get some information on the status of C++ development in GNOME." Read the interview at LinuxOrbit.