mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
10 lines
286 B
Text
10 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
|
||
|
|