small STk 3.1 autoload bug
This line in Tk-classes.stklos
(autoload "Canvas.stklos" <Canvas> <Canvas-group> <Arc>
<Bitmap-item> <Line>
<Oval> <Polygon> <Rectangle> <Text-item>
<Window>)
should read like this instead
(autoload "Canvas.stklos" <Canvas>)
(autoload "Canvitem.stklos" <Canvas-group> <Arc> <Bitmap-item> <Line>
<Oval> <Polygon> <Rectangle> <Text-item>
<Window>)
Otherwise, the autloading of classes like <rectangle> doesn't happen properly.
Rob DeLine
Received on Thu Aug 01 1996 - 23:17:59 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST