wxWidgets/utils/wxPython/demo
Robin Dunn 6230a84fdc more tweaks for release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-11-13 07:33:29 +00:00
..
bitmaps more tweaks for release 1999-11-13 07:33:29 +00:00
data New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
.cvsignore
About.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
ColorPanel.py wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
CustomDragAndDrop.py wxPython updates for wxGTK 1999-11-08 06:58:32 +00:00
demo.py Deleting and re-adding to get the execute bit set 1999-08-24 20:14:14 +00:00
demoMainLoop.py Added sh-bang 1999-09-01 20:53:22 +00:00
DialogUnits.py added font encoding support 1999-10-06 06:22:25 +00:00
DragAndDrop.py wxPython updates for wxGTK 1999-11-08 06:58:32 +00:00
FontEnumerator.py wxPython stuff: 1999-11-07 07:49:09 +00:00
hangman.py wxPython 2.1b1 for wxMSW (wxGTK coming soon) 1999-06-22 07:03:29 +00:00
Layoutf.py
Main.py Added a demo showing how to use wxPostEvent 1999-11-13 05:52:53 +00:00
MDIDemo.py minor fixes 1999-10-11 22:16:33 +00:00
OldSizers.py new contributions 1999-10-07 18:48:14 +00:00
paper.xml Fixed a deadlock problem when using threads 1999-10-23 02:33:44 +00:00
PrintFramework.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
PyShell.py added font encoding support 1999-10-06 06:22:25 +00:00
PythonEvents.py wxPython stuff: 1999-11-07 07:49:09 +00:00
pyTree.py
quotes.xml wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
README.txt
Sizers.py wxSizer patches by Alexander Smishlajev <als@turnhere.com> 1999-11-09 23:02:41 +00:00
SlashDot.py minor additions and bugfixes 1999-10-09 21:24:16 +00:00
Threads.py more tweaks for release 1999-11-13 07:33:29 +00:00
widgetTest.py New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
wxButton.py removed some test code that accidentally was left in 1999-10-06 16:27:10 +00:00
wxCalendar.py more tweaks for release 1999-11-13 07:33:29 +00:00
wxCheckBox.py
wxCheckListBox.py
wxChoice.py
wxColourDialog.py
wxComboBox.py Some minor tweaks 1999-08-05 05:06:50 +00:00
wxDialog.py Prep for wxPython 2.1b3 release 1999-09-02 05:31:38 +00:00
wxDirDialog.py
wxFileDialog.py
wxFloatBar.py Added calendar contributed by Lorne White 1999-11-10 08:03:29 +00:00
wxFontDialog.py
wxFrame.py
wxGauge.py
wxGLCanvas.py New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
wxGrid.py Some tweaks and updates 1999-09-10 06:23:48 +00:00
wxHtmlWindow.py wxPython stuff: 1999-11-07 07:49:09 +00:00
wxImage.py
wxLayoutConstraints.py Fixed a deadlock problem when using threads 1999-10-23 02:33:44 +00:00
wxListBox.py wxPython 2.1b1 for wxMSW (wxGTK coming soon) 1999-06-22 07:03:29 +00:00
wxListCtrl.py New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
wxMessageDialog.py minor changes 1999-09-18 18:21:02 +00:00
wxMiniFrame.py
wxMultipleChoiceDialog.py
wxNotebook.py added font encoding support 1999-10-06 06:22:25 +00:00
wxOGL.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
wxPageSetupDialog.py
wxPlotCanvas.py
wxPrintDialog.py
wxProgressDialog.py wxPython 2.1b1 for wxMSW (wxGTK coming soon) 1999-06-22 07:03:29 +00:00
wxRadioBox.py added font encoding support 1999-10-06 06:22:25 +00:00
wxSashWindow.py
wxScrolledMessageDialog.py
wxScrolledWindow.py New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
wxSingleChoiceDialog.py
wxSlider.py
wxSpinButton.py wxPython stuff: 1999-11-06 08:30:23 +00:00
wxSplitterWindow.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
wxStaticBitmap.py
wxStaticText.py
wxStatusBar.py
wxTextCtrl.py
wxTextEntryDialog.py
wxTimer.py Prep for wxPython 2.1b3 release 1999-09-02 05:31:38 +00:00
wxToolBar.py 1. wxHtmlHelpController and related classes 1999-09-30 07:11:20 +00:00
wxTreeCtrl.py wxPython stuff: 1999-11-06 08:30:23 +00:00
wxValidator.py fixed an error in the sample 1999-09-30 22:26:02 +00:00
XMLtreeview.py Fixed a deadlock problem when using threads 1999-10-23 02:33:44 +00:00

To run the main demo in this directory, execute demo.py.  In other
words, one of the following commands should do it:

       demo.py
       python demo.py
       pythonw demo.py