]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / statbox.h
index 81c70ecdd2741fb9da6af0e41593e77276e7d00f..836de6c3bf35165150e69a4bcdc098880516170d 100644 (file)
@@ -62,11 +62,13 @@ 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__
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
-#endif // !__WXWINCE__
 };
 
 #endif // _WX_MSW_STATBOX_H_