This commit was manufactured by cvs2svn to create tag 'WX_2_1_11'.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_1_11@4580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
1999-11-15 19:25:43 +00:00
parent 154f22b3fa
commit 40c6f6aebe
64 changed files with 2589 additions and 12210 deletions

View File

@@ -42,11 +42,12 @@ _treeList = [
('Miscellaneous', [ 'DragAndDrop', 'CustomDragAndDrop', 'FontEnumerator',
'wxTimer', 'wxValidator', 'wxGLCanvas', 'DialogUnits',
'wxImage', 'PrintFramework', 'wxOGL', 'PythonEvents']),
'wxImage', 'PrintFramework', 'wxOGL', 'PythonEvents',
'Threads']),
('wxPython Library', ['OldSizers', 'Layoutf', 'wxScrolledMessageDialog',
('wxPython Library', ['Layoutf', 'wxScrolledMessageDialog',
'wxMultipleChoiceDialog', 'wxPlotCanvas', 'wxFloatBar',
'PyShell']),
'PyShell', 'wxCalendar']),
('Cool Contribs', ['pyTree', 'hangman', 'SlashDot', 'XMLtreeview']),
@@ -161,6 +162,7 @@ class wxPythonDemo(wxFrame):
(w, self.charHeight) = self.log.GetTextExtent('X')
self.WriteText('wxPython Demo Log:\n')
self.Show(true)
# add the windows to the splitter and split it.
if _useSplitter: