]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
First part of '[ 1216148 ] cleanup: unused variables and declarations'.
[wxWidgets.git] / include / wx / msw / statbox.h
index 81c70ecdd2741fb9da6af0e41593e77276e7d00f..f7bd94c57211aae35c3d9cc190f84c638d7b2033 100644 (file)
@@ -61,12 +61,14 @@ protected:
     virtual void MSWGetRegionWithoutSelf(WXHRGN hrgn, int w, int h);
 
     // paint the given rectangle with our background brush/colour
-    void PaintBackground(wxDC& dc, const struct tagRECT& rc);
+    virtual 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__
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
-#endif // !__WXWINCE__
 };
 
 #endif // _WX_MSW_STATBOX_H_