Implement wxDataViewCtrl::SetRowHeight() for wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Jun 2011 23:56:44 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Jun 2011 23:56:44 +0000 (23:56 +0000)
commit0f4a54a6556d348d4c9dd9e46a54d5f30fdbaa3b
tree07732e23c6d8bad9d6026bef74af3dc5dd232fef
parent16a7d8a5a577695d2e899a69013ce26dad330854
Implement wxDataViewCtrl::SetRowHeight() for wxGTK.

Also document that this method can only be used to increase the row height
compared to the default, not to make it smaller.

See #12749.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/dataview.h
interface/wx/dataview.h
src/gtk/dataview.cpp