]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
Add possibility to set item background in generic wxDataViewCtrl.
[wxWidgets.git] / include / wx / generic / panelg.h
index 9b87ee1a399118a00f043df78805e3c583470a30..a23d64786e67ed7101184dd26d0db81479e1ba72 100644 (file)
@@ -42,18 +42,7 @@ public:
     )
 #endif // WXWIN_COMPATIBILITY_2_8
 
-protected:
-    virtual void DoSetBackgroundBitmap(const wxBitmap& bmp);
-
 private:
-    // Event handler for erasing the background which is only used when we have
-    // a valid background bitmap.
-    void OnEraseBackground(wxEraseEvent& event);
-
-
-    // The bitmap used for painting the background if valid.
-    wxBitmap m_bitmapBg;
-
     wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxPanel);
 };