const wxSize &size = wxDefaultSize,
long style = wxLI_HORIZONTAL,
const wxString &name = wxStaticTextNameStr );
+
+ // overriden base class virtuals
+ virtual bool AcceptsFocus() const { return FALSE; }
+
+protected:
+ // usually overridden base class virtuals
+ virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
};
#endif // _WX_MSW_STATLINE_H_