From 1dff2537d37a4c8f3424d8c2cd3a921c72badb01 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 27 Jun 2008 13:47:45 +0000 Subject: [PATCH] Ticket #9641: wxBitmapComboBox_SetFont.patch, making it public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/bmpcbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/generic/bmpcbox.h b/include/wx/generic/bmpcbox.h index d0e616d40a..3ea404a5e4 100644 --- a/include/wx/generic/bmpcbox.h +++ b/include/wx/generic/bmpcbox.h @@ -100,6 +100,7 @@ public: // Sets the image for the given item. virtual void SetItemBitmap(unsigned int n, const wxBitmap& bitmap); + virtual bool SetFont(const wxFont& font); protected: @@ -112,7 +113,6 @@ protected: void OnSize(wxSizeEvent& event); virtual wxSize DoGetBestSize() const; - virtual bool SetFont(const wxFont& font); virtual wxItemContainer* GetItemContainer() { return this; } virtual wxWindow* GetControl() { return this; }