John Levon wrote: > On Tue, Sep 02, 2003 at 08:36:30PM +0200, Alfredo Braunstein wrote: > >> > what sort of bool and where from, under which circumstances ? >> >> bool = "if there is a choice, put me on the next row" > > Hmm, we could pass in a row iterator to say which row the cursor must be > placed. That would work I think, but there a lot of places to fix up ...
I think that a bool is better: setCursor does the job of dealing with rows anyway, and we can default to false if the caller is not interested in specifying it. PS: what is the policy we want? Alfredo