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:
@@ -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;
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user