]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/BitmapButton.py
A way to make the DC classes in wxPython look like the ones in 2.5, so
[wxWidgets.git] / wxPython / demo / BitmapButton.py
index c28562d38b8f7a0c5642e392c07c41cc8c87886b..02d2c618eecee29e94fad9ea0d881721db2e9427 100644 (file)
@@ -49,9 +49,9 @@ def runTest(frame, nb, log):
 
 
 overview = """<html><body>
-<h2>StaticBitmap</h2>
+<h2>BitmapButton</h2>
 
-<p>A StaticBitmap control displays a bitmap. It can have a separate bitmap for each button state: normal, selected, disabled.</p>
+<p>A BitmapButton control displays a bitmap. It can have a separate bitmap for each button state: normal, selected, disabled.</p>
 
 <p>The bitmaps to be displayed should have a small number of colours, such as 16, 
 to avoid palette problems.</p>