[glade--]Re: [gtkmm] Problem with gtkmm handling comboboxes from glade



On Fri, 2001-11-30 at 21:38, Daniel Elstner wrote:
> Am Fre, 2001-11-30 um 18.25 schrieb John Bartelt:
> > On Friday 30 November 2001 07:51 am, you wrote:
> > > Ahh, now I remember that one.
> > > Try if it works after removing the parentheses around items[].
> > 
> > No, it doesn't help. I don't think it has to do with scope, but with 
> > constness.
> > 
> > I had a reply from vadim vk crocodile org saying that he had the same problem 
> > and fixed it by running a perl script on the generated code to change " const 
> > char * const " to " const char * ". I've confirmed that this works.
> > 
> > Now the question: which should be fixed, glademm or gtkmm?
> 
> Certainly gtkmm.  I'll look at it.
> 
> I think we can make this change without breaking the ABI since SArray
> seems to be all inline anyway.  Murray?

I'd rather not risk breaking the ABI, or other code that uses SArray. If
it can be fixed with a change to glademm then that would be better.

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




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