Make wxGenericDataViewCtrl::SetFont() really work.

Do use the new font for the items display.

Closes #15056.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-02-24 13:48:35 +00:00
parent de6e6d08b2
commit 1af67319a7
3 changed files with 44 additions and 9 deletions

View File

@@ -182,6 +182,8 @@ public:
virtual void SetFocus();
virtual bool SetFont(const wxFont & font);
#if wxUSE_DRAG_AND_DROP
virtual bool EnableDragSource( const wxDataFormat &format );
virtual bool EnableDropTarget( const wxDataFormat &format );