Re: Glib::SignalProxy<T> and emit()?



On Wed, 2005-06-01 at 21:51 +0200, Matthias Kaeppler wrote:
> I noticed that the SignalProxy classes don't have an emit() method. How 
> am I supposed to fire an event then?
> I tried converting the proxy to a normal sigc::signal, but no luck.

You rarely need to emit GTK+ signals (not your own signals). If you
think you do then you maybe want to call one of the signal-emitting
methods, or some other method that more directly does what you want to
achieve. More details would help.

However, if you really want to, you can use the C API to emit the
signal.

-- 
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]