]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
wxStaticBitmap should have transparent background (fixes grey backgrounds
[wxWidgets.git] / include / wx / msw / statbox.h
index 6c27b9050cae6c981addd37adba3cbaef7345af1..836de6c3bf35165150e69a4bcdc098880516170d 100644 (file)
@@ -62,6 +62,8 @@ protected:
 
     // paint the given rectangle with our background brush/colour
     void PaintBackground(wxDC& dc, const struct tagRECT& rc);
+    // paint the foreground of the static box
+    virtual void PaintForeground(wxDC& dc, const struct tagRECT& rc);
 
     void OnPaint(wxPaintEvent& event);
 #endif // !__WXWINCE__