On 01-Oct-2001 Jean-Marc Lasgouttes wrote:
> I just mean that Inset already has a virtual method named width() and
> it is confusing to add a new method to an inset child with different
> semantics (though related).
Got it now, yes we should change name in this case!
Jürgen
--
-._-._-
On 01-Oct-2001 Jean-Marc Lasgouttes wrote:
> To shut off warnings?
What warnings?
> Because width is not the same as width? [one is in pixels, the
> other is a string]
Well no, one is to set the with_ string and the other returns it. And it's
done as in a lot of other classes, so why does thi
On 01-Oct-2001 Jean-Marc Lasgouttes wrote:
> string const & width() const;
> ///
> void width(string const &);
>
> I can see what the difference between these two notions of 'width',
> but it would be better to rename the second one, IMO.
Why rename it???
Jürge