]> git.saurik.com Git - wxWidgets.git/commitdiff
set background to white. EVT_CHAR still doesn't work in MSW though.
authorHarco de Hilster <harcoh@caos.kun.nl>
Sat, 27 Mar 1999 15:11:59 +0000 (15:11 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sat, 27 Mar 1999 15:11:59 +0000 (15:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/tests/hangman.py

index 7b4e89d32764aa3209d8f41825cff7840df9d954..8a359f77f1e86f10e3791bb208c5de91f78a666b 100644 (file)
@@ -23,6 +23,7 @@ class MyFrame(wxFrame):
        self.wf = wf
        wxFrame.__init__(self, NULL, -1, "test threads", wxDefaultPosition, wxSize(300,200))
        self.panel = wxPanel(self, -1)
+       self.panel.SetBackgroundColour(wxNamedColour('white'))
        self.panel.SetFocus()
        menu = wxMenu()
        menu.Append(1001, "New")