bool m_hasCheckBoxes;
#endif // wxUSE_CHECKLISTBOX
+ int m_prevSelection;
+protected:
+ virtual wxSize DoGetBestSize() const;
+
private:
// this array is only used for controls with wxCB_SORT style, so only
// allocate it if it's needed (hence using pointer)