]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
there is no std::wostream under Palm (part of ticket 4700)
[wxWidgets.git] / include / wx / listbox.h
index 6e97d31864afd23241dca6869ece54576b074d42..b009bf35757214e1820d4c260bfcb7af382cff3d 100644 (file)
@@ -94,6 +94,11 @@ public:
     // returns the item number at a point or wxNOT_FOUND
     int HitTest(const wxPoint& point) const { return DoListHitTest(point); }
 
+    // For generating events in multiple and extended mode
+    wxArrayInt m_oldSelections;
+    void UpdateOldSelections();
+    void CalcAndSendEvent();
+
 protected:
     virtual void DoSetFirstItem(int n) = 0;