stx_libwidg2.st
changeset 6085 3855043eac71
parent 5940 d01a706522d7
equal deleted inserted replaced
6084:5ecaeb8b7e5f 6085:3855043eac71
   112      This method is generated automatically,
   112      This method is generated automatically,
   113      by searching all classes (and their packages) which are referenced by my classes."
   113      by searching all classes (and their packages) which are referenced by my classes."
   114 
   114 
   115     ^ #(
   115     ^ #(
   116         #'stx:libui'    "ComboBoxSpec - referenced by ComboBoxView>>specClass"
   116         #'stx:libui'    "ComboBoxSpec - referenced by ComboBoxView>>specClass"
   117     )
       
   118 !
       
   119 
       
   120 subProjects
       
   121     "list packages which are known as subprojects.
       
   122      The generated makefile will enter those and make there as well.
       
   123      However: they are not forced to be loaded when a package is loaded;
       
   124      for those, redefine requiredPrerequisites."
       
   125 
       
   126     ^ #(
       
   127     )
   117     )
   128 ! !
   118 ! !
   129 
   119 
   130 !stx_libwidg2 class methodsFor:'description - compilation'!
   120 !stx_libwidg2 class methodsFor:'description - compilation'!
   131 
   121