]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Added wxUSE_MDI
[wxWidgets.git] / include / wx / univ / window.h
index 9bb9477eb13a76346d2ff41d7815f914ee98d51e..b352f7ff07e97f5ee47261792f5deb62ad8f9319 100644 (file)
@@ -193,6 +193,9 @@ public:
     // we refresh the window when it is dis/enabled
     virtual bool Enable(bool enable = TRUE);
 
+    // should we use the standard control colours or not?
+    virtual bool ShouldInheritColours() const { return false; }
+
 protected:
     // common part of all ctors
     void Init();