On Tuesday 13 September 2005 11:19, Surya Kiran Gullapalli wrote:
> Hi,
> I've recently updated gnome 2.10 to 2.12, and my small application,
> which was using old gtkmm, now not working.
>
> Thanks to sigc in this respect.
>
> I've this function call for CellRendererText,
> ==================
> signal_edited ().connect (sigc::bind<Gtk::Widget&>
>            (sigc::mem_fun (*this, &CXCellRendererText::editing_over),
> widget)) ;
> ===================
> where widget is Gtk::Widget&.
>
> The compile error i'm getting is

I you bind a Gtk::Widget*, presumably that would work?

Chris

_______________________________________________
libsigc-list mailing list
libsigc-list@gnome.org
http://mail.gnome.org/mailman/listinfo/libsigc-list

Reply via email to