#endif
#include "wx/listbox.h"
-
+#include "wx/settings.h"
#include "wx/dynarray.h"
#include "wx/log.h"
{
}
-void wxListBox::SetupColours()
-{
- SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
-}
-
void wxListBox::SetFirstItem(int N)
{
// TODO