Add wxDataViewCtrl::SetRowHeight() and provide its generic implementation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Jun 2011 22:49:56 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Jun 2011 22:49:56 +0000 (22:49 +0000)
commitbbfd45484113ff0bafcd0007a4b6faecc7909561
tree288b5a7722f99ec3e7d13d319596070b72f8b68f
parent208f99c3e398e7ddf95016fff5e67883714fff54
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
include/wx/dataview.h
include/wx/generic/dataview.h
interface/wx/dataview.h
src/generic/datavgen.cpp