X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c75d8baf987c83e231c981d07b5a9217d711361..87c0312a66f57b1d167e1f9454a80fe4b7b28e0b:/include/wx/msw/listbox.h diff --git a/include/wx/msw/listbox.h b/include/wx/msw/listbox.h index ec7eb20981..2d77f86c1a 100644 --- a/include/wx/msw/listbox.h +++ b/include/wx/msw/listbox.h @@ -34,7 +34,7 @@ class WXDLLIMPEXP_FWD_BASE wxArrayInt; // List box control // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxListBox : public wxListBoxBase +class WXDLLIMPEXP_CORE wxListBox : public wxListBoxBase { public: // ctors and such @@ -147,11 +147,13 @@ protected: virtual void* DoGetItemClientData(unsigned int n) const; virtual int DoListHitTest(const wxPoint& point) const; + bool m_updateHorizontalExtent; + virtual void OnInternalIdle(); + // free memory (common part of Clear() and dtor) void Free(); unsigned int m_noItems; - int m_selected; virtual wxSize DoGetBestSize() const;