diff options
author | nyamatongwe <devnull@localhost> | 2000-05-09 14:25:10 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-05-09 14:25:10 +0000 |
commit | 9dc83bac11ca2f7836ff05c28ed787c5b551d441 (patch) | |
tree | dafb8188ba25ec25ad996e69e1f2a1351c325a4e | |
parent | 5d1a4d1dbdaa39bd84383f232445797d451fcf25 (diff) | |
download | scintilla-mirror-9dc83bac11ca2f7836ff05c28ed787c5b551d441.tar.gz |
Updated version numbers and download names.
-rw-r--r-- | doc/Design.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Design.html b/doc/Design.html index 179e1802b..0ca231e8e 100644 --- a/doc/Design.html +++ b/doc/Design.html @@ -48,12 +48,14 @@ library and with limited use of templates. </p> <p> - The currently supported platforms, Windows and GTK+/Linux are fairly similar in many ways. + The currently supported platforms, Windows, GTK+/Linux and wxWindows are fairly similar in + many ways. Each has windows, menus and bitmaps. These features generally work in similar ways so each has a way to move a window or draw a red line. Sometimes one platform requires a sequence of calls rather than a single call. At other times, the differences are more profound. Reading the Windows clipboard occurs synchronously but reading the GTK+ clipboard requires a request call that will be asynchronously answered with a message containing the clipboard data. + The wxWindows platform is available from the <a href="http://wxwindows.org/">wxWindows site</a> </p> <br /> <h3> |