]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statline.h
#undef Yield
[wxWidgets.git] / include / wx / msw / statline.h
index 0b4b2d8341a11157559bed359ddfe38d77cab9a4..9fe6273bcbd393576608a028cceffcfd96351021 100644 (file)
@@ -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_