home *** CD-ROM | disk | FTP | other *** search
- " mix and match from test1 and test3 "
-
- _AddSlotsIfAbsent: (| myview. |)
- viewManager shutdown
- myview: aa view copy
- myview debugFlag: true
- myview name: 'An Algebra assistant named AA'
- myview area: (5@26)##(500@@500)
- myview realise
- myview map
- myview debugFlag: true
-
- _AddSlotsIfAbsent: (| foo. bar. baz. hunk. junk. |)
-
- foo: aa boites vboite copy
- bar: aa symbols symbolNamed: 'alpha' copy
- baz: aa symbols symbolNamed: 'beta' copy
- foo addEnd: bar
- foo addEnd: aa boites hline copy thickness: 3
- foo addEnd: baz
- foo fixUpFonts: myview
- foo makeRequiredSizes
- foo printLine
-
- myview equationBoites: foo
- myview redraw
-
-
-
-
-
-
-
-
-
-
-