wxWidgets/utils/wxPython/demo
Robin Dunn 0c3d4bfdcf workaround font data bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-01 20:29:11 +00:00
..
bitmaps New toolbar wrappers 1999-12-23 20:05:08 +00:00
data
.cvsignore Some minor updates, fixes, etc. 2000-01-31 21:07:04 +00:00
About.py
ColorPanel.py
CustomDragAndDrop.py Added some test code... 1999-11-25 07:03:09 +00:00
demo.py
demoMainLoop.py
DialogUnits.py
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
PyShell.py
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
wxButton.py Some minor updates, fixes, etc. 2000-01-31 21:07:04 +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
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 workaround font data bug 2000-02-01 20:29:11 +00:00
wxFrame.py
wxGauge.py
wxGLCanvas.py Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
wxGrid.py
wxHtmlWindow.py Some minor updates, fixes, etc. 2000-01-31 21:07:04 +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
wxMiniFrame.py
wxMultipleChoiceDialog.py
wxMVCTree.py updated wxMVCTree, VTK, and the demo 1999-11-19 05:34:40 +00:00
wxNotebook.py Some minor updates, fixes, etc. 2000-01-31 21:07:04 +00:00
wxOGL.py
wxPageSetupDialog.py
wxPlotCanvas.py
wxPrintDialog.py
wxProgressDialog.py
wxRadioBox.py Some minor updates, fixes, etc. 2000-01-31 21:07:04 +00:00
wxSashWindow.py
wxScrolledMessageDialog.py
wxScrolledWindow.py Some minor updates, fixes, etc. 2000-01-31 21:07:04 +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
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
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