]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
set svn properties correctly
[wxWidgets.git] / include / wx / msw / listbox.h
index ec7eb2098164dda6bde5acb9bbdc283ad24bc904..2d77f86c1a8263a7dc9607ed6c644c7915042bc2 100644 (file)
@@ -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;