#include "wx/utils.h"
#include "wx/intl.h"
#include "wx/checklst.h"
+
+#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
+#endif
#if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h"
#endif
#endif
+#if wxUSE_TOOLTIPS
if (m_toolTip) m_toolTip->Apply( this );
+#endif
}
void wxListBox::Append( const wxString &item )