Re: [gtkmm] Re: [sigc] Imminent libsigc++ 1.2 API freeze



On Wed, 2002-07-24 at 19:21, Jarek Dukat wrote:
> > So everybody thinks that libsigc++ 1.2 is perfect? No problems? Ready
> > for API freeze?
> 
> I suggest to add one more binder for such usage:
> 
> bool Foo::foo();
> void Bar::bar(SigC::Slot0<void>);
> 
> ...
>   bar_obj->bar(SigC::bind_no_return(SigC::slot(foo_obj, &Foo::foo)));
> ...
> 
> I think it would be quite useful

I think SigC::RetType does that.

-- 
Murray Cumming
murrayc usa net
www.murrayc.com




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