projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly includ...
[wxWidgets.git]
/
include
/
wx
/
msw
/
textctrl.h
diff --git
a/include/wx/msw/textctrl.h
b/include/wx/msw/textctrl.h
index f4119aa3eb9b6afa9a70c957628ba1bed99af4b1..1da13fffd280cedf9560ef8376881f488955edf3 100644
(file)
--- a/
include/wx/msw/textctrl.h
+++ b/
include/wx/msw/textctrl.h
@@
-12,7
+12,7
@@
#ifndef _WX_TEXTCTRL_H_
#define _WX_TEXTCTRL_H_
#ifndef _WX_TEXTCTRL_H_
#define _WX_TEXTCTRL_H_
-class WXDLL
EXPORT
wxTextCtrl : public wxTextCtrlBase
+class WXDLL
IMPEXP_CORE
wxTextCtrl : public wxTextCtrlBase
{
public:
// creation
{
public:
// creation
@@
-256,6
+256,8
@@
private:
// the simple EDIT controls
virtual WXHWND GetEditHWND() const { return m_hWnd; }
// the simple EDIT controls
virtual WXHWND GetEditHWND() const { return m_hWnd; }
+ void OnKeyDown(wxKeyEvent& event);
+
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS_NO_COPY(wxTextCtrl)
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS_NO_COPY(wxTextCtrl)