From: Vadim Zeitlin Date: Tue, 7 Jun 2011 22:49:56 +0000 (+0000) Subject: Add wxDataViewCtrl::SetRowHeight() and provide its generic implementation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bbfd45484113ff0bafcd0007a4b6faecc7909561?hp=bbfd45484113ff0bafcd0007a4b6faecc7909561 Add wxDataViewCtrl::SetRowHeight() and provide its generic implementation. Allow changing the (fixed) row height without using wxDV_VARIABLE_LINE_HEIGHT which may slow down the control display too much. The new method is not implemented for the native GTK and OS X implementations yet but should be simple to implement there. See #12749. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---