On Wed, Aug 27, 2003 at 06:03:06PM +0200, Alfredo Braunstein wrote:
> Andre Poenitz wrote:
> 
> > Ok.. so we have two layers for a Table.
> > 
> > Now, what about a 'collapsable inset'.
> > 
> > Should this be able to contain a simple MathFracInset or should this be
> > wrapped in some kind of container. Like a InsetText^H^H^H Cell?
> 
> I wonder if the whole discussion is not about
> 
> 
> struct cell {
>         Inset * wrapped;

          vector<Inset> wrapped;

>         cell_properties c;
> };
> 
> struct InsetSomething : public Inset
> {
>         <some quantity of cells here>
> };

Mathed.

> vs.
> 
> struct Inset : public cell_properties
> {
>         
> }
> 
> struct InsetSomething : public Inset
> {
>         <some quantity of Insets here>
> }

John.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to