Committed forgotten files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-01-17 16:59:02 +00:00
parent fc6f2a33b6
commit 4c81b43195
2 changed files with 4 additions and 0 deletions

View 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;

View 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)