(blind) compilation fix for wxUniv
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Apr 2004 10:44:53 +0000 (10:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Apr 2004 10:44:53 +0000 (10:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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();