Martin Vermeer wrote:

> Here it is... works for me. All of parbox/minipage and all the
> fancybox standard boxes implemented. (And yes Jean-Marc, you *can*
> draw a square frame around something :-)
> 
> For your benevolent consideration :-)

Why is their a Params::write and no Params::read?

+void InsetBox::write(Buffer const & buf, ostream & os) const
+{
+       params_.write(os);
+       InsetCollapsable::write(buf, os);
+}
+
+
+void InsetBox::read(Buffer const & buf, LyXLex & lex)
+{
+       InsetCollapsable::read(buf, lex);
+       setButtonLabel();
+}


Angus

ps. Is this the thing that the Angler sits on?

Reply via email to