]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/button.h
Applied patch [ 597398 ] Generic MDI, wxNotebook based.
[wxWidgets.git] / include / wx / univ / button.h
index 6d4b24ced08c3c18b4159cb11abfcf1e084b6613..524d873f09315642b2bc7c073539721feb645995 100644 (file)
@@ -109,6 +109,8 @@ protected:
                                long numArg = -1,
                                const wxString& strArg = wxEmptyString);
     virtual wxSize DoGetBestClientSize() const;
+    
+    virtual bool DoDrawBackground(wxDC& dc);
     virtual void DoDraw(wxControlRenderer *renderer);
 
     virtual bool CanBeHighlighted() const { return TRUE; }