stx_libtool2.st
changeset 2755 fb7d191e108f
parent 2738 10db2dc54f37
child 2786 8f522043f93d
--- a/stx_libtool2.st	Wed Feb 03 11:11:10 2010 +0100
+++ b/stx_libtool2.st	Wed Feb 03 11:11:12 2010 +0100
@@ -77,6 +77,11 @@
 !stx_libtool2 class methodsFor:'description - contents'!
 
 classNamesAndAttributes
+    "lists the classes which are to be included in the project.
+     Each entry in the list may be: a single class-name (symbol),
+     or an array-literal consisting of class name and attributes.
+     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
+
     ^ #(
         "<className> or (<className> attributes...) in load order"
         ColorEditDialog
@@ -111,9 +116,7 @@
         FileSelectionBrowser
         ResourceSelectionBrowser
         UIPainterView
-        (#'Tools::ViewTreeModel' autoload)
-        (#'Tools::ViewTreeApplication' autoload)
-        (#'Tools::ViewTreeItem' autoload)
+        (#'Tools::ViewTreeInspectorApplication' autoload)
         (#'Tools::ObjectModuleInformation' autoload)
         FlyByWindowInformation
         UIListEditor