]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/nonownedwnd.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / nonownedwnd.h
index 536b55cef4c79442efb0fbe77814ebe655ccaa72..7d8709933dad16ec2d7902b067f5f8b3cbe4f80f 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vaclav Slavik
 // Modified by:
 // Created:     2006-12-24
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 TT-Solutions
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -69,6 +68,13 @@ public:
         // client area origin so simply do nothing here.
     }
 
+    virtual void InheritAttributes()
+    {
+        // Non owned windows don't inherit attributes from their parent window
+        // (if the parent frame is red, it doesn't mean that all dialogs shown
+        // by it should be red as well), so don't do anything here neither.
+    }
+
 protected:
     virtual bool DoClearShape()
     {