X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3732409acc7a1e0b3cdb1f0a5dec7cc49a4b28b..68a9527d5185cdd9d3fef3d9421415c50de8794d:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index a512d05108..b14bfd98f9 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -13,6 +13,7 @@ #define _WX_VLBOX_H_ #include "wx/vscroll.h" // base class +#include "wx/bitmap.h" class WXDLLEXPORT wxSelectionStore; @@ -188,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 { @@ -234,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(); @@ -286,7 +290,6 @@ private: // the selection bg colour wxColour m_colBgSel; - DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxVListBox) DECLARE_ABSTRACT_CLASS(wxVListBox)