+ void SetFont(const wxFont& font) {}
+ wxFont GetFont() { return wxNullFont; }
+ void SetTextColour(const wxColour& colText) {}
+ wxColour GetTextColour() { return wxNullColour; }
+ void SetBackgroundColour(const wxColour& colBack) {}
+ wxColour GetBackgroundColour() { return wxNullColour; }
+
+ void SetBitmaps(const wxBitmap& bmpChecked,
+ const wxBitmap& bmpUnchecked = wxNullBitmap)
+ { self->SetBitmap( bmpChecked ); }
+
+ void SetDisabledBitmap( const wxBitmap& bmpDisabled ) {}
+ const wxBitmap& GetDisabledBitmap() const { return wxNullBitmap; }
+
+ void SetMarginWidth(int nWidth) {}
+ int GetMarginWidth() { return 0; }