Autoload.st
changeset 11951 ad1b5aa67b16
parent 11205 e8543aa62c15
child 12074 30001ba710e9
equal deleted inserted replaced
11950:fa18df7f0e0f 11951:ad1b5aa67b16
   557 
   557 
   558     ^ self doesNotUnderstand:(Message selector:#fromString: argument:aString)
   558     ^ self doesNotUnderstand:(Message selector:#fromString: argument:aString)
   559 !
   559 !
   560 
   560 
   561 inspectorExtraAttributes
   561 inspectorExtraAttributes
       
   562     "extra (pseudo instvar) entries to be shown in an inspector."
       
   563 
   562     ^ #()
   564     ^ #()
   563 !
   565 !
   564 
   566 
   565 inspectorExtraNamedFields
   567 inspectorExtraNamedFields
   566     ^ #()
   568     ^ #()
   922 ! !
   924 ! !
   923 
   925 
   924 !Autoload class methodsFor:'documentation'!
   926 !Autoload class methodsFor:'documentation'!
   925 
   927 
   926 version
   928 version
   927     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.150 2008-10-09 18:53:58 cg Exp $'
   929     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.151 2009-09-16 19:10:46 cg Exp $'
   928 ! !
   930 ! !
   929 
   931 
   930 Autoload initialize!
   932 Autoload initialize!