#pragma interface "listbox.h"
#endif
+#if wxUSE_LISTBOX
+
// ----------------------------------------------------------------------------
// simple types
// ----------------------------------------------------------------------------
virtual void SetupColours();
protected:
- // do we have multiple selections?
- bool HasMultipleSelection() const;
-
// free memory (common part of Clear() and dtor)
void Free();
DECLARE_DYNAMIC_CLASS(wxListBox)
};
+#endif // wxUSE_LISTBOX
+
#endif
// _WX_LISTBOX_H_