projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781bdbb
)
(blind) compilation fix for wxUniv
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 13 Apr 2004 10:44:53 +0000
(10:44 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/univ/window.h
b/include/wx/univ/window.h
index 9bb9477eb13a76346d2ff41d7815f914ee98d51e..b352f7ff07e97f5ee47261792f5deb62ad8f9319 100644
(file)
--- a/
include/wx/univ/window.h
+++ b/
include/wx/univ/window.h
@@
-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();