+        txt = "On the Mac these squares should be transparent, if the\n" \
+              "CoreGraphics option is turned on.  "
+        if "wxMac" in wx.PlatformInfo:
+            txt += "This build of wxPython\n" \
+                   "%s have the CoreGraphics option turned on." \
+                   % ("mac-cg" in wx.PlatformInfo and "DOES" or "DOS NOT")
+        wx.StaticText(self, -1, txt, (20, 20))
+        
+