wxWidgets/include
Vadim Zeitlin 2a454ffdbd Correct text position in wxDataViewCustomRenderer::RenderText() in wxGTK.
It simply ignored the passed in rectangle meaning that the text was always
drawn at the top left corner of the cell rectangle.

Also more code cleanup: collect all render call parameters in a single struct
and provide a public function to set them all at once instead of making them
public.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-11-10 17:41:50 +00:00
..
msvc/wx Added automatic linking of ribbon libraries when using MSVC. 2009-09-22 12:13:03 +00:00
wx Correct text position in wxDataViewCustomRenderer::RenderText() in wxGTK. 2009-11-10 17:41:50 +00:00