little demo updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-12 19:53:17 +00:00
parent 204dd9a771
commit e7d0a4140b
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ class TestPanel(wxPanel):
wxPoint(20, 30))
wxStaticText(self, -1, "Is this yellow?",
wxPoint(20, 70)).SetBackgroundColour(wxNamedColour('Yellow'))
wxPoint(20, 70)).SetBackgroundColour('Yellow')
str = "This is a different font."
text = wxStaticText(self, -1, str, wxPoint(20, 100))