Re: How do I convert a C++ from gtk to gnome???



Manuel Clos <llanero@jazzfree.com> writes: 
> And how do I connect to callbacks??
>

Use an extern "C" function or static class function (the latter is
technically not allowed but works on all real compilers), pass "this"
as user data and call this->mymethod().
 
> I will do it If I know how to do it. I don't know about wrappers,
> just about little programs. Anyway the problem is that gnome MDI
> can't be wrapped, and it needs to be rewritten in C++ in gnome--.
>

Yeah, this is a problem with GnomeMDI.
 
Havoc




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