]> git.saurik.com Git - wxWidgets.git/commit
Renamed demo modules to be wx-less.
authorRobin Dunn <robin@alldunn.com>
Sat, 3 Jan 2004 01:14:17 +0000 (01:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 3 Jan 2004 01:14:17 +0000 (01:14 +0000)
commit299647acac7960652aadb008775429c1f8ea9b8d
tree3168a71be810f98a6f828b33cbe33079a25360ce
parentc6281ceb776325251aa119c7b496e6152303996a
Renamed demo modules to be wx-less.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
192 files changed:
wxPython/demo/ArtProvider.py [new file with mode: 0644]
wxPython/demo/Button.py [new file with mode: 0644]
wxPython/demo/Calendar.py [new file with mode: 0644]
wxPython/demo/CalendarCtrl.py [new file with mode: 0644]
wxPython/demo/CheckBox.py [new file with mode: 0644]
wxPython/demo/CheckListBox.py [new file with mode: 0644]
wxPython/demo/Choice.py [new file with mode: 0644]
wxPython/demo/ColourDB.py
wxPython/demo/ColourDialog.py [new file with mode: 0644]
wxPython/demo/ComboBox.py [new file with mode: 0644]
wxPython/demo/Dialog.py [new file with mode: 0644]
wxPython/demo/DirDialog.py [new file with mode: 0644]
wxPython/demo/DragImage.py [new file with mode: 0644]
wxPython/demo/DynamicSashWindow.py [new file with mode: 0644]
wxPython/demo/EditableListBox.py [new file with mode: 0644]
wxPython/demo/Editor.py [new file with mode: 0644]
wxPython/demo/FileDialog.py [new file with mode: 0644]
wxPython/demo/FileDialog_Save.py [new file with mode: 0644]
wxPython/demo/FileHistory.py [new file with mode: 0644]
wxPython/demo/FindReplaceDialog.py [new file with mode: 0644]
wxPython/demo/FloatBar.py [new file with mode: 0644]
wxPython/demo/FontDialog.py [new file with mode: 0644]
wxPython/demo/Frame.py [new file with mode: 0644]
wxPython/demo/GLCanvas.py [new file with mode: 0644]
wxPython/demo/Gauge.py [new file with mode: 0644]
wxPython/demo/GenericDirCtrl.py [new file with mode: 0644]
wxPython/demo/Grid.py [new file with mode: 0644]
wxPython/demo/GridBagSizer.py [new file with mode: 0644]
wxPython/demo/Grid_MegaExample.py [new file with mode: 0644]
wxPython/demo/HtmlWindow.py [new file with mode: 0644]
wxPython/demo/IEHtmlWin.py [new file with mode: 0644]
wxPython/demo/Image.py [new file with mode: 0644]
wxPython/demo/ImageFromStream.py [new file with mode: 0644]
wxPython/demo/IntCtrl.py [new file with mode: 0644]
wxPython/demo/Joystick.py [new file with mode: 0644]
wxPython/demo/KeyEvents.py [new file with mode: 0644]
wxPython/demo/LEDNumberCtrl.py [new file with mode: 0644]
wxPython/demo/LayoutConstraints.py [new file with mode: 0644]
wxPython/demo/ListBox.py [new file with mode: 0644]
wxPython/demo/ListCtrl.py [new file with mode: 0644]
wxPython/demo/ListCtrl_virtual.py [new file with mode: 0644]
wxPython/demo/Listbook.py [new file with mode: 0644]
wxPython/demo/MDIDemo.py
wxPython/demo/MDISashDemo.py
wxPython/demo/MDIWindows.py [new file with mode: 0644]
wxPython/demo/MVCTree.py [new file with mode: 0644]
wxPython/demo/Main.py
wxPython/demo/Mask.py [new file with mode: 0644]
wxPython/demo/MaskedNumCtrl.py [new file with mode: 0644]
wxPython/demo/Menu.py [new file with mode: 0644]
wxPython/demo/MessageDialog.py [new file with mode: 0644]
wxPython/demo/MimeTypesManager.py [new file with mode: 0644]
wxPython/demo/MiniFrame.py [new file with mode: 0644]
wxPython/demo/MultiSash.py [new file with mode: 0644]
wxPython/demo/MultipleChoiceDialog.py [new file with mode: 0644]
wxPython/demo/Notebook.py [new file with mode: 0644]
wxPython/demo/OGL.py [new file with mode: 0644]
wxPython/demo/PageSetupDialog.py [new file with mode: 0644]
wxPython/demo/PlotCanvas.py [new file with mode: 0644]
wxPython/demo/PopupControl.py [new file with mode: 0644]
wxPython/demo/PopupWindow.py [new file with mode: 0644]
wxPython/demo/PrintDialog.py [new file with mode: 0644]
wxPython/demo/PrintFramework.py
wxPython/demo/Process.py [new file with mode: 0644]
wxPython/demo/ProgressDialog.py [new file with mode: 0644]
wxPython/demo/PyColourChooser.py [new file with mode: 0644]
wxPython/demo/RadioBox.py [new file with mode: 0644]
wxPython/demo/RadioButton.py [new file with mode: 0644]
wxPython/demo/RightTextCtrl.py [new file with mode: 0644]
wxPython/demo/SashWindow.py [new file with mode: 0644]
wxPython/demo/ScrolledMessageDialog.py [new file with mode: 0644]
wxPython/demo/ScrolledPanel.py [new file with mode: 0644]
wxPython/demo/ScrolledWindow.py [new file with mode: 0644]
wxPython/demo/SingleChoiceDialog.py [new file with mode: 0644]
wxPython/demo/Slider.py [new file with mode: 0644]
wxPython/demo/SpinButton.py [new file with mode: 0644]
wxPython/demo/SpinCtrl.py [new file with mode: 0644]
wxPython/demo/SplitterWindow.py [new file with mode: 0644]
wxPython/demo/StaticBitmap.py [new file with mode: 0644]
wxPython/demo/StaticText.py [new file with mode: 0644]
wxPython/demo/StatusBar.py [new file with mode: 0644]
wxPython/demo/StyledTextCtrl_1.py [new file with mode: 0644]
wxPython/demo/StyledTextCtrl_2.py [new file with mode: 0644]
wxPython/demo/TextCtrl.py [new file with mode: 0644]
wxPython/demo/TextEntryDialog.py [new file with mode: 0644]
wxPython/demo/TimeCtrl.py [new file with mode: 0644]
wxPython/demo/Timer.py [new file with mode: 0644]
wxPython/demo/ToggleButton.py [new file with mode: 0644]
wxPython/demo/ToolBar.py [new file with mode: 0644]
wxPython/demo/TreeCtrl.py [new file with mode: 0644]
wxPython/demo/TreeListCtrl.py [new file with mode: 0644]
wxPython/demo/VListBox.py [new file with mode: 0644]
wxPython/demo/Validator.py [new file with mode: 0644]
wxPython/demo/Wave.py [new file with mode: 0644]
wxPython/demo/Wizard.py [new file with mode: 0644]
wxPython/demo/XmlResource.py [new file with mode: 0644]
wxPython/demo/XmlResourceHandler.py [new file with mode: 0644]
wxPython/demo/XmlResourceSubclass.py [new file with mode: 0644]
wxPython/demo/pyfiles.tgz [new file with mode: 0644]
wxPython/demo/wxArtProvider.py [deleted file]
wxPython/demo/wxButton.py [deleted file]
wxPython/demo/wxCalendar.py [deleted file]
wxPython/demo/wxCalendarCtrl.py [deleted file]
wxPython/demo/wxCheckBox.py [deleted file]
wxPython/demo/wxCheckListBox.py [deleted file]
wxPython/demo/wxChoice.py [deleted file]
wxPython/demo/wxColourDialog.py [deleted file]
wxPython/demo/wxComboBox.py [deleted file]
wxPython/demo/wxDialog.py [deleted file]
wxPython/demo/wxDirDialog.py [deleted file]
wxPython/demo/wxDragImage.py [deleted file]
wxPython/demo/wxDynamicSashWindow.py [deleted file]
wxPython/demo/wxEditableListBox.py [deleted file]
wxPython/demo/wxEditor.py [deleted file]
wxPython/demo/wxFileDialog.py [deleted file]
wxPython/demo/wxFileDialog_Save.py [deleted file]
wxPython/demo/wxFileHistory.py [deleted file]
wxPython/demo/wxFindReplaceDialog.py [deleted file]
wxPython/demo/wxFloatBar.py [deleted file]
wxPython/demo/wxFontDialog.py [deleted file]
wxPython/demo/wxFrame.py [deleted file]
wxPython/demo/wxGLCanvas.py [deleted file]
wxPython/demo/wxGauge.py [deleted file]
wxPython/demo/wxGenericDirCtrl.py [deleted file]
wxPython/demo/wxGrid.py [deleted file]
wxPython/demo/wxGridBagSizer.py [deleted file]
wxPython/demo/wxGrid_MegaExample.py [deleted file]
wxPython/demo/wxHtmlWindow.py [deleted file]
wxPython/demo/wxIEHtmlWin.py [deleted file]
wxPython/demo/wxImage.py [deleted file]
wxPython/demo/wxImageFromStream.py [deleted file]
wxPython/demo/wxIntCtrl.py [deleted file]
wxPython/demo/wxJoystick.py [deleted file]
wxPython/demo/wxKeyEvents.py [deleted file]
wxPython/demo/wxLEDNumberCtrl.py [deleted file]
wxPython/demo/wxLayoutConstraints.py [deleted file]
wxPython/demo/wxListBox.py [deleted file]
wxPython/demo/wxListCtrl.py [deleted file]
wxPython/demo/wxListCtrl_virtual.py [deleted file]
wxPython/demo/wxListbook.py [deleted file]
wxPython/demo/wxMDIWindows.py [deleted file]
wxPython/demo/wxMVCTree.py [deleted file]
wxPython/demo/wxMask.py [deleted file]
wxPython/demo/wxMaskedNumCtrl.py [deleted file]
wxPython/demo/wxMenu.py [deleted file]
wxPython/demo/wxMessageDialog.py [deleted file]
wxPython/demo/wxMimeTypesManager.py [deleted file]
wxPython/demo/wxMiniFrame.py [deleted file]
wxPython/demo/wxMultiSash.py [deleted file]
wxPython/demo/wxMultipleChoiceDialog.py [deleted file]
wxPython/demo/wxNotebook.py [deleted file]
wxPython/demo/wxOGL.py [deleted file]
wxPython/demo/wxPageSetupDialog.py [deleted file]
wxPython/demo/wxPlotCanvas.py [deleted file]
wxPython/demo/wxPopupControl.py [deleted file]
wxPython/demo/wxPopupWindow.py [deleted file]
wxPython/demo/wxPrintDialog.py [deleted file]
wxPython/demo/wxProcess.py [deleted file]
wxPython/demo/wxProgressDialog.py [deleted file]
wxPython/demo/wxPyColourChooser.py [deleted file]
wxPython/demo/wxRadioBox.py [deleted file]
wxPython/demo/wxRadioButton.py [deleted file]
wxPython/demo/wxRightTextCtrl.py [deleted file]
wxPython/demo/wxSashWindow.py [deleted file]
wxPython/demo/wxScrolledMessageDialog.py [deleted file]
wxPython/demo/wxScrolledPanel.py [deleted file]
wxPython/demo/wxScrolledWindow.py [deleted file]
wxPython/demo/wxSingleChoiceDialog.py [deleted file]
wxPython/demo/wxSlider.py [deleted file]
wxPython/demo/wxSpinButton.py [deleted file]
wxPython/demo/wxSpinCtrl.py [deleted file]
wxPython/demo/wxSplitterWindow.py [deleted file]
wxPython/demo/wxStaticBitmap.py [deleted file]
wxPython/demo/wxStaticText.py [deleted file]
wxPython/demo/wxStatusBar.py [deleted file]
wxPython/demo/wxStyledTextCtrl_1.py [deleted file]
wxPython/demo/wxStyledTextCtrl_2.py [deleted file]
wxPython/demo/wxTextCtrl.py [deleted file]
wxPython/demo/wxTextEntryDialog.py [deleted file]
wxPython/demo/wxTimeCtrl.py [deleted file]
wxPython/demo/wxTimer.py [deleted file]
wxPython/demo/wxToggleButton.py [deleted file]
wxPython/demo/wxToolBar.py [deleted file]
wxPython/demo/wxTreeCtrl.py [deleted file]
wxPython/demo/wxTreeListCtrl.py [deleted file]
wxPython/demo/wxVListBox.py [deleted file]
wxPython/demo/wxValidator.py [deleted file]
wxPython/demo/wxWave.py [deleted file]
wxPython/demo/wxWizard.py [deleted file]
wxPython/demo/wxXmlResource.py [deleted file]
wxPython/demo/wxXmlResourceHandler.py [deleted file]
wxPython/demo/wxXmlResourceSubclass.py [deleted file]