Squeak Documentation

Martin Pammer mpammer at vrz.net
Thu Jun 4 10:50:24 UTC 1998


Hello Squeakers

Is there a way to extract the following information for a class categorie ?

for all classes in categorie
     class definition
     class comment
     class protocol

Morphic-Kernel
-----------------------
Morph
----------
instanceVariableNames: bounds owner submorphs fullBounds color eventHandler
 properties costumee
classVariableNames: EmptyArray
poolDictionaries: <none>

comment:
-----------------
A morph (from the Greek "shape" or "form") is an interactive graphical
object.

initialization
------------------
initialExtent
initialize
openInMVC
openInWorld
     "Add this morph to the world.  If in MVC, then provide a Morphic
window for it."
standardPalette
     "Answer a standard palette forced by some level of enclosing
presenter, or nil if none"
....
accessing
----------------
eventHandler
eventHandler: anEventHandler
     "Note that morphs can share eventHandlers and all is OK.  "
rotationDegrees
....

and so on. Has anyone done this already ? If not, I will try to make it ba
myself.

Any suggestions ?

With best regards

Martin Pammer
VRZ Informatik
mpammer at vrz.net





More information about the Squeak-dev mailing list