Re: [gtkmm] Signal wrappers



On Sun, 2004-07-11 at 11:48 +0400, Max Vasin wrote:
> I'm now working wrapping gtkmozembed, the wrapper is mostly complete
> (i.e. nearly all interfaces are wrapped - except internal).

Excellent. Well done.

>  Now I have 
> one problem: gtkmozembed defines a signal as
> void new_window(GtkMozEmbed** new_wc, ChromeFlags chrome_flags)
> but I would like it to be (WebControl class wraps GtkMozEmbed)
> WebControl* new_window(ChromeFlags chrome_flags)
> What is the best way to accomplish the task?

It is not at all clear why or how you would want to do that. Also, are
you sure that it is a signal rather than just a vfunc? If you put code
online then I can be more helpful.

-- 
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com




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