projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
finished wxWindow for MGL
[wxWidgets.git]
/
include
/
wx
/
msw
/
statline.h
diff --git
a/include/wx/msw/statline.h
b/include/wx/msw/statline.h
index 0b4b2d8341a11157559bed359ddfe38d77cab9a4..9fe6273bcbd393576608a028cceffcfd96351021 100644
(file)
--- a/
include/wx/msw/statline.h
+++ b/
include/wx/msw/statline.h
@@
-43,6
+43,9
@@
public:
const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxString &name = wxStaticTextNameStr );
+
+ // overriden base class virtuals
+ virtual bool AcceptsFocus() const { return FALSE; }
};
#endif // _WX_MSW_STATLINE_H_