X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b63b07a809f9a3d22596d4971ef5c8971153823a..ef5eca7acc0a177b1d87aa6e84bc04fb998b78ee:/debian/README.examples diff --git a/debian/README.examples b/debian/README.examples index 207ab4d9f7..80c6278664 100644 --- a/debian/README.examples +++ b/debian/README.examples @@ -9,6 +9,14 @@ Some of the files have been compressed in accordance with Debian policy regarding documentation, you will need to uncompress such files before building or executing them. +The examples provided here typically show a minimal implementation of +the feature(s) they are demonstrating. There are examples of more +complete (mini) applications, available in the /wxPython/samples and +/demos directories of the wxWidgets cvs repository (which is browsable +via http://cvs.wxwidgets.org), or of course you can always apt-get the +source of any wx using package for some less contrived examples of +real world wx applications. + Ron