]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/README
Fix drawing of empty boxes
[lyx.git] / src / mathed / README
index d2ad10a30996b0a4fbf4e7eae70abfaa10a72e08..788181b361ba7a30baab883c816c6ffe6def1d91 100644 (file)
@@ -7,16 +7,16 @@ Inset hierarchy:
                                    MathInset
                                 (abstract base)
 
-                         /            |             \
+                         /            |               \
 
-              Dim                  Char                   MacroArg
+              Dim                  Char               Symbol, Space, ...
          (thing that need       (for things formerly
           the width_/ascent_     known as characters)
           /descent_ cache)
 
           /             \
 
-       Nest              Dots  Func  Space  Symbol Bigop Noglyph
+       Nest              Dots,  Func, ...
   (for thing with
    nested content)
 
@@ -29,9 +29,3 @@ Inset hierarchy:
  Array    Hull
          (base for eqnarray/align/...)
 
-
-
-There are only two "real LyXInsets" in here:
-
-Formula       - containing a pointer to a  MathHullInset
-FormulaMacro  - containing a pointer to a  MathMacroTemplate