]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/tests/test_appleevents.py
6 f
= wx
.Frame(None, title
="Hello World")
10 def MacOpenFile(self
, filename
):
11 # code to load filename goes here.
13 "You requested to open this file:\n\"%s\"" % filename
)