wxWidgets/utils/wxPython/demo
2000-01-19 06:58:56 +00:00
..
bitmaps New toolbar wrappers 1999-12-23 20:05:08 +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
CustomDragAndDrop.py Added some test code... 1999-11-25 07:03:09 +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 Bug fixes, new tests and demos, new generated source... 1999-11-25 07:08:14 +00:00
FileBrowseButton.py Various small fixes and tweaks 1999-11-30 18:23:57 +00:00
FontEnumerator.py wxPython stuff: 1999-11-07 07:49:09 +00:00
GenericButtons.py Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
hangman.py
Layoutf.py
Main.py wxFloatbar fixes 2000-01-05 04:58:23 +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
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 Added some missing EVT_ functions 1999-12-29 20:07:27 +00:00
widgetTest.py New wxHtml stuff, including a TagHandler for placing wxPython widgets 1999-09-17 05:55:00 +00:00
wxButton.py Enabling the use of masks for wxGTK in some of the demos 1999-12-29 22:10:32 +00:00
wxCalendar.py Added some missing EVT_ functions 1999-12-29 20:07:27 +00:00
wxCheckBox.py
wxCheckListBox.py
wxChoice.py
wxColourDialog.py
wxComboBox.py
wxDialog.py Prep for wxPython 2.1b3 release 1999-09-02 05:31:38 +00:00
wxDirDialog.py
wxEditor.py Made wxEditor constructor args consistent with other window classes 2000-01-03 19:30:51 +00:00
wxFileDialog.py
wxFloatBar.py wxFloatbar fixes 2000-01-05 04:58:23 +00:00
wxFontDialog.py
wxFrame.py
wxGauge.py
wxGLCanvas.py Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
wxGrid.py Some tweaks and updates 1999-09-10 06:23:48 +00:00
wxHtmlWindow.py Wrapper updates for wxHtmlLinkInfo and other changes 1999-12-24 03:28:55 +00:00
wxImage.py
wxLayoutConstraints.py Fixed a deadlock problem when using threads 1999-10-23 02:33:44 +00:00
wxListBox.py Testing wxListBox.Delete 1999-12-03 19:36:47 +00:00
wxListCtrl.py Bug fixes, new tests and demos, new generated source... 1999-11-25 07:08:14 +00:00
wxMask.py Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
wxMessageDialog.py minor changes 1999-09-18 18:21:02 +00:00
wxMiniFrame.py
wxMultipleChoiceDialog.py
wxMVCTree.py updated wxMVCTree, VTK, and the demo 1999-11-19 05:34:40 +00:00
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
wxRadioBox.py added font encoding support 1999-10-06 06:22:25 +00:00
wxSashWindow.py
wxScrolledMessageDialog.py
wxScrolledWindow.py Added rotated text support 1999-12-11 07:59:23 +00:00
wxSingleChoiceDialog.py
wxSlider.py
wxSpinButton.py wxPython stuff: 1999-11-06 08:30:23 +00:00
wxSplitterWindow.py Added rotated text support 1999-12-11 07:59:23 +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 New toolbar wrappers 1999-12-23 20:05:08 +00:00
wxTreeCtrl.py small fixes and cleanups 2000-01-07 09:09:50 +00:00
wxValidator.py fixed an error in the sample 1999-09-30 22:26:02 +00:00
wxVTKRenderWindow.py Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +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