GNU Smalltalk Simple Browser NOTES The simple browser is a quickie implementation of a Smalltalk class browser that I created to test out and demonstrate the capabilities of BLOX. Please not that this is *not* the "real" Smalltalk class browser; we are still removing any potential similarities between it and ParcPlace's so they don't sue us (no joke :-( ). It's meant to be useful, fun, and kind of a taste of things to come. It is not complete by any stretch of the imagination, so please don't be too concerned if your favorite browser feature is missing from this simple browser. SETTING UP To set up the simple browser, first do: gst -Viq Blox.st BBrowser.st Then, and each time you want to start the browser, do: gst -Vq r.st This will bring up the Xt based simple class browser. The right mouse button (with standard mouse button assignments normally) brings up a menu for the selected list item. Have fun! Steve