]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/stattext.h
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / include / wx / gtk1 / stattext.h
index ca98ba9015e11245c8408d6ba95bdc5b01da89f8..1df26f48339c60fc4ca3c82e64bd1338b00b59be 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -59,6 +59,9 @@ public:
 
     bool SetFont( const wxFont &font );
     bool SetForegroundColour( const wxColour& colour );
+
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
     
     // implementation
     // --------------