]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/listbox.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / stubs / listbox.cpp
index a54523ab3d4f48ce33b4ad03b3ab2695f6ac9603..24458104734ab23217f5512d0035f141745806d6 100644 (file)
 #endif
 
 #include "wx/listbox.h"
 #endif
 
 #include "wx/listbox.h"
-
+#include "wx/settings.h"
 #include "wx/dynarray.h"
 #include "wx/log.h"
 
 #include "wx/dynarray.h"
 #include "wx/log.h"
 
-#if !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
   IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
-#endif
 
 // ============================================================================
 // list box control implementation
 
 // ============================================================================
 // list box control implementation
@@ -63,11 +61,6 @@ wxListBox::~wxListBox()
 {
 }
 
 {
 }
 
-void wxListBox::SetupColours()
-{
-  SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
-}
-
 void wxListBox::SetFirstItem(int N)
 {
     // TODO
 void wxListBox::SetFirstItem(int N)
 {
     // TODO