Asger Kunuk Alstrup <[EMAIL PROTECTED]> writes: | On Wed, 27 Aug 2003, Andre Poenitz wrote: > >> What would be your basic chunk of data? >> >> "List of Insets"? >> >> What's wrong with giving this concept a name ("Cell")? > | I'm not sure if it helps, but a long time ago, we discussed how to do | this. At that point in time, we agreed that the following structure would | work: > | A document contains a parbox. | A parbox is a list of paragraphs. | A paragraph is a list of chunks and insets. | A chunk is a list of characters. | An inset can contain one or more parboxes. > | A parbox is always rectangular. | A paragraph is always rectangular. | A chunk is a three-box-thing. | An inset is a three-box-thing.
Some data<->view stuff seems to be mixed here. -- Lgb