wxWidgets/wxPython/demo
Robin Dunn 0263d0bb05 Added the wx.lib.splitter module, which contains the
MultiSplitterWindow class.  This class is much like the standard
wx.SplitterWindow class, except it allows more than one split, so it
can manage more than two child windows.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-11 19:35:49 +00:00
..
bitmaps Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
bmp_source Do a little less anti-alias so it looks better on dark backgrounds 2005-05-26 19:18:49 +00:00
data Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
dllwidget removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
.cvsignore bash version of wxPython's b script for win32 2004-06-09 02:43:22 +00:00
About.py Update year 2005-04-02 03:45:36 +00:00
ActiveX_FlashWindow.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
ActiveX_IEHtmlWindow.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
ActiveX_PDFWindow.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
AnalogClockWindow.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
ArtProvider.py docstring update 2005-05-26 19:24:43 +00:00
b Some little demo updates 2002-05-27 21:22:37 +00:00
BitmapButton.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
Button.py Give BitmapButton its own demo, get rid of ErrorDialogs 2004-03-15 22:45:00 +00:00
Calendar.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
CalendarCtrl.py remove the delete button and add another example of the calendar 2005-05-26 19:16:43 +00:00
CheckBox.py Demo the 3-state checkbox and also right-alignment 2004-09-01 19:23:33 +00:00
CheckListBox.py updated sample 2004-08-02 22:09:39 +00:00
Choice.py layout tweak (it should use a sizer though) 2004-06-16 03:29:33 +00:00
Choicebook.py Added wx.Choicebook 2004-09-18 23:51:14 +00:00
ColorPanel.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
ColourDB.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
ColourDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
ColourSelect.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
ComboBox.py demo tweaks 2004-03-10 04:04:52 +00:00
ContextHelp.py Bind the EVT_HELP events to the textctrls, not the panel 2005-04-22 15:16:26 +00:00
Cursor.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
CustomDragAndDrop.py Some little demo tweaks 2005-01-29 01:17:02 +00:00
DatePickerCtrl.py Added wx.DatePickerCtrl 2005-02-18 04:38:30 +00:00
demo.py merged 2.2 branch 2000-07-15 19:51:35 +00:00
Dialog.py no need to call SetAutoLayout 2005-04-18 22:23:47 +00:00
DialogUnits.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
DirDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
DragAndDrop.py Some little demo tweaks 2005-01-29 01:17:02 +00:00
DragImage.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
DrawXXXList.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
DynamicSashWindow.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
EditableListBox.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Editor.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
encode_bitmaps.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
EventManager.py Fixes so bg colors in a notebook on XP are visible again 2004-04-07 19:47:37 +00:00
FancyText.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
FileBrowseButton.py Use sizers for layout 2005-01-13 20:46:17 +00:00
FileDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
FileHistory.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
FindReplaceDialog.py apples and oranges bug fixed 2005-04-19 22:39:43 +00:00
FloatBar.py Some tweaks to the temporary art images, added wxART_NEW 2005-05-26 19:15:45 +00:00
FloatCanvas.py untabified 2005-01-13 20:47:03 +00:00
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 When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
FontEnumerator.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Frame.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
Gauge.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
GenericButtons.py Themed backgrounds for flat generic buttons 2005-05-17 00:41:02 +00:00
GenericDirCtrl.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
GIFAnimationCtrl.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
GLCanvas.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
Grid_MegaExample.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
Grid.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
GridBagSizer.py Use wx.FULL_PAINT_ON_RESIZE 2004-10-30 21:30:16 +00:00
GridCustEditor.py The bug is no longer there, but leave the workaround in place for 2005-05-20 23:13:46 +00:00
GridCustTable.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
GridDragable.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
GridDragAndDrop.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
GridEnterHandler.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
GridHugeTable.py Move comment to where it can be a true statement ;-) 2005-04-04 22:52:29 +00:00
GridSimple.py namespace fix 2005-01-13 20:45:17 +00:00
GridStdEdRend.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
HtmlWindow.py NormalizeFontSizes --> SetStandardFonts 2004-09-25 03:11:22 +00:00
HyperLinkCtrl.py Some demo tweaks 2005-05-13 01:40:25 +00:00
Image.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
ImageAlpha.py Alpha is supported on GTK2 now! 2004-08-26 03:03:16 +00:00
ImageBrowser.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
ImageFromStream.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
images.py Do a little less anti-alias so it looks better on dark backgrounds 2005-05-26 19:18:49 +00:00
infoframe.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
IntCtrl.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
Joystick.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
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 When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Layoutf.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
LEDNumberCtrl.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Listbook.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
ListBox.py More tweaks and fixes 2004-08-10 01:36:45 +00:00
ListCtrl_edit.py Remove comment too 2004-10-19 03:51:35 +00:00
ListCtrl_virtual.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
ListCtrl.py Corrected some comments 2004-10-15 19:35:03 +00:00
Main.py Added the wx.lib.splitter module, which contains the 2005-06-11 19:35:49 +00:00
Mask.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
MaskedEditControls.py Added new MaskedEditControl code from Will Sadkin. The modules are 2004-04-19 23:24:37 +00:00
MaskedNumCtrl.py MaskedEdit updates from Will Sadkin: 2004-10-11 22:13:18 +00:00
MDIDemo.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
MDISashDemo.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
MDIWindows.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
MediaCtrl.py Loop doesn't exist any more 2005-05-12 17:13:19 +00:00
Menu.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
MessageDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
MimeTypesManager.py wxFIXED_MINSIZE is not needed anymore 2004-04-22 22:57:01 +00:00
MiniFrame.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
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 Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
MultiSash.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
MultiSplitterWindow.py Added the wx.lib.splitter module, which contains the 2005-06-11 19:35:49 +00:00
MVCTree.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Notebook.py More tweaks and fixes 2004-08-10 01:36:45 +00:00
OGL.py Adding DrawnShape (patch from Pierre Hjälm) 2004-08-31 14:54:13 +00:00
PageSetupDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
paper.xml merged 2.2 branch 2000-07-15 19:51:35 +00:00
PopupControl.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
PopupMenu.py little tweak 2004-08-02 22:01:02 +00:00
PopupWindow.py A little cleanup 2005-06-11 19:31:44 +00:00
PrintDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
PrintFramework.py Some little demo tweaks 2005-01-29 01:17:02 +00:00
Process.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
ProgressDialog.py demo tweaks 2005-04-28 18:18:07 +00:00
PyColourChooser.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
PyCrust.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
PyPlot.py More tweaks and fixes 2004-08-10 01:36:45 +00:00
PyShell.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
PythonEvents.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
pyTree.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
quotes.xml merged 2.2 branch 2000-07-15 19:51:35 +00:00
RadioBox.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
RadioButton.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
README.txt merged 2.2 branch 2000-07-15 19:51:35 +00:00
RightTextCtrl.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
RowColSizer.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
run.py Avoid name clash with wx.App.OnExit 2005-02-03 03:09:17 +00:00
SashWindow.py Patch #1143556: mods to SashWindow demo: auto-generate IDs 2005-02-18 20:25:05 +00:00
ScrolledMessageDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
ScrolledPanel.py Commented out some test code 2004-05-28 05:03:12 +00:00
ScrolledWindow.py User newer APIs for setting up scrolling 2005-03-09 22:30:18 +00:00
ShapedWindow.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
SingleChoiceDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
Sizers.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
Slider.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Sound.py Save a reference to the async sound object 2004-10-29 16:50:07 +00:00
SpinButton.py Use a better fixed size for the spin button 2004-10-11 22:16:06 +00:00
SpinCtrl.py Various layout fixes and such 2004-06-14 19:10:20 +00:00
SplitterWindow.py a little more tweaking 2005-04-20 22:37:50 +00:00
SplitTree.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
StandardPaths.py StandardPaths updates. Added a demo sample for StandardPaths. Made 2004-11-18 01:28:18 +00:00
StaticBitmap.py Added a generic StaticBitmap class in wx.lib.statbmp for the same 2004-05-14 21:22:39 +00:00
StaticBox.py typo 2005-02-18 05:21:49 +00:00
StaticText.py Some demo tweaks 2005-05-13 01:40:25 +00:00
StatusBar.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
StockButtons.py Added demo for Stock Buttons 2004-09-01 23:26:51 +00:00
StyledTextCtrl_1.py there aren't any suitable images in images.py any more... 2005-05-26 19:26:07 +00:00
StyledTextCtrl_2.py use wx.ART_NEW 2005-05-26 19:25:26 +00:00
TablePrint.py adjusted indent 2005-04-11 20:16:07 +00:00
template.py StandardPaths updates. Added a demo sample for StandardPaths. Made 2004-11-18 01:28:18 +00:00
TestTable.txt Added more contribs from Lorne White, and updated some of the existing ones. 2001-09-04 04:17:38 +00:00
TextCtrl.py use wx.CallAfter to set the insertion point 2005-05-28 20:12:22 +00:00
TextEntryDialog.py Make all samples in the demo have a panel in the demo notebook. For 2004-08-10 01:21:16 +00:00
Threads.py More tweaks and fixes 2004-08-10 01:36:45 +00:00
Throbber.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
throbImages.py Removed unnecessary files, removed or replaced images that we're not 2005-05-24 20:55:42 +00:00
Ticker.py cleanup 2005-05-16 20:12:50 +00:00
TimeCtrl.py MaskedEdit updates from Will Sadkin: 2004-10-11 22:13:18 +00:00
Timer.py demo tweaks 2004-03-28 17:02:16 +00:00
ToggleButton.py Use a MessagePanel instead of a MessageDialog for samples that may not 2004-11-01 19:39:09 +00:00
ToolBar.py Some tweaks to the temporary art images, added wxART_NEW 2005-05-26 19:15:45 +00:00
TreeCtrl.py Use the wx.ART_NORMAL_FILE icon 2005-06-03 21:39:04 +00:00
TreeListCtrl.py Use the wx.ART_NORMAL_FILE icon 2005-06-03 21:39:04 +00:00
Unicode.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
URLDragAndDrop.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
Validator.py wxStdButtonSizer Finalise --> Realize 2005-02-18 17:49:03 +00:00
viewer_basics.py Demo updates for new wx namespace, from Jeff Grimmett 2003-12-09 01:23:28 +00:00
viewer.py More demo conversion and cleanup from Jeff 2004-01-13 03:17:17 +00:00
VListBox.py minor tweaks 2004-07-17 22:57:33 +00:00
widgetTest.py fix string substitution 2005-03-24 16:41:57 +00:00
Wizard.py demo tweaks 2004-05-07 01:51:14 +00:00
wxpdemo.ico Put back this icon, it's needed by the windows installer 2005-06-06 21:39:01 +00:00
XmlResource.py When running samples from the demo standalone you can now add a 2004-03-05 00:06:33 +00:00
XmlResourceHandler.py XRC style names use the C++ style names 2004-06-17 05:16:30 +00:00
XmlResourceSubclass.py removed a debugging print 2004-05-07 17:04:54 +00:00
XMLtreeview.py the python2 check is gone, take out the use of the flag too 2004-11-13 03:00:09 +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