Martin Vermeer b751c74fe1 Fix to bug 2325: Mouse click to right of last nestinset in a cell will
position cursor to its left



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13370 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-14 14:47:24 +00:00
..
2006-01-01 20:28:05 +00:00
2004-04-01 10:21:29 +00:00
2006-02-22 12:26:06 +00:00
2005-04-26 11:12:20 +00:00
2005-03-30 09:05:30 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-07-14 22:41:59 +00:00
2005-01-08 20:28:29 +00:00
2005-04-10 14:08:54 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-04-10 14:08:54 +00:00
2003-10-06 15:43:21 +00:00
2006-02-22 12:26:06 +00:00
2004-04-06 19:25:39 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-06-24 08:25:33 +00:00
2004-11-23 23:04:52 +00:00
2004-01-26 10:13:15 +00:00
2004-01-26 10:13:15 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-10-14 10:50:23 +00:00
2005-10-14 10:50:23 +00:00
2006-01-28 22:15:47 +00:00
2005-07-15 10:12:29 +00:00
2004-11-16 20:41:38 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2005-10-05 21:19:32 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2006-02-22 12:26:06 +00:00
2005-06-07 17:21:51 +00:00
2004-11-23 23:04:52 +00:00
2005-01-27 21:05:44 +00:00
2004-11-23 23:04:52 +00:00
2005-01-20 19:30:14 +00:00
2004-11-23 23:04:52 +00:00
2005-10-14 10:50:23 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2003-10-06 15:43:21 +00:00
2003-10-06 15:43:21 +00:00
2004-11-23 23:04:52 +00:00
2004-11-23 23:04:52 +00:00
2004-08-15 21:45:30 +00:00
2004-04-20 08:51:15 +00:00
2005-11-22 13:52:25 +00:00
2005-11-22 13:52:25 +00:00
2001-08-28 13:34:04 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)