From: Julian Smart Date: Tue, 17 Jan 2006 16:59:02 +0000 (+0000) Subject: Committed forgotten files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c81b43195fca7768fe5b7db1a93b51b41b8f28a?ds=inline Committed forgotten files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index 528ff7dcbf..b58f818c74 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -102,6 +102,7 @@ protected: // Handle processing of special keys void OnChar(wxKeyEvent& event); void OnSetFocus(wxFocusEvent& event); + void OnKillFocus(wxFocusEvent& event); // the data for the "buddy" text ctrl WXHWND m_hwndBuddy; diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index a512d05108..bc61c0d542 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; @@ -286,6 +287,8 @@ private: // the selection bg colour wxColour m_colBgSel; + // double buffer + wxBitmap* m_doubleBuffer; DECLARE_EVENT_TABLE() DECLARE_NO_COPY_CLASS(wxVListBox)