On Fri, 2004-11-19 at 13:49, Jean-Marc Lasgouttes wrote: > >From the gtk-- reference, it seems that the right type is > GTK::ListStore::Children::size_type, but I understand this is wordy. > > Actually, it makes a big difference in the rest of LyX since > std::size_type is not unsigned int on 64bits architectures (but > unsigned long int). But since gtk-- uses unsigned int > unconditionally for this type, I guess it's up to you, John.
Hmm. Is comparing an "unsigned int" with an "unsigned long int" going to screw things up, or will the compiler handle it? I don't have any experience of these issues. John