Other doc updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-26 21:27:23 +00:00
parent 5444f3a944
commit 90805926b7
14 changed files with 305 additions and 77 deletions

View File

@@ -157,10 +157,12 @@ replace.
Where can I find example programs using the new wx syntax?
==========================================================
Example programs are included in the wxPython/samples/wx_examples
directory, and are documented in the wxPythonExamples_ documentation
file. Also, all the code in the py package uses the new wx syntax.
You can learn more about these in the PyManual_.
The wxPython demo application and most of the sample apps have been
converted to use the new ``import wx`` style of programming with
wxPython, so there are lots of examples to look at and to play with.
Here is one of them, it is the ``simple`` sample.
.. include:: ../samples/simple/simple.py
:literal:
.. _wxPythonExamples: wxPythonExamples.html
.. _PyManual: PyManual.html