wxWidgets/debian
Ron Lee 6181913e8e Ported forward improvements from the 2.4.2.6 release.
This still won't build new 2.5 packages yet, but it is changes
that will happen anyway so I'm checkpointing the diff here.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-09-06 04:51:11 +00:00
..
changelog Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
compat
control.in Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
copyright
libwxgtk-contrib-dev.menu Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
libwxgtk-dbg-python.menu Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
libwxgtk-dbg-python.prerm Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
libwxgtk-dbg.links
libwxgtk-dbg.postinst
libwxgtk-dbg.prerm
libwxgtk-dev.links
libwxgtk-dev.postinst
libwxgtk-dev.prerm
libwxgtk-python.dirs
libwxgtk-python.docs
libwxgtk-python.menu
libwxgtk-python.postinst
libwxgtk-python.prerm
libwxmsw-dbg.dirs
libwxmsw-dbg.links
libwxmsw-dbg.postinst
libwxmsw-dbg.prerm
libwxmsw-dev.dirs
libwxmsw-dev.links
libwxmsw-dev.postinst
libwxmsw-dev.prerm
lintian-override
README.Debian Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
README.examples Remove demos from the Debian -examples package. 2004-03-07 09:45:10 +00:00
rules Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
wx-config.1 Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00
wx-doc.doc-base
wx-doc.docs
wx-examples.examples Remove demos from the Debian -examples package. 2004-03-07 09:45:10 +00:00
wx-headers-msw.dirs
wxPython-tools.1
wxrc-tools.1 Ported forward improvements from the 2.4.2.6 release. 2004-09-06 04:51:11 +00:00

These examples are provided as extended documentation for the wxWidgets
package.  If you wish to actually run them rather than just browse them
as documents you should copy them into a working directory elsewhere
first.  Note that some of them will attempt to write to the current
working directory, or to the home directory of the user they are run as.

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