git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39046
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const unsigned count = labels.size();
for( unsigned i = 0; i < count; i++ )
{
if ( !tooltips[i].empty() )
control->SetItemToolTip(i, tooltips[i]);
}
const unsigned count = labels.size();
for( unsigned i = 0; i < count; i++ )
{
if ( !tooltips[i].empty() )
control->SetItemToolTip(i, tooltips[i]);
}
+#endif // wxUSE_TOOLTIPS
labels.clear(); // dump the strings
tooltips.clear(); // dump the tooltips
labels.clear(); // dump the strings
tooltips.clear(); // dump the tooltips