]> git.saurik.com Git - wxWidgets.git/blame - debian/README.examples
Fix SashHitTest() returning true one pixel past the sash
[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
6de5430b
RD
12The unpack_examples.sh script is provided to assist with that.
13
5259a417
RL
14The examples provided here typically show a minimal implementation of
15the feature(s) they are demonstrating. There are examples of more
16complete (mini) applications, available in the /wxPython/samples and
17/demos directories of the wxWidgets cvs repository (which is browsable
18via http://cvs.wxwidgets.org), or of course you can always apt-get the
19source of any wx using package for some less contrived examples of
20real world wx applications.
21
b63b07a8
RL
22 Ron
23
24