PostCreation();
+ SetBestSize(size);
+
SetBackgroundColour( parent->GetBackgroundColour() );
Show( TRUE );
gtk_widget_set_style( m_widget, m_widgetStyle );
}
+wxSize wxScrollBar::DoGetBestSize() const
+{
+ return wxControl::DoGetBestSize();
+}
+
#endif