#ifndef WX_PRECOMP
#include "wx/log.h"
+ #include "wx/bitmap.h"
#include "wx/button.h"
#include "wx/checkbox.h"
#include "wx/radiobox.h"
#include "wx/sizer.h"
#include "widgets.h"
+#if wxUSE_SLIDER
#include "icons/slider.xpm"
// ----------------------------------------------------------------------------
m_chkBothSides->GetValue() );
}
-void SliderWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& event)
+void SliderWidgetsPage::OnCheckOrRadioBox(wxCommandEvent& WXUNUSED(event))
{
CreateSlider();
}
event.GetPosition());
}
+#endif
+ // wxUSE_SLIDER