X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e992e06a71d90f1df597441af36f69ef390089a..69c928ef472f89987f95e2fa798e2ba2d23eaf31:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index ac1d0286da..b14bfd98f9 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -189,6 +189,9 @@ public: // change the background colour of the selected cells void SetSelectionBackground(const wxColour& col); + // refreshes only the selected items + void RefreshSelected(); + virtual wxVisualAttributes GetDefaultAttributes() const { @@ -235,7 +238,7 @@ protected: void OnKeyDown(wxKeyEvent& event); void OnLeftDown(wxMouseEvent& event); void OnLeftDClick(wxMouseEvent& event); - + void OnSetOrKillFocus(wxFocusEvent& event); // common part of all ctors void Init();