Re: reset and resetPosition Methods on Layout Managers

2007-12-14 Thread Vincent Hennebert
I finally removed them, rev. 604171. Vincent Simon Pepping wrote: > On Wed, Aug 08, 2007 at 12:00:08PM +0100, Chris Bowditch wrote: >> Vincent Hennebert wrote: >> >>> Hi all, >>> There???s something quite strange in the layout code that I suspect comes >>> from the pre-Knuth era. >> Yes I think

Re: reset and resetPosition Methods on Layout Managers

2007-08-13 Thread Simon Pepping
On Wed, Aug 08, 2007 at 12:00:08PM +0100, Chris Bowditch wrote: > Vincent Hennebert wrote: > >> Hi all, >> There???s something quite strange in the layout code that I suspect comes >> from the pre-Knuth era. > > Yes I think you are right. > >> AbstractLM defines a reset method that among other thi

Re: reset and resetPosition Methods on Layout Managers

2007-08-08 Thread Chris Bowditch
Vincent Hennebert wrote: Hi all, There’s something quite strange in the layout code that I suspect comes from the pre-Knuth era. Yes I think you are right. AbstractLM defines a reset method that among other things calls resetPosition on children LMs. If you search for references to this

reset and resetPosition Methods on Layout Managers

2007-08-07 Thread Vincent Hennebert
Hi all, There’s something quite strange in the layout code that I suspect comes from the pre-Knuth era. AbstractLM defines a reset method that among other things calls resetPosition on children LMs. If you search for references to this reset method, you find out that it is only called within r