projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use "..." instead of <...> for wx includes
[wxWidgets.git]
/
include
/
wx
/
msw
/
gaugemsw.h
diff --git
a/include/wx/msw/gaugemsw.h
b/include/wx/msw/gaugemsw.h
index 7f0a1f39f3881939ceb22255b7c774583a901a63..78cf35fc14a817569166ea68ec296b28a8f9b070 100644
(file)
--- a/
include/wx/msw/gaugemsw.h
+++ b/
include/wx/msw/gaugemsw.h
@@
-60,6
+60,9
@@
public:
bool SetForegroundColour(const wxColour& col);
bool SetBackgroundColour(const wxColour& col);
bool SetForegroundColour(const wxColour& col);
bool SetBackgroundColour(const wxColour& col);
+ // overriden base class virtuals
+ virtual bool AcceptsFocus() const { return FALSE; }
+
// Backward compatibility
#if WXWIN_COMPATIBILITY
void SetButtonColour(const wxColour& col) { SetForegroundColour(col); }
// Backward compatibility
#if WXWIN_COMPATIBILITY
void SetButtonColour(const wxColour& col) { SetForegroundColour(col); }