wxWidgets/wxPython/demo
2006-06-07 02:26:41 +00:00
..
bitmaps
bmp_source Added wrappers and demo for RichTextCtrl 2006-05-23 01:10:25 +00:00
data updated html-ized version of the stc.h file 2006-03-15 22:47:26 +00:00
dllwidget
.cvsignore
About.py Undo part of lst change 2006-05-18 14:45:03 +00:00
ActiveX_FlashWindow.py
ActiveX_IEHtmlWindow.py
ActiveX_PDFWindow.py
AnalogClock.py Updated the analogclock.py module to the new analogclock package from 2006-03-15 23:17:54 +00:00
ArtProvider.py
b
BitmapButton.py Fix indentation 2006-03-06 21:06:10 +00:00
Button.py
Calendar.py
CalendarCtrl.py
CheckBox.py
CheckListBox.py Test wx.ListBox.HitTest 2006-03-10 00:30:28 +00:00
CheckListCtrlMixin.py Added some overview text 2006-03-15 23:27:11 +00:00
Choice.py
Choicebook.py
ColorPanel.py Use SetBackgroundStyle for wxGTK 2006-05-04 02:08:47 +00:00
ColourDB.py
ColourDialog.py
ColourSelect.py
ComboBox.py EVT_TEXT_ENTER handler on a combobox needs evt.Skip() otherwise the 2006-04-04 23:29:14 +00:00
ContextHelp.py
Cursor.py
CustomDragAndDrop.py
DatePickerCtrl.py
demo.py
Dialog.py Use the static method instead of the global alias 2006-03-20 17:56:42 +00:00
DialogUnits.py
DirDialog.py
DragAndDrop.py
DragImage.py
DrawXXXList.py
DynamicSashWindow.py
EditableListBox.py
Editor.py
encode_bitmaps.py Added wrappers and demo for RichTextCtrl 2006-05-23 01:10:25 +00:00
EventManager.py
FancyText.py
FileBrowseButton.py
FileDialog.py
FileHistory.py
FindReplaceDialog.py
FloatBar.py
FloatCanvas.py
FoldPanelBar.py Use correct attribution 2006-02-24 19:53:56 +00:00
FontDialog.py
FontEnumerator.py
Frame.py
Gauge.py
GenericButtons.py
GenericDirCtrl.py
GetMouseState.py
GIFAnimationCtrl.py
GLCanvas.py
Grid_MegaExample.py
Grid.py
GridBagSizer.py
GridCustEditor.py
GridCustTable.py
GridDragable.py
GridDragAndDrop.py
GridEnterHandler.py
GridHugeTable.py
GridSimple.py
GridStdEdRend.py
HtmlWindow.py
HyperLinkCtrl.py
Image.py
ImageAlpha.py
ImageBrowser.py
ImageFromStream.py
images.py Added wrappers and demo for RichTextCtrl 2006-05-23 01:10:25 +00:00
infoframe.py
IntCtrl.py
Joystick.py
KeyEvents.py Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP and WXK*PAGEDOWN 2006-03-24 04:14:29 +00:00
LayoutAnchors.py
LayoutConstraints.py
Layoutf.py
LEDNumberCtrl.py
Listbook.py
ListBox.py Test wx.CommandEvent.GetClientData 2006-03-10 00:29:03 +00:00
ListCtrl_edit.py
ListCtrl_virtual.py
ListCtrl.py
Main.py Added wrappers for the Picker controls. 2006-06-07 02:26:41 +00:00
Mask.py
MaskedEditControls.py
MaskedNumCtrl.py
MDIDemo.py
MDISashDemo.py
MDIWindows.py
MediaCtrl.py
Menu.py
MessageDialog.py
MimeTypesManager.py
MiniFrame.py
MouseGestures.py
MultiChoiceDialog.py
MultipleChoiceDialog.py
MultiSash.py
MultiSplitterWindow.py
MVCTree.py
Notebook.py
OGL.py
PageSetupDialog.py
paper.xml
Pickers.py Added wrappers for the Picker controls. 2006-06-07 02:26:41 +00:00
PopupControl.py
PopupMenu.py Use EVT_CONTEXT_MENU 2006-03-06 21:09:46 +00:00
PopupWindow.py
PrintDialog.py
PrintFramework.py Demo the page setup dialog instead of the print setup dialog 2006-05-19 22:58:12 +00:00
Process.py
ProgressDialog.py wx.ProgressDialog.Update now returns two values. 2006-05-04 02:15:48 +00:00
PyColourChooser.py
PyCrust.py
PyPlot.py
PyShell.py
PythonEvents.py
pyTree.py
quotes.xml
RadioBox.py
RadioButton.py
README.txt
RichTextCtrl.py Added wrappers and demo for RichTextCtrl 2006-05-23 01:10:25 +00:00
RightTextCtrl.py
RowColSizer.py
run.py Added wrappers and demo for RichTextCtrl 2006-05-23 01:10:25 +00:00
SashWindow.py
ScrolledMessageDialog.py
ScrolledPanel.py
ScrolledWindow.py
ShapedWindow.py
SingleChoiceDialog.py
Sizers.py
Slider.py
Sound.py
SpinButton.py
SpinCtrl.py
SplitterWindow.py
SplitTree.py
StandardPaths.py Added wx.StandardPaths.GetDocumentsDir 2006-04-18 21:54:14 +00:00
StaticBitmap.py cleanup doc 2006-03-06 21:10:04 +00:00
StaticBox.py
StaticText.py
StatusBar.py
StockButtons.py
StyledTextCtrl_1.py tweaked font sizes 2006-03-15 22:35:11 +00:00
StyledTextCtrl_2.py
TablePrint.py
template.py
TestTable.txt
TextCtrl.py
TextEntryDialog.py
Threads.py
Throbber.py
throbImages.py
Ticker.py
TimeCtrl.py
Timer.py
ToggleButton.py
ToolBar.py
Toolbook.py
Treebook.py
TreeCtrl.py
TreeListCtrl.py
Unicode.py
URLDragAndDrop.py
Validator.py
viewer_basics.py
viewer.py
VListBox.py
widgetTest.py
Wizard.py Need to use wizard.GetPageAreaSizer().Add(page) now to get the layout 2006-03-24 00:13:59 +00:00
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