#define _WX_VLBOX_H_
#include "wx/vscroll.h" // base class
+#include "wx/bitmap.h"
class WXDLLEXPORT wxSelectionStore;
void SetSelectionBackground(const wxColour& col);
- virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
- { /* do nothing */ }
-
-
virtual wxVisualAttributes GetDefaultAttributes() const
{
return GetClassDefaultAttributes(GetWindowVariant());
// the selection bg colour
wxColour m_colBgSel;
+ // double buffer
+ wxBitmap* m_doubleBuffer;
DECLARE_EVENT_TABLE()
DECLARE_NO_COPY_CLASS(wxVListBox)