]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
Applied patch [ 1181975 ] [wxMSW] Removes all flicker from wxNotebook
[wxWidgets.git] / include / wx / generic / panelg.h
index 75c666f08e42e420e394685fdff43834061d4c45..3175d0bb3455d253e3c37827ff16dd459b861858 100644 (file)
@@ -80,12 +80,8 @@ public:
 
 #ifdef __WXUNIVERSAL__
     virtual bool IsCanvasWindow() const { return true; }
-    virtual bool ProvidesBackground() const { return true; }
 #endif
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-        { SetBackgroundColour(bg); }
-
 
     WX_DECLARE_CONTROL_CONTAINER();