X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8577c05a58440aa46491fec5ff1984c39cd0caa4..19c35fa587f97cf83e2cb28afe76b8db85b36c9f:/wxPython/demo/wxChoice.py?ds=inline 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])]) +