+ virtual int GetBase() const { return m_base; }
+ virtual bool SetBase(int base);
+
+ protected:
+ virtual wxSize DoGetBestSize() const;
+
+ // Widgets that use the style->base colour for the BG colour should
+ // override this and return true.
+ virtual bool UseGTKStyleBase() const { return true; }
+