+#if wxUSE_TOOLTIPS
+ virtual bool MSWProcessMessage(WXMSG* pMsg);
+ virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM* result);
+#endif
+
+ // implementation of the public SetStatusWidths()
+ void MSWUpdateFieldsWidths();
+
+ // used by DoUpdateStatusText()
+ wxClientDC *m_pDC;
+
+ // the tooltips used when wxSTB_SHOW_TIPS is given
+ wxVector<wxToolTip*> m_tooltips;