diff --git a/include/wx/generic/gridsel.h b/include/wx/generic/gridsel.h index 9dd67a492a..c6859d94d6 100644 --- a/include/wx/generic/gridsel.h +++ b/include/wx/generic/gridsel.h @@ -56,6 +56,8 @@ public: const wxKeyboardState& kbd = wxKeyboardState(), bool sendEvent = true ); + // Note that this method refreshes the previously selected blocks and sends + // an event about the selection change. void ClearSelection(); void UpdateRows( size_t pos, int numRows );