Strike through support is not available in wxFont under this platform, as
documented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74525
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// test Get/SetStrikethrough()
// test Get/SetStrikethrough()
+ // Strike through support not implemented in wxOSX currently.
+#ifndef __WXOSX__
test.SetStrikethrough(true);
CPPUNIT_ASSERT( test.IsOk() );
CPPUNIT_ASSERT_EQUAL( true, test.GetStrikethrough() );
test.SetStrikethrough(true);
CPPUNIT_ASSERT( test.IsOk() );
CPPUNIT_ASSERT_EQUAL( true, test.GetStrikethrough() );