automatic checkIn
authorClaus Gittinger <cg@exept.de>
Tue, 19 Oct 2010 17:06:17 +0200
changeset 3949 636df82ad7dd
parent 3948 c77f55c4438a
child 3950 ed9840178c01
automatic checkIn
stx_libwidg2.st
--- a/stx_libwidg2.st	Tue Oct 19 17:06:11 2010 +0200
+++ b/stx_libwidg2.st	Tue Oct 19 17:06:17 2010 +0200
@@ -97,6 +97,11 @@
 !stx_libwidg2 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"
         CharacterSetView
@@ -204,6 +209,7 @@
         LinkButtonController
         LabelAndTwoIcons
         AssistantApplication
+        FilenameWidgetWithoutHistory
     )
 ! !
 
@@ -232,9 +238,9 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.37 2009-10-20 14:13:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.38 2010-10-19 15:06:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.37 2009-10-20 14:13:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.38 2010-10-19 15:06:17 cg Exp $'
 ! !