Re: forwarding a signal



> On Wed, 2 Aug 2006 13:23:46 +0200 (CEST)
> "Murray Cumming" <murrayc murrayc com> wrote:
>
>> This appendix in the gtkmm book explains how to do it so that it's
>> similar
>> to a gtkmm signal:
>
> ok so in the book we have how to create a signal using the sigc++ library.
> nothing about using the Glib::SignalProxy<...> as in most of the gtkmm
> library.
>
> Can you explain the procedure with the SignalProxy ?

The SignalProxy is for wrapping GTK+ signals in the style of a libsigc++
signal. If you are not wrapping an existing GTK+ signal then it's easier
to just use libsigc++ directly. This is mentioned in that appendix, though
maybe it could be clearer.

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]