git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54382
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Sets the image for the given item.
virtual void SetItemBitmap(unsigned int n, const wxBitmap& bitmap);
// Sets the image for the given item.
virtual void SetItemBitmap(unsigned int n, const wxBitmap& bitmap);
+ virtual bool SetFont(const wxFont& font);
void OnSize(wxSizeEvent& event);
virtual wxSize DoGetBestSize() const;
void OnSize(wxSizeEvent& event);
virtual wxSize DoGetBestSize() const;
- virtual bool SetFont(const wxFont& font);
virtual wxItemContainer* GetItemContainer() { return this; }
virtual wxWindow* GetControl() { return this; }
virtual wxItemContainer* GetItemContainer() { return this; }
virtual wxWindow* GetControl() { return this; }