libs-steptalk/Documentation/Modules.txt
Stefan Urbanek aeb3d5bea6 Added Modules.txt
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15316 72102866-910b-0410-8b05-ffd578937521
2002-12-21 22:15:18 +00:00

40 lines
1.1 KiB
Text

Modules
-------
Here is a brief list of available modules and list of what they provide.
To load a module use: Environment loadModule:'moduleName' or put name of a
module into a Modules list into a scripting environment you use, like:
~/.../Library/StepTalk/Environments/My.stenv
{
Use = (Foundation);
Modules = (moduleName);
}
Foundation
- public Foundation/gnustep-base classes
- extern variables, like exception and notification names
AppKit
- public AppKit/gnustep-gui classes
- extern variables
ObjectiveC
- object named 'Runtime'
methods:
- classWithName:string
- nameOfClass:class
- selectorsContainingString:
returns an array of selectors that contain specified string
- implementorsOfSelector:
returns an array of all classes that implement specified
selector
- additions to NSObject
+ instanceMethodNames
- methodNames
+ methodNames
+ instanceVariableNames