Implement text ellipsizing for wxDataViewCustomRenderer in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Nov 2009 01:50:06 +0000 (01:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Nov 2009 01:50:06 +0000 (01:50 +0000)
commit17cbc2446bbbb51f2989e967e08317f6d02f4f61
treed0f70bfa4b430e9acef0e0c65ba5c97639122a19
parent061a5c21db500d9f1b684ef6bb63be3a2accdd9d
Implement text ellipsizing for wxDataViewCustomRenderer in wxGTK.

Add another virtual function (GtkGetTextRenderer()) to the base class which
allows us to reuse the same code setting the "ellipsize" property that we
already used for wxDataViewTextRenderer for wxDataViewCustomRenderer as well.

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