projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removing wxPlotWindow.
[wxWidgets.git]
/
include
/
wx
/
msw
/
gauge95.h
diff --git
a/include/wx/msw/gauge95.h
b/include/wx/msw/gauge95.h
index 11e77bc685ed38c994afed7716ecd0685abbd619..3cb7379a65379f819f17efe37d17390dda623ac5 100644
(file)
--- a/
include/wx/msw/gauge95.h
+++ b/
include/wx/msw/gauge95.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); }