class: stx_libview
authorClaus Gittinger <cg@exept.de>
Sat, 21 Feb 2015 13:08:24 +0100
changeset 6784 8272fd4450b1
parent 6783 913bd69b58c8
child 6785 7babceb91298
class: stx_libview comment/format in: #documentation
stx_libview.st
--- a/stx_libview.st	Sat Feb 21 12:57:08 2015 +0100
+++ b/stx_libview.st	Sat Feb 21 13:08:24 2015 +0100
@@ -46,6 +46,10 @@
     It does not contain medium level widget classes or applications/tools,
     but instead provides a device- and operating system independent layer on top of which
     GUI frameworks can be built.
+
+    It currently supports X11 and Windows-API. 
+    Native OSX support may be an option if there is sufficient demand for it 
+    (i.e. someone is willing to pay for its development).
 "
 ! !
 
@@ -466,10 +470,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.81 2015-02-21 11:57:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.82 2015-02-21 12:08:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.81 2015-02-21 11:57:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.82 2015-02-21 12:08:24 cg Exp $'
 ! !