]> git.saurik.com Git - wxWidgets.git/commitdiff
Committed forgotten files
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 Jan 2006 16:59:02 +0000 (16:59 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 Jan 2006 16:59:02 +0000 (16:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/spinctrl.h
include/wx/vlbox.h

index 528ff7dcbfad62e74eccca321eef4a40397bed4f..b58f818c74b3bc527ed9ba28d46c109c311f4ffa 100644 (file)
@@ -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;
index a512d05108a67c7d61eb460b41f921ce91ab319f..bc61c0d542268cc19f90aeda857ba4947323222d 100644 (file)
@@ -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)