Implement strike-through support for wxDataViewCtrl in wxGTK too

Previously it was supported in the generic version only, see #18180 and
the changes of 09124932eb

Closes https://github.com/wxWidgets/wxWidgets/pull/892
This commit is contained in:
Igor Korot
2018-08-19 12:04:04 +02:00
committed by Vadim Zeitlin
parent 617a15d418
commit 36d21ce6c8
3 changed files with 19 additions and 2 deletions

View File

@@ -718,7 +718,7 @@ public:
text.
Currently this attribute is only supported in the generic version of
wxDataViewCtrl and ignored by the native GTK+ and OS X implementations.
wxDataViewCtrl and GTK and ignored by the native OS X implementations.
@since 3.1.2
*/