ANNOUNCE: Inti-1.0 Beta3



Application
===========

Inti-1.0 Beta3

Description
===========

The Integrated Foundation Classes, are a set of C++ classes for
developing Gnome and GTK+ applications on UNIX-like systems such as
Linux. They are designed to work nicely with the GNU toolchain and take
advantage of the standard C++ features provided by the GNU compiler.
Currently there are two modules, the core application development
platform Inti and a binding for the Gnome Configuration System Inti-GConf.

Inti combines the power of GTK+ and the power of C++ into a
state-of-the-art GUI toolkit that makes developing applications easy,
intuitive and efficient. There are more than 330 classes that wrap most
of the objects found in the ATK, GDK, GDK-PIXBUF, GLIB, GTK and Pango
libraries. It has its own system of signals and slots which make using
native GTK signals or creating your own signals easy. There is a
standard string compatible UTF-8 string class, a full set of simple
example programs, a C++ version of the GTK+ demonstration program and an
extensive tutorial.


Enhancements
============

- More doxygen reference documentation added to the header files.
- Minor code cleanups

Fixes
=====

- Fixed the G::Property declarations for "object arguments" derived
from G::Object. Now the use of properties will compile correctly.

- Changed Gtk::SelectionData's inheritance. Now it derives from
G::Boxed. This prevented a memory leak picked up in the
Gtk::Clipboard::wait_for_contents() method.

- removed set(glong) and set(gulong) methods from G::Value. The glong
and gulong arguments caused an "already defined" compiler error on 64 bit machines. This occurred because on these machines a long is 64 bits. That meant that glong/gulong were the same as gint64/guint64.


Download
========

http://prdownloads.sourceforge.net/inti/inti-1.0-beta3.tar.gz?download


The Inti Development Team.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]