#include "wx/scrolbar.h"
#include "wx/utils.h"
-
-#include <math.h>
-
+#include "wx/math.h"
#include "wx/gtk/private.h"
//-----------------------------------------------------------------------------
);
}
-void wxScrollBar::ApplyWidgetStyle()
-{
- SetWidgetStyle();
- gtk_widget_set_style( m_widget, m_widgetStyle );
-}
-
wxSize wxScrollBar::DoGetBestSize() const
{
return wxControl::DoGetBestSize();