X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8577c05a58440aa46491fec5ff1984c39cd0caa4..3d7a4fe81fa69e9c518a62174ef584bdbb6af7c3:/wxPython/demo/wxChoice.py diff --git a/wxPython/demo/wxChoice.py b/wxPython/demo/wxChoice.py index 9cd83ce3b2..d92f4f8e45 100644 --- a/wxPython/demo/wxChoice.py +++ b/wxPython/demo/wxChoice.py @@ -46,3 +46,13 @@ def runTest(frame, nb, log): overview = """\ A choice item is used to select one of a list of strings. Unlike a listbox, only the selection is visible until the user pulls down the menu of choices. """ + + + + + +if __name__ == '__main__': + import sys,os + import run + run.main(['', os.path.basename(sys.argv[0])]) +