From 7fa23c09cdf8b4cbccf730a6e53c7688f79d250b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Mar 2004 00:15:45 +0000 Subject: [PATCH] Regenerated ReST docs, removed the config setting that outputs the generated date so these will change less often. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/BUILD.html | 4 -- wxPython/docs/CHANGES.html | 6 +-- wxPython/docs/INSTALL.html | 4 -- wxPython/docs/PyManual.html | 10 ++--- wxPython/docs/README.html | 4 -- wxPython/docs/wxPackage.html | 10 ++--- wxPython/docs/wxPythonManual.html | 62 +++++++++++++++---------------- 7 files changed, 36 insertions(+), 64 deletions(-) diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html index 8134625b8e..6b64bdd174 100644 --- a/wxPython/docs/BUILD.html +++ b/wxPython/docs/BUILD.html @@ -324,9 +324,5 @@ python demo.py - - diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index cb93d3d182..925281bb3c 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -11,7 +11,7 @@

CHANGES.txt for wxPython

-

2.5.1.2

+

2.5.1.3

(See also the MigrationGuide.txt file for details about some of the big changes that have happened in this release and how you should adapt your code.)

@@ -1242,9 +1242,5 @@ version segfault shortly after starting up.

- - diff --git a/wxPython/docs/INSTALL.html b/wxPython/docs/INSTALL.html index 0aa8a246c2..1867d8ae36 100644 --- a/wxPython/docs/INSTALL.html +++ b/wxPython/docs/INSTALL.html @@ -134,9 +134,5 @@ copy %WXWIN%\lib\vc_dll\wx*h_*.dll c:\Python23\Lib\site-pacakges\wx - - diff --git a/wxPython/docs/PyManual.html b/wxPython/docs/PyManual.html index 5469646b4d..6ebdc01b38 100644 --- a/wxPython/docs/PyManual.html +++ b/wxPython/docs/PyManual.html @@ -7,7 +7,7 @@ The Py Manual - + @@ -25,9 +25,9 @@ Organization: Orbtech Date: -2004-02-04 +2004-03-26 Revision: -1.3 +1.4
@@ -698,9 +698,5 @@ needed. PyCrust had to happen...

- - diff --git a/wxPython/docs/README.html b/wxPython/docs/README.html index 7b37cfa50a..c7c5505fdb 100644 --- a/wxPython/docs/README.html +++ b/wxPython/docs/README.html @@ -58,9 +58,5 @@ Robin Dunn robin@alldunn.com

