/[alph]/alph/doc/alphimpl.rst
ViewVC logotype

Diff of /alph/doc/alphimpl.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by humppake, Mon May 26 11:19:24 2003 UTC revision 1.5 by humppake, Wed May 28 09:43:11 2003 UTC
# Line 27  Text spans Line 27  Text spans
27    
28      class TransientTextScroll      class TransientTextScroll
29          jlink          jlink
30        ---
31        horizontally(50, hor_c, TextSpan, TextScrollBlock);
32        horizontally(50, hor_d, StdTextSpan, PermanentTextScroll, TransientTextScroll);
33        vertically(50, ver_c, TextSpan, StdTextSpan);
34    
35  URN5 text spans  URN5 text spans
36  ===============  ===============
# Line 48  without having to worry about the text b Line 52  without having to worry about the text b
52      class TextSpan "interface"      class TextSpan "interface"
53          jlink          jlink
54    
55      class URNSTextSpan      class URNSTextSpan URN5TextSpan
56          jlink          jlink
57          inherit TextSpan          inherit TextSpan
58        ---
59  XXX URNS should be URN5 in the above diagram!!!      vertically(50, ver_c, TextSpan, URNSTextSpan);
   
60    
61  Fake text spans  Fake text spans
62  ===============  ===============
# Line 72  references. Line 75  references.
75      class FakeTextSpan      class FakeTextSpan
76          jlink          jlink
77          inherit TextSpan          inherit TextSpan
78        ---
79        vertically(50, ver_c, TextSpan, FakeTextSpan);
80    
81  Fake spans are similar to URN5 spans, except that they have *no*  Fake spans are similar to URN5 spans, except that they have *no*
82  IDs. They are therefore somewhat cheaper but lose the ability  IDs. They are therefore somewhat cheaper but lose the ability

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26