home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / readme / fileins / rtpkging.fx1 < prev    next >
Encoding:
Text File  |  1995-10-24  |  367 b   |  12 lines

  1. AbtPromptersAppWithUI becomeDefault!
  2. (AbtPromptersAppWithUI respondsTo: #asScratch) 
  3.     ifTrue:[ AbtPromptersAppWithUI asScratch]!
  4.  
  5. !AbtPromptersAppWithUI class privateMethods !
  6.  
  7. packagingRulesFor: aPackagedImage
  8.     "Define rules for the given packaged image."
  9.  
  10.     aPackagedImage initializeToNilClassVariable: 'AbtIcons' inClass: AbtExtendedMessagePrompter.
  11. ! !
  12.