30 Apr
2008
30 Apr
'08
10:30 p.m.
On Thu, 01 May 2008 00:23:55 +0200, "Martin (OPENGeoMap)" <martin@...1957...> wrote:
What it´s the best method to new GTK software??
In most cases, avoid C and C++ as much as is practical. Use a higher-level language with GTK bindings and use the object model of the language you choose rather than GObject. You may still need to dip into C occasionally for special functionality, but minimize your use of C or C++. Neither are good languages for application development.
Inkscape is the way it is for historical reasons, not because it represents a good way to build GTK software.
-mental