]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/README
Drag'n'Drop works in a basic form
[wxWidgets.git] / user / wxLayout / README
index bedb164c7130a2dedd7dd3ca07031e3a45fb81f0..5539268bc7dac5936ee0489c21b5a84c9756f4ad 100644 (file)
@@ -3,13 +3,14 @@ README for wxLayout classes
 ---------------------------
 
 All the source in this directory is copyrighted under the
 ---------------------------
 
 All the source in this directory is copyrighted under the
-LGPL (GNU LIBRARY PUBLIC LICENSE), by Karsten Ballueder <ballueder@usa.net>.
+GPL (GNU GENERAL PUBLIC LICENSE), version 2,
+by Karsten Ballueder <ballueder@usa.net>.
 
 
 This is still work in progress, so if you want to make any significant
 changes, please get in touch with me before.
 
 
 
 This is still work in progress, so if you want to make any significant
 changes, please get in touch with me before.
 
-There are three building blocks for richt text editing:
+There are three building blocks for rich text editing:
 
 wxllist :
 
 
 wxllist :
 
@@ -40,7 +41,6 @@ linebreaks) and export of objects, text or html.
 Planned for the future is an html parser for importing html.
 
 
 Planned for the future is an html parser for importing html.
 
 
-
 wxLayout.cpp is a simple test program. It will export Text and HTML to
 stdout and demonstrate some of the features and bugs of wxLayoutList.
 
 wxLayout.cpp is a simple test program. It will export Text and HTML to
 stdout and demonstrate some of the features and bugs of wxLayoutList.