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
This commit is contained in:
parent
1473d17fe9
commit
1dff2537d3
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user