Re: IU

2004-04-07 Thread Angus Leeming
Andre Poenitz wrote: > > My last patch gives us an almost working 'real' \mbox inset for > mathed I.e. creation and editing works, but nothing I/O related. > > The reason for this is that mathed and texted still use different > I/O schemes (I don't mean the format here, but mainly the signatures

Re: IU of button-like insets?

2003-06-12 Thread Andre Poenitz
On Thu, Jun 12, 2003 at 07:52:52PM +, Angus Leeming wrote: > Hmmm. The nice thing about MathNestInset of course is that the data is > stored so: > typedef std::vector cells_type; > cells_type cells_; > so you can take advantage of generic components like the math parser. > >

Re: IU of button-like insets?

2003-06-12 Thread Angus Leeming
Andre Poenitz wrote: > On Thu, Jun 12, 2003 at 10:06:00AM +, Angus Leeming wrote: >> André, >> >> how do you forsee IU of the simple things like "button insets" panning >> out? Will they take a form similar to that in mathed where the inset >> itself derives from MathNestInset and is wrapped

Re: IU of button-like insets?

2003-06-12 Thread Andre Poenitz
On Thu, Jun 12, 2003 at 10:06:00AM +, Angus Leeming wrote: > André, > > how do you forsee IU of the simple things like "button insets" panning out? > Will they take a form similar to that in mathed where the inset itself > derives from MathNestInset and is wrapped in an interface to the outs