+ // Platform-specific implementation of SetTickFreq
+ virtual void DoSetTickFreq(int WXUNUSED(freq)) { /* unsupported by default */ }
+
+ // choose the default border for this window
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }