]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbox.h
adapting comment to new implementation
[wxWidgets.git] / include / wx / univ / statbox.h
index cdc8223bdc65bd947bde868e46252c71b9ae2ad9..f242c1bb03ffffe4578acae47d2bea70b8eaa3e7 100644 (file)
 #ifndef _WX_UNIV_STATBOX_H_
 #define _WX_UNIV_STATBOX_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univstatbox.h"
-#endif
-
 class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase
 {
 public:
@@ -51,8 +47,6 @@ public:
     // take account of this
     virtual wxPoint GetBoxAreaOrigin() const;
 
-    virtual bool HasTransparentBackground() { return true; }
-    
 protected:
     // draw the control
     virtual void DoDraw(wxControlRenderer *renderer);