Changed name of demo so the list sorts nicer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,7 +66,6 @@ _treeList = [
|
|||||||
|
|
||||||
# core controls
|
# core controls
|
||||||
('Core Windows/Controls', [
|
('Core Windows/Controls', [
|
||||||
'VirtualListCtrl',
|
|
||||||
'wxButton',
|
'wxButton',
|
||||||
'wxCheckBox',
|
'wxCheckBox',
|
||||||
'wxCheckListBox',
|
'wxCheckListBox',
|
||||||
@@ -77,6 +76,7 @@ _treeList = [
|
|||||||
'wxGrid',
|
'wxGrid',
|
||||||
'wxListBox',
|
'wxListBox',
|
||||||
'wxListCtrl',
|
'wxListCtrl',
|
||||||
|
'wxListCtrl_virtual',
|
||||||
'wxNotebook',
|
'wxNotebook',
|
||||||
'wxPopupWindow',
|
'wxPopupWindow',
|
||||||
'wxRadioBox',
|
'wxRadioBox',
|
||||||
|
@@ -62,3 +62,9 @@ SetAltFuncs() method.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
import sys,os
|
||||||
|
import run
|
||||||
|
run.main(['', os.path.basename(sys.argv[0])])
|
||||||
|
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
from wxPython.wx import *
|
from wxPython.wx import *
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
@@ -77,8 +76,13 @@ def runTest(frame, nb, log):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
overview = """\
|
overview = """\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
import sys,os
|
||||||
|
import run
|
||||||
|
run.main(['', os.path.basename(sys.argv[0])])
|
||||||
|
|
Reference in New Issue
Block a user