class: stx_libwidg
authorClaus Gittinger <cg@exept.de>
Sat, 21 Feb 2015 13:09:12 +0100
changeset 5275 ce7b9390336c
parent 5274 36abe2610dd9
child 5276 d7ca8c94d5b7
class: stx_libwidg comment/format in: #documentation
stx_libwidg.st
--- a/stx_libwidg.st	Sat Feb 21 02:39:44 2015 +0100
+++ b/stx_libwidg.st	Sat Feb 21 13:09:12 2015 +0100
@@ -40,8 +40,12 @@
 "
     Package Documentation
 
-    This library contains elementary gui components (widgets), such as Buttons, InputFields,
+    This library contains elementary GUI components (widgets), such as Buttons, InputFields,
     TextEditors, Scrollbars etc.
+
+    All of these widgets are written in 100% pure Smalltalk. They do not depend upon any particular
+    underlying graphic system (by the operating system). 
+    Instead, they build upon the abstraction layer as provided by libview.
 "
 ! !
 
@@ -251,10 +255,10 @@
 !stx_libwidg class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.40 2015-02-21 00:48:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.41 2015-02-21 12:09:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.40 2015-02-21 00:48:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.41 2015-02-21 12:09:12 cg Exp $'
 ! !