git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36932
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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;
#define _WX_VLBOX_H_
#include "wx/vscroll.h" // base class
+#include "wx/bitmap.h"
class WXDLLEXPORT wxSelectionStore;
// the selection bg colour
wxColour m_colBgSel;
+ // double buffer
+ wxBitmap* m_doubleBuffer;
DECLARE_EVENT_TABLE()
DECLARE_NO_COPY_CLASS(wxVListBox)