|
Class: Utilities
Object
|
+--Utilities
- Package:
- stx:libcompat
- Category:
- Compatibility-Squeak
- Version:
- rev:
1.13
date: 2021/01/20 15:01:34
- user: cg
- file: Utilities.st directory: libcompat
- module: stx stc-classLibrary: libcompat
DO NOT DIRECTLY REFER TO THIS CLASS OR USE IT OTHERWISE IN YOUR CODE:
This is a dummy, mimicry class to allow some squeak code to be filed in.
Its protocol is neither complete, nor fully compatible with the corresponding
squeak original class.
copyrightCOPYRIGHT (c) 1999 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
misc
-
bringFlapsToFront
-
-
currentWorld
-
-
informUser: someMessage during: aBlock
-
Utilities informUser:'wait two seconds' during:[Delay waitForSeconds:2]
-
keyLike: aString satisfying: aBlock
-
Return a key like aString that satisfies aBlock. The block should provide a test for acceptability -- typically the test is about whether the key is already in use. aBlock should return a boolean. 8/11/96 sw
miscellaneous
-
getterSelectorFor: aName
-
Utilities getterSelectorFor: #elvis
|