mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-19 09:50:43 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13769 72102866-910b-0410-8b05-ffd578937521
9 lines
286 B
Text
9 lines
286 B
Text
Object Finders
|
|
--------------
|
|
|
|
STEnvironment provides mechanisms for named objects. Object finders are objects
|
|
that will find an object by a name. The lookup is as follows:
|
|
|
|
1. look for object in environment's object pool
|
|
2. look for object using all environment's finders
|
|
|