X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c81b43195fca7768fe5b7db1a93b51b41b8f28a..50eeb96fbe4ed5a40e92d7e7783d736ab860117d:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index bc61c0d542..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(); @@ -287,9 +290,6 @@ private: // the selection bg colour wxColour m_colBgSel; - // double buffer - wxBitmap* m_doubleBuffer; - DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxVListBox) DECLARE_ABSTRACT_CLASS(wxVListBox)