stx_libtool2.st
changeset 3208 1ce6db31fcdf
parent 3190 a52106100195
child 3220 761b69274dc3
equal deleted inserted replaced
3207:72705f73caec 3208:1ce6db31fcdf
   166     )
   166     )
   167 !
   167 !
   168 
   168 
   169 extensionMethodNames
   169 extensionMethodNames
   170     "lists the extension methods which are to be included in the project.
   170     "lists the extension methods which are to be included in the project.
   171      Entries are 2-element array literals, consisting of class-name and selector."
   171      Entries are pairwise elements, consisting of class-name and selector."
   172 
   172 
   173     ^ #(
   173     ^ #(
       
   174         Image edit
   174     )
   175     )
   175 ! !
   176 ! !
   176 
   177 
   177 !stx_libtool2 class methodsFor:'description - project information'!
   178 !stx_libtool2 class methodsFor:'description - project information'!
   178 
   179