- - diff --git a/wxPython/docs/wxPackage.html b/wxPython/docs/wxPackage.html index e6c1ee9d01..8969840b20 100644 --- a/wxPython/docs/wxPackage.html +++ b/wxPython/docs/wxPackage.html @@ -8,7 +8,7 @@ - + @@ -28,9 +28,9 @@ Organization: Orbtech Date: -2004-02-04 +2004-03-26 Revision: -1.3 +1.4
@@ -255,9 +255,5 @@ app.MainLoop()
- - diff --git a/wxPython/docs/wxPythonManual.html b/wxPython/docs/wxPythonManual.html index 5d898ca4fc..c23448f728 100644 --- a/wxPython/docs/wxPythonManual.html +++ b/wxPython/docs/wxPythonManual.html @@ -7,7 +7,7 @@ The wxPython Manual - + @@ -25,9 +25,9 @@ Organization: Orbtech Date: -2003-07-02 +2004-03-26 Revision: -1.2 +1.3 License:wxWindows Free Documentation Licence, Version 3 @@ -43,7 +43,7 @@
  • Mac OS X
  • -
  • What is wxWindows?
  • +
  • What is wxWidgets?
  • Why another cross-platform development tool?
  • wxPython Overview
  • Utilities and libraries supplied with wxPython
  • @@ -97,11 +97,11 @@

    Introduction

    This is a guide to the wxPython GUI toolkit, written by a Python programmer for his fellow Python programmers. It began as a -simple translation of the wxWindows documentation (which is written +simple translation of the wxWidgets documentation (which is written for C++ programmers), and evolved from there. And while there's nothing wrong with C++...

    Okay, you got me there. I hate C++. That's why I use Python. If you -like C++, go read the wxWindows documentation. If you'd rather read a +like C++, go read the wxWidgets documentation. If you'd rather read a guide that's written with Python programmers in mind, keep reading this one. If you like it, feel free to send me freshly roasted coffee beans, dark chocolate, and large denomination currency. Better yet, @@ -114,8 +114,8 @@ send one to each of your friends, relatives, and coworkers.

    allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the -popular wxWindows cross platform GUI library, which is written in C++.

    -

    Like Python and wxWindows, wxPython is Open Source, which means that +popular wxWidgets cross platform GUI library, which is written in C++.

    +

    Like Python and wxWidgets, wxPython is Open Source, which means that it is free for anyone to use and the source code is available for anyone to look at and modify. And anyone can contribute fixes or enhnacments to the project.

    @@ -154,13 +154,13 @@ setups.

    -
    -

    What is wxWindows?

    -

    wxWindows is a C++ framework providing GUI (Graphical User Interface) +

    +

    What is wxWidgets?

    +

    wxWidgets is a C++ framework providing GUI (Graphical User Interface) and other facilities on more than one platform. Version 2 currently supports all desktop versions of MS Windows, Unix with GTK+, Unix with Motif, and MacOS. An OS/2 port is in progress.

    -

    wxWindows was originally developed at the Artificial Intelligence +

    wxWidgets was originally developed at the Artificial Intelligence Applications Institute, University of Edinburgh, for internal use, and was first made publicly available in 1992. Version 2 is a vastly improved version written and maintained by Julian Smart, Robert @@ -171,7 +171,7 @@ variants, unless otherwise stated. All trademarks are acknowledged.

    Why another cross-platform development tool?

    -

    wxWindows was developed to provide a cheap and flexible way to +

    wxWidgets was developed to provide a cheap and flexible way to maximize investment in GUI application development. While a number of commercial class libraries already existed for cross-platform development, none met all of the following criteria:

    @@ -181,13 +181,13 @@ development, none met all of the following criteria:

  • simplicity of programming
  • support for a wide range of compilers
  • -

    Since wxWindows was started, several other free or almost-free GUI +

    Since wxWidgets was started, several other free or almost-free GUI frameworks have emerged. However, none has the range of features, flexibility, documentation and the well-established development team -that wxWindows has.

    -

    As open source software, wxWindows has benefited from comments, ideas, +that wxWidgets has.

    +

    As open source software, wxWidgets has benefited from comments, ideas, bug fixes, enhancements and the sheer enthusiasm of users. This gives -wxWindows a certain advantage over its commercial competitors (and +wxWidgets a certain advantage over its commercial competitors (and over free libraries without an independent development team), plus a robustness against the transience of one individual or company. This openness and availability of source code is especially important when @@ -201,16 +201,16 @@ toolkits such as Motif, GTK+ and MFC.

    overstated, since GUI application development is very time-consuming, and sustained popularity of particular GUIs cannot be guaranteed. Code can very quickly become obsolete if it addresses the wrong -platform or audience. wxWindows helps to insulate the programmer from -these winds of change. Although wxWindows may not be suitable for +platform or audience. wxWidgets helps to insulate the programmer from +these winds of change. Although wxWidgets may not be suitable for every application (such as an OLE-intensive program), it provides access to most of the functionality a GUI program normally requires, plus many extras such as network programming, PostScript output, and HTML rendering; and it can of course be extended as needs dictate. As a bonus, it provides a far cleaner and easier programming interface than the native APIs. Programmers may find it worthwhile to use -wxWindows even if they are developing on only one platform.

    -

    It is impossible to sum up the functionality of wxWindows in a few +wxWidgets even if they are developing on only one platform.

    +

    It is impossible to sum up the functionality of wxWidgets in a few paragraphs, but here are some of the benefits:

    • Low cost (free, in fact!)
    • @@ -281,10 +281,10 @@ Help.

      GUI applications aren't all graphical wizardry. You'll also need lists and hash tables. But since you're working with Python, you should use the ones Python provides (list, tuple, dict), rather than -the wxWindows versions. Same goes for the database related classes. +the wxWidgets versions. Same goes for the database related classes. The basic rule of thumb is this: If you can do it directly in Python, you probably should. If there is a reason not to use a Python data -type, wxPython will provide a wrapper for the wxWindows class.

      +type, wxPython will provide a wrapper for the wxWidgets class.

      You will undoubtedly need some platform-independent file functions, and you may find it handy to maintain and search a list of paths using PathList. There's a miscellany of operating system and other @@ -293,7 +293,7 @@ functions.

    Utilities and libraries supplied with wxPython

    -

    In addition to the core wxWindows library, a number of further +

    In addition to the core wxWidgets library, a number of further libraries and utilities are supplied with each distribution.

    [Need to list these.]

    @@ -305,13 +305,13 @@ allocated with new and deleted with delete. If you delete a window, all of its children and descendants will be automatically deleted, so you don't need to delete these descendants explicitly. -->