Re: gtk+ or gtk-- ?
- From: Jonathan Irwin <jmi25 cam ac uk>
- To: <xdufresne gmx fr>
- Cc: <gtk-app-devel-list gnome org>
- Subject: Re: gtk+ or gtk-- ?
- Date: Thu, 17 May 2001 20:38:11 +0100 (BST)
On Thu, 17 May 2001 xdufresne gmx fr wrote:
<...>
I want to write a prog using OpenGL and OpenCascade. As OpenCascade is a C++
library, is it better to use gtk-- ?
Which is the more stable, the more easy to use, the lighter, gtk+ or gtk-- ?
What's your opinion about these two versions of gtk ?
<...>
They aren't really 'versions' as such, GTK-- is a wrapper around GTK+.
Hence it follows that GTK+ is 'lighter' because it doesn't include the
extra wrapper bits that GTK-- does. However, I don't think there is a
great deal of difference in speed or 'weight' between the two.
I personally much prefer using GTK+ (I really dislike C++), and I expect
most people on this list will prefer GTK+ (it is after all a GTK+ list).
Asking the same question on the GTK-- devel list will probably get the
opposite response.
The problem with interfacing with libraries written in C++ is that one
has to use C++ to do it. GTK-- may be the better solution for this
reason. On the flip side, GTK-- (and libsigc++ which it requires) are
extra dependencies for your app which users might not want to download.
I would suggest playing with each from within a C++ program.
Jonathan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]