class: stx_libwidg
authorClaus Gittinger <cg@exept.de>
Mon, 29 Jul 2013 09:47:53 +0200
changeset 4663 cd4d1a3e58b3
parent 4662 7f08cca63588
child 4664 f09d5587253f
class: stx_libwidg added: #subProjects comment/format in: #mandatoryPreRequisites #referencedPreRequisites changed: #classNamesAndAttributes
stx_libwidg.st
--- a/stx_libwidg.st	Mon Jul 29 00:20:45 2013 +0200
+++ b/stx_libwidg.st	Mon Jul 29 09:47:53 2013 +0200
@@ -62,14 +62,12 @@
      or classes which are extended by this package.
      This list can be maintained manually or (better) generated and
      updated by scanning the superclass hierarchies
-     (the browser has a menu function for that)
-     However, often too much is found, and you may want to explicitely
-     exclude individual packages in the #excludedFromPreRequisites method."
+     (the browser has a menu function for that)"
 
     ^ #(
-        #'stx:libbasic'    "Notification - superclass of EditTextView::ExecutingMacroQuery "
-        #'stx:libview'    "TopView - superclass of YesNoBox "
-        #'stx:libview2'    "ValueHolder - superclass of MultiSelectionInList "
+        #'stx:libbasic'    "Autoload - superclass of ListViewController "
+        #'stx:libview'    "Controller - superclass of ButtonController "
+        #'stx:libview2'    "Model - superclass of MultiSelectionInList "
     )
 !
 
@@ -82,9 +80,19 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:libbasic2'    "HostNameLookupError - referenced by EditTextView>>babelFishTranslate: "
+        #'stx:libbasic2'    "ActorStream - referenced by TextCollector>>initialize "
         #'stx:libbasic3'    "MessageTally - referenced by Workspace>>spyOnIt "
-        #'stx:libui'    "ScrollableViewSpec - referenced by ScrollableView>>specClass "
+        #'stx:libui'    "ActionButtonSpec - referenced by Button>>specClass "
+    )
+!
+
+subProjects
+    "list packages which are known as subprojects.
+     The generated makefile will enter those and make there as well.
+     However: they are not forced to be loaded when a package is loaded;
+     for those, redefine requiredPrerequisites"
+
+    ^ #(
     )
 ! !
 
@@ -182,6 +190,7 @@
         VistaToolbarIconLibrary
         MenuEvent
         Windows8ToolbarIconLibrary
+        DialogConfirmationRequest
     )
 !
 
@@ -231,10 +240,10 @@
 !stx_libwidg class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.33 2013-03-13 16:05:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.34 2013-07-29 07:47:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.33 2013-03-13 16:05:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.34 2013-07-29 07:47:53 cg Exp $'
 ! !