Re: Forming reference to reference

2005-09-12 Thread Murray Cumming
> 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 (

Re: Forming reference to reference

2005-09-12 Thread Sean Farrell
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, > ===