Add flush() to PyOnDemandOutputWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-06-28 19:22:33 +00:00
parent edf3b4dcba
commit f454e36230

View File

@ -60,6 +60,10 @@ class PyOnDemandOutputWindow:
wx.CallAfter(self.frame.Close)
def flush(self):
pass
#----------------------------------------------------------------------