Re: forwarding a signal



On Wed, 02 Aug 2006 07:15:30 -0600
"Timothy M. Shead" <tshead k-3d com> wrote:

Hello

> Add a public function to your class:
> 
> sigc::connection AxeWidget::connect_change_signal(const
> sigc::slot<void>& Slot)
> {
>   return m_spinbutton.signal_value_changed().connect(Slot);
> }

I do not get the picture here.
How can I obtain my AxeWidget::signal_value_changed() with this function

Thanks

Fred

PS: Excuse me but I am a novice with gtkmm, So I do not understand all the signal subtilities.



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