wxWidgets/wxPython/demo
Robin Dunn 5643bdef8f Some demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 01:40:25 +00:00
..
bitmaps Added wrappers and a demo for the animate contrib 2005-04-04 23:15:29 +00:00
bmp_source
data
dllwidget
.cvsignore
About.py Update year 2005-04-02 03:45:36 +00:00
ActiveX_FlashWindow.py
ActiveX_IEHtmlWindow.py
ActiveX_PDFWindow.py
AnalogClockWindow.py
ArtProvider.py
b
BitmapButton.py
Button.py
Calendar.py
CalendarCtrl.py
CheckBox.py
CheckListBox.py
Choice.py
Choicebook.py
ColorPanel.py
ColourDB.py
ColourDialog.py
ColourSelect.py
ComboBox.py
ContextHelp.py Bind the EVT_HELP events to the textctrls, not the panel 2005-04-22 15:16:26 +00:00
Cursor.py
CustomDragAndDrop.py
DatePickerCtrl.py
demo.py
Dialog.py no need to call SetAutoLayout 2005-04-18 22:23:47 +00:00
DialogUnits.py
DirDialog.py
DragAndDrop.py
DragImage.py
DrawXXXList.py
DynamicSashWindow.py
EditableListBox.py
Editor.py
encode_bitmaps.py
EventManager.py
FancyText.py
FileBrowseButton.py
FileDialog.py
FileHistory.py
FindReplaceDialog.py apples and oranges bug fixed 2005-04-19 22:39:43 +00:00
FloatBar.py
FloatCanvas.py
FoldPanelBar.py Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++ 2005-03-30 22:58:23 +00:00
FontDialog.py
FontEnumerator.py
Frame.py
Gauge.py
GenericButtons.py
GenericDirCtrl.py
GIFAnimationCtrl.py Added wrappers and a demo for the animate contrib 2005-04-04 23:15:29 +00:00
GLCanvas.py
Grid_MegaExample.py
Grid.py
GridBagSizer.py
GridCustEditor.py
GridCustTable.py
GridDragable.py
GridDragAndDrop.py
GridEnterHandler.py
GridHugeTable.py Move comment to where it can be a true statement ;-) 2005-04-04 22:52:29 +00:00
GridSimple.py
GridStdEdRend.py
HtmlWindow.py
HyperLinkCtrl.py Some demo tweaks 2005-05-13 01:40:25 +00:00
Image.py
ImageAlpha.py
ImageBrowser.py
ImageFromStream.py
images.py
infoframe.py
IntCtrl.py
Joystick.py
KeyEvents.py Better capture of unicode character events 2005-03-19 22:02:25 +00:00
LayoutAnchors.py some demo tweaks 2005-03-12 20:59:15 +00:00
LayoutConstraints.py
Layoutf.py
LEDNumberCtrl.py
Listbook.py
ListBox.py
ListCtrl_edit.py
ListCtrl_virtual.py
ListCtrl.py
Main.py Added wx.lib.hyperlink from Andrea Gavana. It is a control like 2005-05-13 00:27:02 +00:00
Mask.py
MaskedEditControls.py
MaskedNumCtrl.py
MDIDemo.py
MDISashDemo.py
MDIWindows.py
MediaCtrl.py Loop doesn't exist any more 2005-05-12 17:13:19 +00:00
Menu.py
MessageDialog.py
MimeTypesManager.py
MiniFrame.py
MouseGestures.py A little cleanup 2005-03-25 20:16:27 +00:00
MultiChoiceDialog.py Added MultiChoiceDialog 2005-03-31 23:56:36 +00:00
MultipleChoiceDialog.py
MultiSash.py
MVCTree.py
Notebook.py
OGL.py
PageSetupDialog.py
paper.xml
PopupControl.py
PopupMenu.py
PopupWindow.py no need for the panel in the transient popup any more 2005-04-14 01:17:00 +00:00
PrintDialog.py
PrintFramework.py
Process.py
ProgressDialog.py demo tweaks 2005-04-28 18:18:07 +00:00
PyColourChooser.py
PyCrust.py
PyPlot.py
PyShell.py
PythonEvents.py
pyTree.py
quotes.xml
RadioBox.py
RadioButton.py
README.txt
RightTextCtrl.py
RowColSizer.py
run.py
SashWindow.py
ScrolledMessageDialog.py
ScrolledPanel.py
ScrolledWindow.py User newer APIs for setting up scrolling 2005-03-09 22:30:18 +00:00
ShapedWindow.py
SingleChoiceDialog.py
Sizers.py
Slider.py
Sound.py
SpinButton.py
SpinCtrl.py
SplitterWindow.py a little more tweaking 2005-04-20 22:37:50 +00:00
SplitTree.py a little more tweaking 2005-04-22 23:30:03 +00:00
StandardPaths.py
StaticBitmap.py
StaticBox.py
StaticText.py Some demo tweaks 2005-05-13 01:40:25 +00:00
StatusBar.py
StockButtons.py
StyledTextCtrl_1.py Allow to set a style's wxFontEncoding 2005-04-19 22:30:40 +00:00
StyledTextCtrl_2.py
TablePrint.py adjusted indent 2005-04-11 20:16:07 +00:00
template.py
TestTable.txt
TextCtrl.py
TextEntryDialog.py
Threads.py
Throbber.py
throbImages.py
Ticker.py
TimeCtrl.py
Timer.py
ToggleButton.py
ToolBar.py
TreeCtrl.py some bugs in the demo fixed 2005-04-22 14:30:03 +00:00
TreeListCtrl.py
Unicode.py
URLDragAndDrop.py
Validator.py
viewer_basics.py
viewer.py
VListBox.py
widgetTest.py fix string substitution 2005-03-24 16:41:57 +00:00
Wizard.py
wxpdemo.ico
XmlResource.py
XmlResourceHandler.py
XmlResourceSubclass.py
XMLtreeview.py

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