wxWidgets/wxPython/demo
Robin Dunn 185d7c3ee4 New typemaps for wxString when compiling for Python 2.0 and beyond
that allow Unicode objects to be passed as well as String objects.  If
a Unicode object is passed PyString_AsStringAndSize is used to convert
it to a wxString using the default encoding.

Fixed the generic buttons so tool tips work for them.

Fixed a bug in the demo's tree control.

Added a listbox to the listbox demo that shows how to find items with
a patching prefix as keys are typed.

Added code to the wxListCtrl demo to show how to get text from a
column in report mode.

Added code to the toolbar demo to clear the long help from the status
bar after 2 seconds.

Added wxJoystick.

Fixed wxTimer so it can be used as described in the docs, either with
a Notify method in a subclass, or sending an event to a wxEvtHandler
object, (usually a window.)

Added wxNotifyEvent.Allow()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-11-21 03:44:14 +00:00
..
bitmaps merged 2.2 branch 2000-07-15 19:51:35 +00:00
data Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
.cvsignore Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
About.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
ActiveXWrapper_Acrobat.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
ActiveXWrapper_IE.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
ColorPanel.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
CustomDragAndDrop.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
demo.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
demoMainLoop.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
DialogUnits.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
DragAndDrop.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
FileBrowseButton.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
FontEnumerator.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
GenericButtons.py New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
GridCustEditor.py Added demo of creating a custom Grid Editor 2000-11-04 07:38:17 +00:00
GridCustTable.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
GridEnterHandler.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
GridHugeTable.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
GridSimple.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
GridStdEdRend.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
hangman.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
Layoutf.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
Main.py New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
MDIDemo.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
paper.xml merged 2.2 branch 2000-07-15 19:51:35 +00:00
PrintFramework.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
PyShell.py Re-added a couple files that got left out of the merge somehow... 2000-10-30 21:58:36 +00:00
PyShellWindow.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
PythonEvents.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
pyTree.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
quotes.xml merged 2.2 branch 2000-07-15 19:51:35 +00:00
README.txt merged 2.2 branch 2000-07-15 19:51:35 +00:00
redemo.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
run.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
Sizers.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
SlashDot.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
Threads.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
viewer_basics.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
viewer.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
widgetTest.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxButton.py New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
wxCalendar.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxCalendarCtrl.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxCheckBox.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxCheckListBox.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxChoice.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxColourDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxComboBox.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxDirDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxDragImage.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxEditor.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxFileDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxFloatBar.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxFontDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxFrame.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxGauge.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxGLCanvas.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxGrid.py Added demo of creating a custom Grid Editor 2000-11-04 07:38:17 +00:00
wxHtmlWindow.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxImage.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxLayoutConstraints.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxListBox.py New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
wxListCtrl.py New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
wxMask.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxMessageDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxMiniFrame.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxMultipleChoiceDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxMVCTree.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxNotebook.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxOGL.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPageSetupDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPlotCanvas.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxPrintDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxProcess.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxProgressDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxRadioBox.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxSashWindow.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxScrolledMessageDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxScrolledWindow.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxSingleChoiceDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxSlider.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxSpinButton.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxSpinCtrl.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxSplitterWindow.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxStaticBitmap.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxStaticText.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxStatusBar.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxStyledTextCtrl_1.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxStyledTextCtrl_2.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxTextCtrl.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxTextEntryDialog.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxTimer.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxToolBar.py New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
wxTreeCtrl.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
wxValidator.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxVTKRenderWindow.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
XMLtreeview.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +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