> 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
> (sigc::mem_fun (
Am Montag, den 12.09.2005, 16:16 +0530 schrieb Surya Kiran Gullapalli:
> 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,
> ===