Re: problems with Gtk::ComboBoxText and Gtk::Builder



fre 2011-09-23 klockan 17:51 +0200 skrev Stefano Facchini:
> Il giorno ven, 23/09/2011 alle 16.55 +0200, Kjell Ahlstedt ha scritto:
> > Hi,
> > 
> > No, I don't think you are doing anything wrong. I think the critical
> > message is a result of the problem discussed in the bugs
> > https://bugzilla.gnome.org/show_bug.cgi?id=653579 (gtkmm) and
> > https://bugzilla.gnome.org/show_bug.cgi?id=650369 (gtk+).
> > 
> > You can check, if it helps to add
> >   combo->set_entry_text_column(0);
> >   combo->set_id_column(1);
> > before combo->append("id", "text").
> 
> 
> Yes this workarounds the problem, thank you!
> 
I have added a comment to the gtk+ bug:
https://bugzilla.gnome.org/show_bug.cgi?id=650369#c4




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