]> git.saurik.com Git - wxWidgets.git/blame - debian/README.examples
cleaned up --inplace description
[wxWidgets.git] / debian / README.examples
CommitLineData
b63b07a8
RL
1
2These examples are provided as extended documentation for the wxWidgets
3package. If you wish to actually run them rather than just browse them
4as documents you should copy them into a working directory elsewhere
5first. Note that some of them will attempt to write to the current
6working directory, or to the home directory of the user they are run as.
7
8Some of the files have been compressed in accordance with Debian policy
9regarding documentation, you will need to uncompress such files before
10building or executing them.
11
5259a417
RL
12The examples provided here typically show a minimal implementation of
13the feature(s) they are demonstrating. There are examples of more
14complete (mini) applications, available in the /wxPython/samples and
15/demos directories of the wxWidgets cvs repository (which is browsable
16via http://cvs.wxwidgets.org), or of course you can always apt-get the
17source of any wx using package for some less contrived examples of
18real world wx applications.
19
b63b07a8
RL
20 Ron
21
22