Re: [gtk-list] Re: ANNOUNCE: Experimental C++ Wrapper



Karl Nelson <kenelson@ece.ucdavis.edu> wrote:

> The only features gtk-- has are

[...]

>   - STL list interfaces (recent)

Does this mean that I can avoid struggling with manual STL <-> GList
conversion when doing a GtkCList of list<> (or vector<>) types?


> I think that many people are not using gtk-- because of rumors
> of instablity from days long past, foot print models from poor
> compilers, competition between more wrappers than comunitee can
> support, and advice being given by the gtk+ crew/users.  I am
> not sure what gtk-- did to be so dislikely other than use C++ like
> it was designed. ;-)

I use C++ with static call-backs because gtk-- was not stable when I
started my project a year ago. Converting now would effectively be
wasting time since my current solution is working.

The fact that gtk-- is rumored not to work in Windows is one more
reason for me to stay with plain GTK+, though I am not doing any
Windows versions for now.

Also, I am a bit hesitant to depend on even more libraries, and
finally I think the memory foot print looks a bit scary (though this
is hard to measure with shared things, paging, and stuff).

-- 
Regards, Anders



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